johnou / atomix

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

Home Page:http://atomix.io/atomix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atomix

Build Status Coverage Status Maven Central Gitter

A reactive Java framework for building fault-tolerant distributed systems

Please see the website for full documentation.

Atomix 2.1 is a fully featured framework for building fault-tolerant distributed systems. It provides a set of high-level primitives commonly needed for building scalable and fault-tolerant distributed systems. These primitives include:

  • Cluster management and failure detection
  • Direct and publish-subscribe messaging
  • Distributed coordination primitives built on a novel implementation of the Raft consensus protocol
  • Scalable data primitives built on a multi-primary protocol
  • Synchronous and asynchronous Java APIs
  • Standalone agent
  • REST API
  • Interactive CLI

Acknowledgements

Atomix is developed as part of the ONOS project at the Open Networking Foundation. Atomix project thanks ONF for its ongoing support of this project.

ONF

YourKit supports open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.

YourKit

About

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

http://atomix.io/atomix

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Shell 0.1%