Robust Distributed System Nucleus (rDSN)  ver 1.0.0
Tutorials

Before we start, make sure rDSN has been appropriately installed.

Application development

A single-node rocksdb service

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.

A rocksdb cluster

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

A memcached cluster

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

Framework development

Tool and local runtime library development