Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imzhenyu authored Oct 18, 2016
1 parent 84bc4c1 commit 0a5fa79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Build Status](https://travis-ci.org/imzhenyu/rDSN.dist.service.svg?branch=master)](https://travis-ci.org/imzhenyu/rDSN.dist.service)

This repo contains the following framework plugins for rDSN.
This repo contains the following framework plugins for rDSN, and you may go through [tutorial](https://github.com/Microsoft/rDSN/wiki/Tutorial:-one-box-cluster) to have a try.

| Pluggable modules | Description | Demo |
|--------|-------------|------|
| [dsn.dist.service.stateless](https://github.com/imzhenyu/rDSN.dist.service/tree/master/src/app_daemon) | scale-out and fail-over for stateless services (e.g., HA micro-services) | todo |
| [dsn.dist.service.stateful.type1](https://github.com/imzhenyu/rDSN.dist.service/tree/master/src/replica_server) | scale-out, replicate, and fail-over for stateful services (e.g., Spanner) | todo |
| [dsn.dist.service.meta_server](https://github.com/imzhenyu/rDSN.dist.service/tree/master/src/meta_server) | membership, load balance, and machine pool management for the above dist.service.xxx modules | todo |
| Pluggable modules | Description |
|--------|-------------|
| [dsn.dist.service.stateless](https://github.com/imzhenyu/rDSN.dist.service/tree/master/src/app_daemon) | scale-out and fail-over for stateless services (e.g., HA micro-services) |
| [dsn.dist.service.stateful.type1](https://github.com/imzhenyu/rDSN.dist.service/tree/master/src/replica_server) | scale-out, replicate, and fail-over for stateful services (e.g., Spanner) |
| [dsn.dist.service.meta_server](https://github.com/imzhenyu/rDSN.dist.service/tree/master/src/meta_server) | membership, load balance, and machine pool management for the above dist.service.xxx modules |


##### Build
Expand Down

0 comments on commit 0a5fa79

Please sign in to comment.