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
upsertfashion) - 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
Post a Comment