sparql_client alternatives and similar packages
Based on the "HTTP" category.
Alternatively, view sparql_client alternatives based on common mentions on social networks and blogs.
-
webdriver
This is an implementation of the WebDriver protocol client. It currently supports PhantomJS, FireFox, ChromeDriver and remote webdriver servers (e.g. Selenium). -
web_socket
An exploration into a stand-alone library for Plug applications to easily adopt WebSockets. -
explode
An easy utility for responding with standard HTTP/JSON error payloads in Plug- and Phoenix-based applications. -
ivar
A lightweight wrapper around HTTPoison that provides a fluent and composable way to build http requests. -
fuzzyurl
An Elixir library for parsing, constructing, and wildcard-matching URLs. Also available for Ruby and JavaScript.
Get performance insights in less than 4 minutes
Do you think we are missing an alternative of sparql_client or a related project?
README
SPARQL.Client
A SPARQL protocol client for Elixir.
The API documentation can be found here. For a guide and more information about SPARQL.Client and it's related projects, go to https://rdf-elixir.dev.
Features
- executes all forms of SPARQL queries and updates against any SPARQL 1.0/1.1-compatible endpoint over HTTP
- validates SPARQL queries before sending them to a SPARQL service endpoint (can be disabled via raw-mode)
- supports result sets in both XML, JSON, CSV and TSV formats, with JSON being the preferred default for content-negotiation purposes
- supports graph results in any RDF serialization format understood by RDF.ex
- supports generation of updates (except for
INSERT
andDELETE
updates), incl.INSERT/DELETE DATA
updates from all RDF.ex data structures - works with multiple HTTP client libraries
Contributing
see [CONTRIBUTING](CONTRIBUTING.md) for details.
Consulting and Partnership
If you need help with your Elixir and Linked Data projects, just contact [email protected] or visit https://www.cokron.com/kontakt
License and Copyright
(c) 2018-2020 Marcel Otto. MIT Licensed, see [LICENSE](LICENSE.md) for details.
*Note that all licence references and agreements mentioned in the sparql_client README section above
are relevant to that project's source code only.