ELI5: Explain Like I'm 5

Document-oriented database

A document-oriented database is a kind of computer database that stores data in documents, instead of storing the data in rows and columns like a traditional database. Each document contains all of the data related to one specific thing, like a person, a pet, or a product. This makes it easier for computers to find, store, and update the data when needed.