Hi guys, I was really happy to see that the Managed MongoDB is right not available at DigitalOcean. One important point for us is to have BI quite easy set up. So we thought the ManagedDB might be a good option.
I’ve tested several tools:
Do I have a wrong understanding of that topic? Or do you know I nice tool, just to connect, build up some alarms and thats it?
BR Christian
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
I have personally believed Metabase should be working as expected as they have native support for MongoDB.
You can start Metabase with a single Docker command:
Or if you would like to persist the data you could also specify a volume:
While setting up Metabase, you need to make sure that you enable
Use DNS SRV when connecting
.Also, make sure to click on the
Server SSL certificate chain
and paste the content of the CA certificate in there.Hope that this helps. Best, Bobby