sheepmq/README.md

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
    • in-memory
    • custom on-disk structure
    • Bolt
  • Unit test as much as possible within reason
  • Hook in with CI