Home > sones-javaclient

sones-javaclient

Sones-javaclient is a project mainly written in JAVA and SHELL, based on the LGPL-3.0 license.

a Java Client Library for sones GraphDB

sones Java GraphDB Client

Simple java client library to talk with a sones GraphDB(v2) - enterprise graph database management system.

Documentation:

For API Documentation see Javadoc in doc folder. For GQL Syntax see documentation at sones Developer-Wiki (http://developers.sones.de/)

History:

2011-05-18 by Michael Schilonka

Features
    - simple connection to a GraphDB REST service based on given URI and credentials
    - possibility to easily send GQL-Queries to the service
    - parsing methods to create a QueryResult out of the XML-Response (using JDOM)
    - API to handle vertices, single- /hyperedges and some result meta data
    - compatibility to refactored output


Demo
    - a simple Demo shows the usage of the current client
    - cli based output
Previous:Hello-World