Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)