Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.04 KB

File metadata and controls

31 lines (19 loc) · 1.04 KB

Elixir Common

Documentation

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.