Slide 4
Slide 4 text
What is MongoDB?
About MongoDB
● Document oriented NoSQL Database System
○ Written in C++
○ Released in 2009
Query Results looks like JSON
{
"v" : 1,
"key" : {
"_id" : 1
},
"ns" : "db.fields_current.search_api_index",
"name" : "_id_"
}
...