Shared modules and utilities for Elixir services at Together AI
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.
This repository is not available from Hex.pm, and instead should be installed from GitHub:
def deps do
[
{:together, github: "togethercomputer/elixir-common"}
]
end
Please see LICENSE for licensing details.