Skip to content

Commit

Permalink
Merge pull request #47 from pioardi/develop
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pioardi authored Dec 29, 2019
2 parents c954f6e + ab80490 commit c89331c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Ring election

<strong>Is your dream to build a service like cassandra,kafka,zipkin,jaeger,redis,etc...? You are in the right place , join ring-election project !!! </strong> <br>

<div align="left">
<img src="doc/logo.png" width="300" height="250"/>
</div>
Expand All @@ -14,6 +16,7 @@




<h2>Contents </h2>
<a href="#gs">Getting started</a><br>
<a href="#overview">Overview</a><br>
Expand All @@ -37,7 +40,7 @@
Check assigned partitions to local:9000/status or change the port to 9001/9002 <br>
Try to stop and restart container and observe the behaviour.<br>
If you want to develop new features or fix a bug you can do that without docker images , just configure environment variables correctly ( you can see them on [docker-compose.yaml] file) . <br>
See <a href="#examples">Examples</a> section to know how to integrate this library and build some distributed ring on top of ring-election !!! <br>
See <a href="#examples">Examples</a> section to know how to integrate this library and build some distributed services on top of ring-election !!! <br>

<h2 id="overview">Overview and rationale</h2>
In modern systems it is often needed to distribute the application load to make the system scalable so that every data is processed by a single instance. <br>
Expand Down

0 comments on commit c89331c

Please sign in to comment.