ga-wdi-boston / mongodb-crud

An introduction to MongoDB
Other
1 stars 136 forks source link

Example data does not serve talk's purpose well #21

Open neugierige opened 7 years ago

neugierige commented 7 years ago

A big advantage of Mongo is its ability to handle incongruent data. But we are bulk loading data from csv files, where all data have identical headers. As someone reading this for the 1st time, I think to myself, "why not just use SQL"?

Not sure what the solution is, but if the data had more variety, it would better illustrate the benefit of Mongo.