Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kenda/sedri
- Owner: kenda
- Created: 2013-12-15T09:34:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T11:08:18.000Z (about 10 years ago)
- Last Synced: 2023-03-31T03:57:34.624Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SEDRI
## Installation
* MavenIf 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 jarThere 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 callingmvn exec:java
or by simply executing the jar file withjava -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).