From 37146b3f42a21aef224d7c1844a689faa4d7916a Mon Sep 17 00:00:00 2001 From: Travis Jeffery Date: Mon, 10 Oct 2016 05:07:34 -0400 Subject: [PATCH] add readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..bb624b5c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## Goals of this project: + +- Implement Kafka (distributed commit log service) in Go +- Make operating simpler +- Distribute a single binary +- Improve performance +- Use Raft for consensus + +## TODO + +- [x] Write and read segments of a commit log +- [ ] Segment indexes +- [ ] Writing over a network +- [ ] Distributed replication +- [ ] Etc... + +