From 6b746262c0c56ac14e9f0b13e8de7c5cf509e758 Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Thu, 22 Jun 2017 19:32:56 -0400 Subject: [PATCH] Update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 9768734..47c20bf 100644 --- a/README.md +++ b/README.md @@ -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