humfrey 0.2
A Django-based RESTful linked data frontend for SPARQL endpoints.
humfrey is a Django-based RESTful linked data interface to a SPARQL endpoint.
Features
- Serialization to HTML, RDF, JSON, CSV.
- Template selection based on rdf:types.
- Semantic pingback
- SPARQL rate-limiting
Using
humfrey provides a lot of the framework you need for producing a linked data site. You will need to produce a minimal Django project to pull it all together. Examples include data.ox.ac.uk, data.clarosnet.org, and opencitations.net. In due course we plan to provide a simple demonstration site that will run out of the box.
It requires a backing SPARQL endpoint to run queries against. The sites listed above use Fuseki, but it should work with any endpoint. If it doesn't, raise an issue in the GitHub issue tracker.
You will also need running memcached and redis instances.
Running the test suite
In the root of the humfrey module run:
PYTHONPATH=.. python manage.py test --settings=humfrey.tests.settings
If using Jenkins, you can use tox or run the following:
PYTHONPATH=.. python manage.py jenkins --settings=humfrey.tests.settings
This will produce a bunch of reports using django_jenkins, which will turn up in a reports directory.
Requirements
- memcached
- redis
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| humfrey-0.2.tar.gz (md5) | Source | 2011-10-27 | 75KB | 199 | |
- Author: Oxford University Computing Services
- Home Page: https://github.com/oucs/humfrey
- Keywords: sparql,linked data,RDF,REST
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Framework :: Django
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: alexdutton
- DOAP record: humfrey-0.2.xml
