Metadata-Version: 1.1
Name: grapheekdb
Version: 0.0.7
Summary: GrapheekDB is a pure Python graph database which is fast and lightweight
Home-page: https://bitbucket.org/nidusfr/grapheekdb
Author: Raphaël Braud
Author-email: grapheekdb@gmail.com
License: GPL v3
Description: ==========
        GrapheekDB
        ==========
        
        GrapheekDB is a pure Python graph database which is fast and lightweight.
        
        It can use various KVS (Key/Value Store) backends :
        
        - Local memory (default backend)
        - Kyoto Cabinet : http://fallabs.com/kyotocabinet/
        - Symas LMDB : http://symas.com/mdb/
        
        code base test coverage is currently : 100 %
        
        **documentation is a work in progress**
        
        Getting started :
        -----------------
        
        - `Documentation index <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/index.rst>`_
        - `Quick install guide <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/install.rst>`_
        - `GrapheekDB features <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/features.rst>`_
        - `Intro : What is a graph database ? <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/graph_database.rst>`_
        
        Tutorial :
        ----------
        
        - `Part 1 : Adding and removing nodes and edges <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/tutorial1.rst>`_
        - `Part 2 : Lookup nodes and edges <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/tutorial2.rst>`_
        - `Part 3 : Path traversal, collecting and aggregating data <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/tutorial3.rst>`_
        - `Part 4 : Scaling our app : indexes, performance tips <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/tutorial4.rst>`_
        - `Part 5 : Production use : client/server configuration <https://bitbucket.org/nidusfr/grapheekdb/src/default/docs/tutorial5.rst>`_
        
        Links:
        ------
        
        - Home Page : https://bitbucket.org/nidusfr/grapheekdb
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Database
Classifier: Topic :: Database :: Database Engines/Servers
