Main API to perform RDF queries and manage data with Python Flask
3.5K
Built with Python Flask.
Based on mrpatiwi/flask-starter
Clone this repository:
git clone https://github.com/ACM-Planner/main-api.git
Set environment variables:
export RDF_URI=http://localhost:3030
export RDF_STORE=store
export RDF_USER=admin
export RDF_PASSWORD=pw
Check ACM-Planner/RDF-store to run a local instance of a HTTP RDF Store.
Make sure you have Python 3.4.x installed.
Install the dependencies with:
pip install -r requirements.txt
Start this application with:
python main.py
Now it's available at http://localhost:5000.
python test/app_test.py
Content type
Image
Digest
Size
257.5 MB
Last updated
about 10 years ago
docker pull acmplanner/main-api