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
- Host: GitHub
- URL: https://github.com/togethercomputer/elixir-common
- Owner: togethercomputer
- License: mit
- Created: 2025-06-24T17:15:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-16T11:50:41.000Z (12 months ago)
- Last Synced: 2025-07-17T15:40:17.066Z (12 months ago)
- Language: Elixir
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Elixir Common
[](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.