Skip to main content

A Django app for integration between django rest framework and RDF

Project description

# restframework-rdf

A django app for integration between RDF and django rest framework.

## Quick start

Follow the [getting started guide](/docs/getting-started.md) to use the app in a django project.

## Development and unit tests

These steps are for development on the rdf app itself. Follow the steps below in order to run the unit tests.

### Blazegraph

Before you start, you need to install [Blazegraph](http://blazegraph.com/). The unit tests assume that you have a blazegraph server running and that the namespace ‘rdf-test’ is created. The following steps suffice to make this true.

Follow the [Blazegraph quick start guide](https://github.com/blazegraph/database/wiki/Quick_Start) to download and start the database server and a foreground process. While the server is running, you can access its web interface at http://localhost:9999. This lets you upload and download data, try out queries and review statistics about the dataset. The server can be stopped by typing ctrl-c. Visit the [web interface]( http://localhost:9999), navigate to the NAMESPACES tab. Use the create namespace form to create a new namespace. Choose rdf-test as a name, and set the mode to quads. All other checkboxes should be disabled. A popup is shown with additional settings. Leave these at their default values and choose Create. The created namespace should now appear in the list of namespaces. Choose use to use the rdf-test namespace when operating the web interface

### Running unit tests

  1. Clone this repository

  2. Install the required python packages via pip install -r requirements.txt

  3. Make sure your blazegraph server is running (see above).

  4. Run the unit tests with pytest.

### Usage during development

To use your work-in-progress drf app in a django project, build the package with

`bash python setup.py sdist `

You can now find the package in this repository under dist/restframework-drf-blablabla.tar.gz

To install the package in your project, install via pip as

`bash pip install path/to/repository/dist/restframework-drf-*.targ.gz `

### Documentation

Documentation (in the docs directory) is based on [MkDocs](https://www.mkdocs.org/).

You can browse the documentation in a development server by running

`bash mkdocs serve `

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

restframework-rdf-1.0.tar.gz (26.1 kB view hashes)

Uploaded Source

Built Distribution

restframework_rdf-1.0-py3-none-any.whl (30.9 kB view hashes)

Uploaded 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