Atoms' First Open Source Project: Splitter
battwell
12 points
1 comment
April 14, 2026
Related Discussions
Found 5 related stories in 91.4ms across 8,861 title embeddings via pgvector HNSW
- Introduction to Atom susam · 68 pts · May 03, 2026 · 55% similar
- Show HN: Atomic – Self-hosted, semantically-connected personal knowledge base kenforthewin · 78 pts · March 21, 2026 · 49% similar
- Show HN: sllm – Split a GPU node with other developers, unlimited tokens jrandolf · 141 pts · April 04, 2026 · 45% similar
- Hammerspoon tosh · 255 pts · March 13, 2026 · 45% similar
- Warp is now open-source doppp · 229 pts · April 28, 2026 · 44% similar
Discussion Highlights (1 comments)
battwell
This is Atom’s first open source project: Splitter – a coordinator for stateful sharded services. It is used to manage our most critical stateful services: product-oriented (e.g., food order handling) and pure infra services such as our inhouse-built message broker. You can find more information about Splitter in this blog post: https://techblog.atoms.co/p/easy-as-pie-stateful-services-at Blog post about our in-house message broker: https://techblog.atoms.co/p/reliable-order-processing Source code is available in the splitter repository. You can see Splitter in action in splitter-examples (only requires Docker and Bazel). Repo: https://github.com/atoms-co/splitter-examples/tree/main/robo... We will never intend to sell this. So may as well open source it.