Releases: gridsby/public
0.05
Grids.by/you is a hosting platform for Semantic Web. We provide free RDF hosting and OAuth-secured HTTP-API (including SPARQL endpoint) for getting necessary pieces of data.
Under the hood, we use a lot of great opensource components glued together. We're powered by Virtuoso/7 triplestore, Redis for caching and Celery/RabbitMQ for task processing.
We value both privacy of our users and responsiveness, so all communications are secured by TLS by default and are SPDY (aka HTTP/2.0) enabled.
Changelog
- API traffic statistics is stored now
- New public datasets:
- HEML
- API got a little speed boost (we still didn't start serious optimisations)
0.04
Grids.by/you is a hosting platform for Semantic Web. We provide free RDF hosting and OAuth-secured HTTP-API (including SPARQL endpoint) for getting necessary pieces of data.
Under the hood, we use a lot of great opensource components glued together. We're powered by Virtuoso/7 triplestore, Redis for caching and Celery/RabbitMQ for task processing.
We value both privacy of our users and responsiveness, so all communications are secured by TLS by default and are SPDY (aka HTTP/2.0) enabled.
Changelog
list.json
method of API accepts JSON-LD input. This way it is possible to specify more complex filtersget.jsonld
method of API returns "compact" form of JSON-LD, as it is easier to parse it manually (still, we recommend to use proper libraries)- New public datasets:
- OpenCyc
- The Suggested Upper Merged Ontology (SUMO)
- WordNet
- stability fixes for various code parts
0.03
Grids.by/you is a hosting platform for Semantic Web. We provide free RDF hosting and OAuth-secured HTTP-API (including SPARQL endpoint) for getting necessary pieces of data.
Under the hood, we use a lot of great opensource components glued together. We're powered by Virtuoso/7 triplestore, Redis for caching and Celery/RabbitMQ for task processing.
We value both privacy of our users and responsiveness, so all communications are secured by TLS by default and are SPDY (aka HTTP/2.0) enabled.
Changelog
- We have a new design at dev.grids.by
- Our backend is upgraded to Virtuoso/7 triplestore
- There are download links in the list of your graphs at dev.grids.by now. You can share them and as long as you marked these graphs as public we will let getting them to any registered user
- API also has "download" method now
- "get" method of API uses
.jsonld
prefix now, as that's what we always returned there
0.02
Grids.by/you is a hosting platform for Semantic Web. We provide free RDF hosting and OAuth-secured HTTP-API (including SPARQL endpoint) for getting necessary pieces of data.
Under the hood, we use a lot of great opensource components glued together. We're powered by Virtuoso/6 triplestore, Redis for caching and Celery/RabbitMQ for task processing.
We value both privacy of our users and responsiveness, so all communications are secured by TLS by default and are SPDY (aka HTTP/2.0) enabled.
Changelog
- We added SPARQL-endpoint to the API
- Cleaned up and optimized API code
- Data-upload functionality at dev.grids.by has 3 modes of operation right now:
- replace (default, the one we had before)
- merge
- append + replace-on-conflict
- dev.grids.by ouputs some stats now
- dev.grids.by allows to edit access-rights of API-applications
Initial release
Grids.by/you is a hosting platform for Semantic Web. We provide free RDF hosting and OAuth-secured HTTP-API for getting necessary pieces of data.
Under the hood, we use a lot of great opensource components glued together. We're powered by Virtuoso/6 triplestore, Redis for caching and Celery/RabbitMQ for task processing.
We value both privacy of our users and responsiveness, so all communications are secured by TLS by default and are SPDY (aka HTTP/2.0) enabled.