Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.2 KB

File metadata and controls

61 lines (45 loc) · 2.2 KB

Dydra.com Software Development Kit (SDK) for Java

Travis CI build status

This is the official Java software development kit (SDK) for Dydra.com, the cloud-hosted RDF & SPARQL database service.

Examples

See doc/examples/raw-jena for examples on how to query Dydra's standard APIs using Jena/ARQ, and doc/examples/sdk-jena for simplified versions of the same based on the convenience wrappers provided as part of this SDK.

For more examples of using this library, see the doc/examples directory.

Dependencies

Note: the instructions in this README implicitly assume a Unix system (Mac OS X, Linux, or BSD) at present. Patches improving Windows support are most welcome.

Authors

Contributing

  • Do your best to adhere to the existing coding conventions and idioms.
  • Don't use hard tabs, and don't leave trailing whitespace on any line.
  • Don't touch the VERSION or AUTHORS files. If you need to change them, do so on your private branch only.
  • Do feel free to add yourself to the CREDITS file and the corresponding list in the README. Alphabetical order applies.

License

This is free and unencumbered public domain software. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.