Robust Distributed System Nucleus (rDSN)
ver 1.0.0
|
Before we start, make sure rDSN has been appropriately installed.
At its simplest form, rDSN can be used as a library such as libevent, Thrift or GRPC, with the following advantages:
View tutorial for the details.
rDSN has a built-in Paxos framework for quickly turning a local stateful component (e.g., storage) into a replicated and partitioned online service.
View tutorial
rDSN has a built-in framework for quickly turning a local stateless component into a scalable online service with automatic failure recovery and load balancing.
View tutorial