Skip to main content

JSON file as a database

Project description

jsondb
======


Off-memory json for large data that does not fit the memory.

Usage
------

from jsondb import JsonDB

data = {
'name': 'foo',
}

db = JsonDB(value=data)

assert db.query('$.name') == 'foo'

License
-------

Released under the BSD license.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page