Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigsterkr/tracker-sparql-service
Simple SPARQL endpoint for GNOME Tracker
https://github.com/vigsterkr/tracker-sparql-service
gnome-tracker semantic-web sparql-endpoints
Last synced: 12 days ago
JSON representation
Simple SPARQL endpoint for GNOME Tracker
- Host: GitHub
- URL: https://github.com/vigsterkr/tracker-sparql-service
- Owner: vigsterkr
- License: apache-2.0
- Created: 2020-01-05T14:14:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T10:17:10.000Z (about 5 years ago)
- Last Synced: 2024-12-02T05:30:13.149Z (2 months ago)
- Topics: gnome-tracker, semantic-web, sparql-endpoints
- Language: C
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tracker SparQL Service
This service creates a a simple HTTP endpoint for the [GNOME Tracker](https://gnome.pages.gitlab.gnome.org/tracker/) sparql database.
## Configuration
The configurartion file (you can provide it with `-c` command line option) is a simple key-value store (`key=value`). Currently supported configuration options:
* `address`: the IP to bind to. `default: 0.0.0.0`
* `port`: the tcp port to bind to. `default: 80`
* `endpoint`: the URI where the sparql queries are served. `default: /sparql`
* `log_level`: the log level. as usual the possible values are: FATAL, ERROR, WARN, INFO, DEBUG, TRACE. `default: INFO`