Skip to content

Commit

Permalink
Removed a duplicate paragraph.
Browse files Browse the repository at this point in the history
  • Loading branch information
beklapko authored and jwolski committed Jul 29, 2015
1 parent 086e443 commit 7d4da3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Ringpop implements a membership protocol that allows those workers to discover o

Ringpop makes it possible to build extremely scalable and fault-tolerant distributed systems with 3 main capabilities: membership protocol, consistent hashing, and forwarding.

Ringpop consists of three main components: membership protocol, consistent hash ring, and forwarding. Nodes can join and leave a cluster automatically, allowing the cluster to grow and shrink without manual intervention.

## Why use Ringpop?
Ringpop is a library that brings application-layer sharding to your services, partitioning data in a way that is fault-tolerant and scalable. Ringpop offers availability over consistency, and massive scaling capability for architectures with realtime, highly transactional and volatile data.

Expand Down

0 comments on commit 7d4da3d

Please sign in to comment.