Update README

This commit is contained in:
Tony Blyler 2017-06-22 19:32:56 -04:00
parent 55baf08605
commit 6b746262c0
1 changed files with 14 additions and 0 deletions

View File

@ -2,3 +2,17 @@
Aiming to be a robust message queue library and daemon with a variety of storage backends.
# Still a work in progress
## TODO
(In no particular order)
* Add documentation/roadmap
* Implement more daemon entrypoints
* grpc (in progress)
* http REST
* custom?
* if feeling ambitious... AMQP
* Implement more backends outside of [Badger](https://github.com/dgraph-io/badger)
* in-memory
* custom on-disk structure
* [Bolt](https://github.com/boltdb/bolt)
* Unit test as much as possible within reason
* Hook in with CI