Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 0aa696a

Browse files
committed
Merge pull request #2 from datanerds-io/feature/readme
Add a readme.
2 parents 84c3433 + 1d2c3d7 commit 0aa696a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# About
2+
3+
LACK is a consensus library based on the Cassandra database system. See [here](http://www.datastax.com/dev/blog/consensus-on-cassandra) for details on its implementation.
4+
5+
# Build
6+
7+
Make sure that a Cassandra database is running and the keyspace `lack` exists.
8+
9+
Then run `gradle build`.

0 commit comments

Comments
 (0)