MongoDB to prototype JSON data ingestion
September 13, 2017

MongoDB to prototype JSON data ingestion

Mauro Bennici | TrustRadius Reviewer
Score 8 out of 10
Vetted Review
Verified User

Overall Satisfaction with MongoDB

We use MondoDB at You Are My Guide to fast prototype the ingestion of new API. The possibility to save, update and search documents in JSON format allow as to save the useless time waste to convert data from SQL structure to JSON and vice versa. We use it in C#, python and GO without any problems in Windows, Mac and Ubuntu.
  • Easy to install and manage.
  • Ready in 10 minutes.
  • Query language is easy to learn.
  • Multi platform.
  • Missing official GUI (now we are [using] Compass).
  • Import and Export of huge amount of data is too slow.
  • MongoDB plus Docker will allow our developers to be ready in 5 minutes.
  • The easy and readable structure of the documents decreases the learning curve.
  • The multi language drivers allow every developers to speak the same data language.
Today we have not found a valid and better alternative that we would think to make a change.
When the needs are to insert, update and search JSON documents, MongoDB is the database!