└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Akka [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | A collection of akka based nice frameworks, libraries and software. [awesome-akka](https://github.com/hepin1989/awesome-akka) 3 | 4 | ## Table of Contents 5 | - [Awesome AKKA](#awesome-akka) 6 | - [CRDT](#CRDT) 7 | - [IO](#IO) 8 | - [MQ](#MQ) 9 | - [Visualization](#Visualization) 10 | - [Extension](#Extension) 11 | 12 | 13 | ## CRDT 14 | *Conflict Free Replicated Data Types implemented via akka.* 15 | 16 | * [akka-data-replication](https://github.com/patriknw/akka-data-replication) - An EARLY PREVIEW of a library for replication of data in an Akka cluster 17 | 18 | * [akka-raft](https://github.com/ktoso/akka-raft) - An akka based implementation of the Raft consensus algorithm. 19 | 20 | ## IO 21 | *Akka io driver.* 22 | 23 | * [akka-io-stcp](https://github.com/arturopala/akka-io-sctp) - Akka I/O driver for SCTP protocol based on Oracle JDK 7/8 SCTP support. 24 | 25 | ## MQ 26 | *Message Queue* 27 | 28 | * [akka-rabbitmq](https://github.com/thenewmotion/akka-rabbitmq) - This small library allows you use RabbitMQ client via Akka Actors. 29 | * [akka-kafka](https://github.com/sclasen/akka-kafka) - Actor based kafka consumer built on top of the high level kafka consumer. 30 | 31 | ## Visualization 32 | 33 | * [akka-visualmailbox](https://github.com/ouven/akka-visualmailbox) - A visualizer for your Akka message flows 34 | 35 | ## Extension 36 | 37 | * [ConstructR](https://github.com/hseeberger/constructr) - Coordinated (etcd, ...) cluster construction for dynamic (cloud, containers) environments 38 | --------------------------------------------------------------------------------