Subordination
A framework for distributed programming
Introduction

Subordination is a framework for developing distributed applications which features

  • concise API consisting of a few base classes and a handful of global functions and allowing fully asycnhronous execution of your code;
  • automatic fault-tolerance for batch processing applications with minimal programmer's intervention;
  • automatic bootstrapping of a cluster without prior framework-specific configuration and distributed consensus algorithm;
  • bottom-up programming approach which makes source code base easy to extend an maintain.

Usage

Tutorial

Installation

TODO

License

GPL3+

Contributing

Feel free to contribute or post a bug at project page listed below.