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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
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