Update README
This commit is contained in:
parent
55baf08605
commit
6b746262c0
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -2,3 +2,17 @@
|
||||||
Aiming to be a robust message queue library and daemon with a variety of storage backends.
|
Aiming to be a robust message queue library and daemon with a variety of storage backends.
|
||||||
|
|
||||||
# Still a work in progress
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue