Skip to content

togethercomputer/elixir-common

Repository files navigation

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"}
  ]
end

License

Please see LICENSE for licensing details.

About

Shared modules and utilities for Elixir services at Together

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages