Sign inSign up

acmplanner/main-api

By acmplanner

•Updated about 10 years ago

Main API to perform RDF queries and manage data with Python Flask

Image
0

3.5K

acmplanner/main-api repository overview

⁠Main API

Built with Python Flask⁠.

wercker status Docker Pulls

⁠Running

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.

⁠Development

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⁠.

⁠Testing
python test/app_test.py

Tag summary

Content type

Image

Digest

Size

257.5 MB

Last updated

about 10 years ago

docker pull acmplanner/main-api