Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.28 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.28 KB

Grakn Client for Java

CircleCI Slack Status Discussion Forum Stack Overflow Stack Overflow

Client Architecture

To learn about the mechanism that a Grakn Client uses to set up communication with keyspaces running on the Grakn Server, refer to Grakn > Client API > Overview.

API Reference

To learn about the methods available for executing queries and retrieving their answers using Client Java, refer to Grakn > Client API > Java > API Reference.

Concept API

To learn about the methods available on the concepts retrieved as the answers to Graql queries, refer to Grakn > Concept API > Overview