Skip to main content

A Declarative Graph API Django App

Project description

# RibbonGraph
A Declarative Graph API Django App

RibbonGraph is a Django app which provides a declarative permission layer to a
Neo4j database. It is perfect for building social networking applications.

The RibbonGraph philosophy is that a social graph is a shared resource for all
the users that has rules about how the users are allowed to use the graph.

Therefore all that's required to have a social network is a declaration those
rules. This is what RibbonGraph provides.

Requirements
------------
As of now this app is meant for use with the [djangorestframework](http://www.django-rest-framework.org) and it uses that projects base class APIException for all GraphAPIErrors.

Quick start
-----------

1. Run

pip install ribbon-graph
2. Add "ribbon" to your INSTALLED_APPS setting like this:

INSTALLED_APPS = [
...
'ribbon',
]

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

ribbon-graph-0.0.1.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

ribbon_graph-0.0.1-py2.py3-none-any.whl (14.1 kB view hashes)

Uploaded Python 2 Python 3

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