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
- Host: GitHub
- URL: https://github.com/linkdd/link.graph
- Owner: linkdd
- Created: 2016-06-02T14:22:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T01:47:40.000Z (over 8 years ago)
- Last Synced: 2025-02-14T17:57:51.630Z (4 months ago)
- Topics: graph-database, pure-python
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 HealthInstallation
------------.. 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 interfaceDonating
--------.. image:: https://liberapay.com/assets/widgets/donate.svg
:target: https://liberapay.com/linkdd/donate
:alt: Support via Liberapay