damianiandrea / mongodb-nats-connector

A connector that uses MongoDB's change streams to capture data changes and publishes those changes to NATS JetStream.
MIT License
48 stars 7 forks source link

mongo and nats on fly #80

Open gedw99 opened 5 days ago

gedw99 commented 5 days ago

fly can run a docker of Mongo DB https://github.com/lubien/mongo-template

It can also run NATS as a cluster and super cluster.

Am putting this here, because it will help others. I intend to get this working for benchmarking, because spinning up a global fly mongo db and nats is so easy with fly, and you have 20 global data centers and can use the golang fly CLI or golang package to control it all easily.

https://github.com/superfly/fly-go shows how to run and compile both.

damianiandrea commented 1 day ago

I intend to get this working for benchmarking

That would be awesome! Let me know if you end up doing this, I'm quite curious to see how the connector would perform, but haven't had the time to work on it just yet.