A MongoDB-NATS Connector

Hello everyone! :wave:

I recently built a MongoDB-NATS Connector, and I just wanted to share it with the MongoDB community.

The connector is open source, and it is written in Go. It uses MongoDB’s change streams to capture data changes and publishes those changes to NATS JetStream. You can find the source code on GitHub.

I also wrote a blog post about it, the NATS folks really liked it and published it on their website: MongoDB NATS Connector | NATS blog

So yeah, check it out and let me know what you think of it, feedback is very welcome.

I hope you find it useful! :blush:

1 Like