togethercomputer/elixir-common
Elixir
Captured source
source ↗togethercomputer/elixir-common
Description: Shared modules and utilities for Elixir services at Together
Language: Elixir
License: MIT
Stars: 0
Forks: 0
Open issues: 0
Created: 2025-06-24T17:15:34Z
Pushed: 2026-06-08T09:08:23Z
Default branch: main
Fork: no
Archived: no
README:
Elixir Common
_Shared modules and utilities for Elixir services at Together AI_
What is this?
Together uses the Elixir programming language for several of its services. Along with the Phoenix web framework and gRPC libraries, we're able to build high-traffic, fault-tolerant systems to serve our customers.
This repository contains modules and utilities that are used by multiple services. We do not expect anyone outside of Together to use the code in this repository, but it may serve as inspiration for your next project.
Installation
This repository is not available from Hex.pm, and instead should be installed from GitHub:
def deps do
[
{:together, github: "togethercomputer/elixir-common"}
]
endLicense
Please see [LICENSE](LICENSE) for licensing details.
Notability
notability 3.0/10Routine common repo, low impact