MongoDB
MongoDB, the NoSQL database
for your Cloud project
high-performance platform, scalability, and support in Spanish.
1 instance Free Playground
Front-end integration of server, API, SDK (Python, Go-Lang, etc.), and tools (Terraform, Ansible, Chef, Puppet)
Daily backup retention: 7 days (optional)
Uptime SLA (99.95%)
Vertical and horizontal scaling
Massive data storage with maximum speed
What does MongoDB include?
-
50 – 1,280 GB of storage
-
Zero downtime - Maintenance / Updates for 3 nodes
-
2 - 128 GB of RAM
-
Access to log files
-
1 – 32 vCPU
-
User authentication and authorization
-
1, 3 instances
-
Disk encryption at rest, online (TLS/SSL), client-side field-level, and backup
-
5 and 6 major versions
-
Role-based access controls (RBAC)
Features | Playground | Business | Enterprise |
---|---|---|---|
Resources | |||
Storage | 50 GB | 50 - 1,280 GB | 50 - 4,000 GB |
RAM | 2 GB | 2 - 128 GB | 2 - 230 GB |
CPU | 1 vCPU | 1 - 32 vCPU | 1 - 31 Core |
Instances | 1 | 1, 3 | 1, 3, 5, 7 |
Major versions | 5 and 6 | 5 and 6 | 5 and 6 |
Uptime SLA (99.95%) | |||
Access | |||
Integration with DCD frontend | |||
Integration with API | |||
Integration with SDK (Python, Go-Lang, etc.) | |||
Integration with tools (Terraform, Ansible, Chef, Puppet) | |||
Backup | |||
PITR archive time (days) | up to 30 | ||
Daily backup retention (optional) (days) | 7 | up to 120 | |
Elastic scalability | |||
Vertical scaling | |||
Horizontal scaling | |||
Database sharding | |||
Monitoring and alerts | |||
Access to log files | |||
Security | |||
User authentication and authorization | |||
Disk encryption at rest | |||
Online encryption (TLS/SSL) | |||
Client-side field-level encryption | |||
Backup encryption | |||
IAM (Identity and Access Management) | |||
Role-based access controls (RBAC) | |||
Beyond the database | |||
MongoDB BI Connector | |||
MongoDB Compass | |||
Support | |||
24/7 enterprise support | |||
Initial response times | 6 hours | 1 hour |
MongoDB Database
Our platform Data Center Designer allows you to choose for your project between PostgreSQL and MongoDB databases.
MongoDB is a document-based database system, ideal for modern and scalable applications. These qualities allow you to store complex and heterogeneous data efficiently, without having to follow a rigid database schema. It is ideal for data analysis, with flexible data schemas that allow you to merge, interpret, and analyze information effectively, even from multiple sources.
Its horizontal scalability makes it easy to add additional nodes to accommodate growing data volumes and associated queries. You also have high availability with replica sets. Additionally, sharding improves performance and fault tolerance by distributing requests across the cluster.
This NoSQL database offers a seamless connection with programming languages such as Python, Ruby, or Node.js, thanks to its native query language: MQL.
Moreover, in Data Center Designer, we offer you a managed MongoDB service with continuous health metrics monitoring, load balancing, and various tools to configure and control your databases.
Choose your Cloud payment model with MongoDB
- 2 GB RAM
- 1 vCPU
- 50 GB NVMe
- 2 GB RAM
- 1 vCPU
- 50 GB NVMe
- 4 GB RAM
- 2 vCPU
- 80 GB NVMe
- 8 GB RAM
- 4 vCPU
- 160 GB NVMe
- 16 GB RAM
- 6 vCPU
- 320 GB NVMe
- 32 GB RAM
- 8 vCPU
- 640 GB NVMe
- 64 GB RAM
- 16 vCPU
- 960 GB NVMe
- 128 GB RAM
- 32 vCPU
- 1,280 GB NVMe
- 128 GB RAM
- 32 vCPU
- 2,000 GB NVMe
- CPU: €0.06/hour
- RAM: €0.00353/GB/hour
- Storage: From €0.04/GB/month
What can you do with your MongoDB database?
-
Optimized CMS
Develop your own content management system to create your website. With MongoDB, you can manage texts, graphics, and videos in a common set both on a PC and on mobile devices.
-
Create personalized experiences
You can connect and analyze many different files for an e-commerce store, an online insurance, or a trading platform. This way, you will offer personalized experiences to each user.
-
The Internet of Things (IoT)
MongoDB supports all types of data generated by IoT devices, allowing you to improve productivity, redefine your business models, and increase the operational efficiency of your business.
Complete this form and we will call you without obligation. You can also contact us by email.
- 365 days 24 hours Because we know that your project does not understand waits, our experts are always available to help you.
- Our own customer service More than 400 people, passionate about technology and with continuous training, dedicated exclusively to answering your questions and queries.
Frequently Asked Questions about MongoDB
-
Who would be responsible for designing my database schema?
We provide you with the solution where your database is hosted and take care of the server and database engine administration. Since you know your business best, you will be able to define and structure your database efficiently.
-
How much does traffic cost in Data Center Designer?
Incoming traffic is free and unlimited. We only charge you for outgoing traffic. This is because our solution is designed to work in a private environment where the web server makes requests to MongoDB.
-
What is MongoDB?
MongoDB is the most representative of the databases known as NoSQL, an acronym for Not only SQL. It can also be referred to as a document database, as what we store are pure JSON documents and not records, as happens in relational database tables. NoSQL databases occupy a specific niche among current database solutions. They address common needs, both for web applications, mobile apps, or the Internet of Things.
-
When is it necessary to use a NoSQL database like MongoDB?
- For an application to store or access a lot of information in a short time because document databases can be much faster than relational ones and can serve clients who need to perform many operations per second.
- To store large volumes of information. Relational databases tend to slow down when a table contains very large amounts of records (on the order of a million and up). Such situations force administrators to seek solutions like dividing tables into various segments, incurring a cost in data access and operations. This is not a problem in NoSQL databases, which can manage gigantic volumes of data in their entities.
- To address enormous needs for speed, volume, and variability. In relational databases, the information schema is meticulously defined in advance. For example, you cannot invent fields in records on the fly. In document databases like MongoDB, there is no problem with each document storing different fields, allowing flexibility in the information schema.
-
What is the difference between MongoDB and relational databases?
Unlike relational databases that organize data into tables with rows and columns, MongoDB stores data in JSON (or BSON) documents, allowing for a flexible structure. Relational databases require fixed schemas, while MongoDB allows adding or modifying fields without interrupting operations, making it ideal for dynamic data and modern applications.
-
Is MongoDB suitable for large volumes of data?
Yes. MongoDB is ideal for handling large volumes of data due to its scalable architecture. It uses a sharding approach, which allows data to be divided and distributed across different servers, facilitating efficient processing of large amounts of information. This allows you to grow without performance being affected, making it an excellent choice for big data and applications with millions of users.
-
What is a document in MongoDB?
In MongoDB, a document is the basic unit of data stored in a collection. A document is similar to a record in a relational database but has a more flexible format, based on JSON or BSON (Binary JSON). Documents can contain fields and values of different data types, including arrays and nested documents, offering great flexibility for storing unstructured information.
-
What is a collection in MongoDB?
A collection in MongoDB is a set of documents and is equivalent to a table in a relational database. Unlike relational tables, a collection in MongoDB does not require a fixed schema, meaning that documents within the same collection can have different structures, with different fields and data types.
-
What is sharding in MongoDB and when is it used?
Sharding is a partitioning technique in MongoDB that distributes data across multiple servers or nodes. It is used to handle large volumes of data and to ensure that the system remains scalable and efficient. By dividing data into different shards, MongoDB can distribute the workload across different servers, avoiding bottlenecks and allowing for horizontal growth of the system.