An open-source alternative to MongoDB, compatible with the MongoDB protocol and drivers, using PostgreSQL as the storage engine.
Version:
2.7.0
back to Marketplace
💡 If your application already uses MongoDB, you can point the same driver/connection string to FerretDB without changing code.
FerretDB accepts any client or driver compatible with MongoDB.
mongosh "mongodb://<USUARIO>:<PASSWORD>@<IP_DE_LA_VM>:30017/"
mongodb://<USUARIO>:<PASSWORD>@<IP_DE_LA_VM>:30017/<database>
mongoose.connect("mongodb://ferretdb:<PASSWORD>@200.25.101.125:30017/mi_app");
ℹ️ If you didn't set a password during deployment, look for it in the deployment outputs in the Cuemby portal. The default username is ferretdb.
# See the FerretDB pod
kubectl get pods -A | grep ferretdb
# View installation log
tail -f /var/log/cuemby/bootstrap.log
# Verify that the port is listening
ss -tlnp | grep 30017
NAME READY STATUS RESTARTS
ferretdb-xxxxxxxxx-xxxxx 1/1 Running 0 ← Running ✓
// Create a collection and insert a document
use mi_app
db.usuarios.insertOne({ nombre: "Martin", activo: true })
// View documents
db.usuarios.find({ activo: true })
// List collections
show collections

IaaS
Cuemby Cloud is enterprise-grade cloud infrastructure managed from a single console, built for stronger security, predictable operations, and easy scaling across regions.
Datacenters regions available in Colombia, Ecuador, and Chile
Backed by Tier III / Tier IV data center locations
Zero Network Ingress and Egress Fees
24/7 local expert support