Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aws/amazon-neptune-sparql-java-sigv4
A SPARQL client for Amazon Neptune that includes AWS Signature Version 4 signing. Implemented as an RDF4J repository.
https://github.com/aws/amazon-neptune-sparql-java-sigv4
amazon-neptune aws-neptune rdf4j sparql-client
Last synced: 4 days ago
JSON representation
A SPARQL client for Amazon Neptune that includes AWS Signature Version 4 signing. Implemented as an RDF4J repository.
- Host: GitHub
- URL: https://github.com/aws/amazon-neptune-sparql-java-sigv4
- Owner: aws
- License: apache-2.0
- Created: 2018-03-30T20:56:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T16:56:56.000Z (4 months ago)
- Last Synced: 2024-12-23T06:07:36.551Z (11 days ago)
- Topics: amazon-neptune, aws-neptune, rdf4j, sparql-client
- Language: Java
- Size: 50.8 KB
- Stars: 21
- Watchers: 25
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Amazon Neptune Sparql Java Sigv4
A SPARQL client for [Amazon Neptune](https://aws.amazon.com/neptune) that includes AWS Signature Version 4 signing. Implemented as an RDF4J repository and Jena HTTP Client.
For example usage refer to:
- [NeptuneJenaSigV4Example.java](https://github.com/aws/amazon-neptune-sparql-java-sigv4/blob/master/src/main/java/com/amazonaws/neptune/client/jena/NeptuneJenaSigV4Example.java)
- [NeptuneRdf4JSigV4Example.java](https://github.com/aws/amazon-neptune-sparql-java-sigv4/blob/master/src/main/java/com/amazonaws/neptune/client/rdf4j/NeptuneRdf4JSigV4Example.java)For the official Amazon Neptune page refer to: https://aws.amazon.com/neptune
## License
This library is licensed under the Apache 2.0 License.