This repo contains the following framework plugins for rDSN, and you may go through tutorial to have a try.
Pluggable modules | Description |
---|---|
dsn.dist.service.stateless | scale-out and fail-over for stateless services (e.g., HA micro-services) |
dsn.dist.service.stateful.type1 | scale-out, replicate, and fail-over for stateful services (e.g., Spanner) |
dsn.dist.service.meta_server | membership, load balance, and machine pool management for the above dist.service.xxx modules |
You firstly need to have installed rDSN.
git clone https://github.com/imzhenyu/rDSN.dist.service.git xyz
cd xyz
dsn.run.sh build
dsn.run.sh install
dsn.run.sh test
rDSN is provided on Windows and Linux, with the MIT open source license. You can use the "issues" tab in GitHub to report bugs.