Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Atomix - Scalable, fault-tolerant distributed systems protocols and primitives for the JVM

  • Share this:
post-title
Atomix is an event-driven framework for coordinating fault-tolerant distributed systems built on the Raft consensus algorithm. It provides the building blocks that solve many common distributed systems problems including group membership, leader election, distributed concurrency control, partitioning, and replication.

Atomix provides a collection of dead simple, asynchronous APIs for sharing mission critical state and solving a variety of common distributed systems problems. It features reliable data consistency guarantees that are maintained even when machine or network failures occur. It clusters are resilient to failure, automatically replacing failed replicas as needed without any data loss. Atomix scales along with the rest of your system, providing high read throughput while maintaining strong write consistency.
http://atomix.io/atomix
https://github.com/atomix/atomix
License:
Tech: