Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertmeronyo/lodapi
https://github.com/albertmeronyo/lodapi
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertmeronyo/lodapi
- Owner: albertmeronyo
- Created: 2015-11-16T08:16:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T18:43:19.000Z (about 4 years ago)
- Last Synced: 2024-10-05T23:21:55.481Z (3 months ago)
- Homepage:
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Query crap
A repo full of crap about queries
# What is this for?
We're gonna store some SPARQL queries here. Each of them in a different file.
Then we're gonna pay attention to push events via webhooks. In another endpoint,
we'll filter commited files with the `.rq` extension to distinguish modified
SPARQL queries. Then we'll retrieve those.For each new query, we'll add a new route using a template.
For a modified query, we'll re-render the template with the new query.