Skip to Content
Cloud Native Python
book

Cloud Native Python

by Manish Sethi
July 2017
Intermediate to advanced
374 pages
8h
English
Packt Publishing
Content preview from Cloud Native Python

MongoDB terminology

Let's look at the different terminologies of MongoDB, which are listed next:

  • Database: This is similar to the database that we have in RDBMS (Relational Database Management System), but, instead of tables, in MongoDB a database is a physical container of collections. MongoDB can have multiple databases.
  • Collections: This is basically a combination of documents that has its own schema. Collections don't contribute toward the schema of documents. It's quite equivalent to the tables in RDBMS.
  • Document: This is similar to a tuple/row in an RDBMS. It's a set of key-value pairs. They have a dynamic schema, where each document may or may not have the same schema within a single collection. They may have different fields as well. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for DevOps

Python for DevOps

Noah Gift, Kennedy Behrman, Alfredo Deza, Grig Gheorghiu
Cloud Native

Cloud Native

Boris Scholl, Trent Swanson, Peter Jausovec

Publisher Resources

ISBN: 9781787129313Supplemental Content