Skip to content

Commit

Permalink
Add try-it section
Browse files Browse the repository at this point in the history
  • Loading branch information
freeekanayaka committed Aug 25, 2019
1 parent 1dfc1ee commit 580aa70
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ Design higlights
* Data replication based on the [Raft](https://raft.github.io/) algorithm and its
efficient [C-raft](https://github.com/canonical/raft) implementation.

Try it
-------

The simplest way to see dqlite in action is to use the demo program that comes
with the Go dqlite bindings. Please see the [relevant
documentation](https://github.com/canonical/go-dqlite#demo) in that project.

Wire protocol
-------------

If wish to write a client, please refer to the [wire protocol](doc/protocol.md)
documentation.

Install
-------

Expand Down

0 comments on commit 580aa70

Please sign in to comment.