Skip to main content

Python distributible for using rdflib with NDB

Project description

This aim of this project is to allow rdflib, the Python RDF library, to be deployed on Google App Engine (GAE) with data be persisted in the NDB storage.

All use is at your own risk.

To use this project your application should run on GAE using Python 2.7.

Assuming that you are familiar with rdflib (https://rdflib.readthedocs.org/en/latest/), to get started with this project, simply create a graph like this:

from rdflib import Graph
from rdflib_appengine.ndbstore import NDBStore
g = Graph(store = NDBStore(identifier = 'my_first_store'))

See https://github.com/mr-niels-christensen/rdflib-appengine and https://semanticwebrecipes.wordpress.com/2015/01/09/triple-store-in-the-cloud/ for further information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

rdflib_appengine-1.2.0-py2-none-any.whl (9.6 kB view hashes)

Uploaded Python 2

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