Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
travisjeffery committed Oct 10, 2016
1 parent feeb19d commit 37146b3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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...


0 comments on commit 37146b3

Please sign in to comment.