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

best gui to manage mongo #2

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

hey @damianiandrea

can you suggest a simple and easy to run GUi for mongo ? Like Pgadmin but for mongo.

just to make it easier to debug it etc :)

damianiandrea commented 1 year ago

Hi @gedw99,

I use Mongo Compass and Mongo Shell, check them out.

gedw99 commented 1 year ago

Thanks dude !!