mongodb - Database for schema-less JSON file -


i have large (~1gb) valid json file doesn't follow particular schema/format , updated. i'm looking database system is:

  • fairly robust , mature
  • able incrementally import json file (in upsert fashion)
  • able perform queries on arrays , objects @ arbitrary locations inside object (select, sort , likes)

mongodb would've been great option far can tell, importing file using mongoimport requires several modifications json file (to meet "jsonarray" mode's requirements) prefer avoid.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -