Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenda/sedri

Framework for aggregating several SPARQL endpoints and serving the results as web interface.
https://github.com/kenda/sedri

Last synced: 25 days ago
JSON representation

Framework for aggregating several SPARQL endpoints and serving the results as web interface.

Awesome Lists containing this project

README

        

# SEDRI
## Installation
* Maven

If you want to build the sources on your own you can use Maven to install the dependencies and build the project by calling `mvn compile`.
* standalone jar

There is also a standalone jar `sedri-0.1-jar-with-dependencies.jar` including all dependencies. This requires no installation.

## Usage
After you have created the configuration file start the web server by calling

mvn exec:java
or by simply executing the jar file with

java -jar sedri-0.1-jar-with-dependencies.jar

Afterwards you can execute requests against your configured endpoints.

See the [usermanual](usermanual.pdf) for an explanation of all configuration elements or the [example configuration](config.xml).