Skip to main content

GrapheekDB is a fast and lightweight Graph Database with various backends : Kyoto Cabinet/Local memory (more coming soon).

Project description

GrapheekDB is a fast and lightweight Graph Database with various KVS (Key/Value Store) backends :

Implementing a new backend for other KVS is quite easy : Local Memory backend is implemented in less that 50 lines of code.

Features :

  • nodes (aka vertices) and edges creation and deletion

  • nodes and edge lookup (using a django-like syntax)

  • path traversal (using a gremlin-like syntax)

  • basic nodes & edges indexing feature (works with one or many field)

  • aggregation

  • speed : path traversal often occurs at 1 million entities/second - thanks to the backends :)

  • concurrency : with 1000 concurrent users and simple node creation/deletion, the server can handle 7000 requests/second - thanks to 0mq and gevent

  • code base test coverage is currently : 100 %

Installation :

pip install grapheekdb

Quick intro :

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.1.tar.gz (22.9 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