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.
 
 
Tony Blyler 6b746262c0
Update README
6 years ago
lease Initial commit 6 years ago
queue Initial commit 6 years ago
sheepmq Initial commit 6 years ago
shepard Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Update README 6 years ago
main.go Initial commit 6 years ago
update_grpc.sh Initial commit 6 years ago

README.md

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