Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomix/atomix
A Kubernetes toolkit for building distributed applications using cloud native principles
https://github.com/atomix/atomix
atomix consensus data-structures distributed-systems go kubernetes raft
Last synced: 7 days ago
JSON representation
A Kubernetes toolkit for building distributed applications using cloud native principles
- Host: GitHub
- URL: https://github.com/atomix/atomix
- Owner: atomix
- License: apache-2.0
- Created: 2014-01-27T22:20:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T16:22:54.000Z (4 months ago)
- Last Synced: 2024-10-16T06:21:25.624Z (20 days ago)
- Topics: atomix, consensus, data-structures, distributed-systems, go, kubernetes, raft
- Language: Go
- Homepage: https://atomix.io
- Size: 20.1 MB
- Stars: 2,355
- Watchers: 149
- Forks: 386
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
- awesome-distributed-system-projects - atomix - fully featured framework for building fault-tolerant distributed systems [REST + Raft
- awesome-golang-repositories - atomix
README
# [Atomix](https://atomix.io)
[![website](https://img.shields.io/website?down_message=offline&label=read%20the%20docs&up_message=online&url=https%3A%2F%2Fatomix.io)](https://atomix.io)
[![follow](https://img.shields.io/twitter/url?label=follow%20%40atomixio&logo=twitter&url=https%3A%2F%2Fatomix.io)](https://twitter.com/atomixio)
![LICENSE](https://img.shields.io/github/license/atomix/atomix)Atomix is a cloud native runtime for building stateful, scalable, configurable, and reliable distributed
applications in Kubernetes. The Atomix API provides a set of high-level building blocks (referred to as distributed
primitives) for building distributed systems. The architecture of Atomix incorporates the lessons learned from
experience over the past decade building high-availability cloud infrastructure. The primary focus of the project
is to decouple applications from specific data stores, instead providing a set of unified, polyglot interfaces
(gRPC services) to a variety of systems and protocols, and enabling rapid experimentation and customization of
distributed applications.### [Read the docs](https://atomix.io)
**Note** The original Java implementation has been archived at
[atomix/atomix-archive](https://github.com/atomix/atomix-archive)