By cruff
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!
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:
docker run -d -p 3000:3000 --name metabase metabase/metabase
Or if you would like to persist the data you could also specify a volume:
docker run -d -p 3000:3000 \
-v ~/metabase-data:/metabase-data \
-e "MB_DB_FILE=/metabase-data/metabase.db" \
--name metabase metabase/metabase
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.