An open API service indexing awesome lists of open source software.

https://github.com/linkdd/link.graph

Pure-Python graph database
https://github.com/linkdd/link.graph

graph-database pure-python

Last synced: 3 months ago
JSON representation

Pure-Python graph database

Awesome Lists containing this project

README

        

link.graph
==========

**link.graph** is a pure-python graph database.

See documentation_ for more informations.

.. _documentation: https://linkgraph.readthedocs.io
.. _KVStore: https://github.com/linkdd/link.kvstore
.. _Fulltext: https://github.com/linkdd/link.fulltext

.. image:: https://img.shields.io/pypi/l/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph/
:alt: License

.. image:: https://img.shields.io/pypi/status/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph/
:alt: Development Status

.. image:: https://img.shields.io/pypi/v/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph/
:alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph/
:alt: Supported Python versions

.. image:: https://img.shields.io/pypi/implementation/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph/
:alt: Supported Python implementations

.. image:: https://img.shields.io/pypi/wheel/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph
:alt: Download format

.. image:: https://travis-ci.org/linkdd/link.graph.svg?branch=master&style=flat-square
:target: https://travis-ci.org/linkdd/link.graph
:alt: Build status

.. image:: https://coveralls.io/repos/github/linkdd/link.graph/badge.png?style=flat-square
:target: https://coveralls.io/r/linkdd/link.graph
:alt: Code test coverage

.. image:: https://img.shields.io/pypi/dm/link.graph.svg?style=flat-square
:target: https://pypi.python.org/pypi/link.graph/
:alt: Downloads

.. image:: https://landscape.io/github/linkdd/link.graph/master/landscape.svg?style=flat-square
:target: https://landscape.io/github/linkdd/link.graph/master
:alt: Code Health

Installation
------------

.. code-block:: text

pip install link.graph

Features
--------

- API is fully implemented with Map/Reduce algorithms (see `link.parallel `_)
- storage backend is based on KVStore_ and Fulltext_
- command line interface

Donating
--------

.. image:: https://liberapay.com/assets/widgets/donate.svg
:target: https://liberapay.com/linkdd/donate
:alt: Support via Liberapay