All Talks

Data Modeling with MongoDB

Good news everyone! MongoDB provides an extremely flexible document model for your use. At the same time the data model you design can seriously speed up or slow down your application. For example, an RDBMS approach to an IoT data storage will significantly slow down the application when used with a document model. This means that with great data modeling flexibility comes even greater responsibility. What are the the best practices for data modeling that leverage MongoDB’s flexible …

You might be interested in: