ThreeDotsLabs / watermill

Building event-driven applications the easy way in Go.
https://watermill.io
MIT License
7.75k stars 407 forks source link

MongoDB Pub/Sub #128

Open roblaszczak opened 5 years ago

roblaszczak commented 5 years ago

Because, why not.

To implement this Pub/Sub you would like to check:

It may be useful for #8 in the future.

Pangoraw commented 5 years ago

I started to take a look at it, I will try to submit my work soon :+1:

blaggacao commented 4 years ago

https://dgraph.io/badger

https://github.com/mishudark/eventhus/blob/master/eventstore/badger/badger.go

https://github.com/timshannon/badgerhold

cunyat commented 3 years ago

Hi! Can I work on this?

I've done some work arround, and seems really interesting :D Where i should publish the code, in a repository of mine?

m110 commented 3 years ago

Hey @cunyat! You can start with your own repository. If you'd like, we can then move it to our space and help you make the library production ready. :)

cunyat commented 3 years ago

Hey there! I've almost an "aplha" version passing all tests :D https://github.com/cunyat/watermill-mongodb I would appretiate any feedback :)

Also, it should respect "only one delivery", i think it would be easy to adapt...

For the moment i'll do some refactor and improvements on code Thanks!