An open API service indexing awesome lists of open source software.

https://github.com/togethercomputer/elixir-common

Shared modules and utilities for Elixir services at Together
https://github.com/togethercomputer/elixir-common

Last synced: 11 months ago
JSON representation

Shared modules and utilities for Elixir services at Together

Awesome Lists containing this project

README

          

# Elixir Common

[![Documentation](https://img.shields.io/badge/-Documentation-4B275F?logo=elixir&logoColor=white)](https://togethercomputer.github.io/elixir-common)

_Shared modules and utilities for Elixir services at Together AI_

## What is this?

Together uses the [Elixir programming language](https://elixir-lang.org/) for several of its services.
Along with the [Phoenix web framework](https://phoenixframework.org/) and [gRPC libraries](https://github.com/elixir-grpc/grpc), 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:

```elixir
def deps do
[
{:together, github: "togethercomputer/elixir-common"}
]
end
```

## License

Please see [LICENSE](LICENSE) for licensing details.