Skip to content
/ pmse Public

Poor Man's SPARQL Endpoint. When you just need to have a CORS-enabled SPARQL endpoint for small RDF files

Notifications You must be signed in to change notification settings

alangrafu/pmse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Installation

git clone https://github.com/alangrafu/pmse.git

cd pmse

virtualenv _env

source _env/bin/activate

pip install -r requirements.txt

cp default.settings.json settings.json

#Run

python server.py

About

Poor Man's SPARQL Endpoint. When you just need to have a CORS-enabled SPARQL endpoint for small RDF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages