Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.