Giter VIP home page Giter VIP logo

akka-tools's Introduction

NextGenTel - Akka Tools

Build Status Maven Central

This project contains various addons to Akka useful when working with:

  • Cluster
  • Sharding
  • Persistence and Eventsourcing
  • Serializing

This code has turned out to be quite useful for NextGenTel and is used in production.

Version-information:

Akka akka-tools branch
2.5 2.5.x.x master
2.4 1.1.2 1.1

Changelog

The changes can be found in this file.

Migration from akka-tools 1.0.x

Info about how to migrate your source from akka-tools 1.0.x to 1.1.x can be found in MIGRATION-info.md.

Below is a summary of the various modules

akka-tools-persistence

akka-tools-persistence's main purpose is to make Akka Persistence more easy to use.

The main components are:

  • GeneralAggregate - which is built on top of PersistentActor
  • GeneralAggregateView - which is built on top of PersistentQuery

It includes features like:

  • Separation of aggregate, view and state(machine)
  • both aggregate and view understands the same events and uses the same "state machine"
  • integrated cluster/sharding-support
  • Simplified AtLeastOnceDelivery-support
  • Automatic starting and stopping (of idle) aggregates and views
  • Automatic working view that supports getting the current state (ie. to be used from REST) and the full event history (nice when debugging)

akka-tools-json-serializing

akka-tools-json-serializing is an Akka Serializer implementation that uses Jackson Json.

Json is a good match for evolving data-structures, but this serializer also supports coded data-structure-upgrading

akka-tools-jdbc-journal

akka-tools-jdbc-journal is a JDBC journal-plugin for Akka Persistence.

When used together with akka-tools-json-serializing, it also writes the json as 'plain-text' so that a human can understand the written data.

It supports Persistence Query with EventsByTagQuery (Also multiple tags in the same stream) amongst others

akka-tools-cluster

akka-tools-cluster contains cluster-related utilities like:

  • dynamic seedNode-resolving
  • Split-brain detection and recovering
  • ClusterSingletonHelper

examples

examples contains example code

akka-tools's People

Contributors

mbknor avatar ovevang avatar zapodot avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.