You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
534 B

# SheepMQ
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