Skip to main content

GrapheekDB is a pure Python graph database which is fast and lightweight

Project description

Getting started :

Tutorial :

Tests and documentation :

code base test coverage is currently : 100 %

documentation is a work in progress

Backends :

It can use various KVS (Key/Value Store) backends :

Known issues :

There’s an issue when running all tests as it opens a lot of files

You may need to raise limits before running tests.

If you want to raise those limits permanently, on Linux, you’ll need to edit /etc/security/limits.conf and add those lines :

username soft nofile 8192 username hard nofile 8192

  • Change username to fit your needs

  • 8192 appeared to be enough for tests to run

Then, depending on your linux distribution, you may need to edit /etc/pam.d/login to add :

session required /lib/security/pam_limits.so

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grapheekdb-0.0.19.tar.gz (34.6 kB view hashes)

Uploaded Source

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