Grakn Workbase is Grakn's Integrated Development Environment to perform knowledge engineering. At the moment, Workbase provides two main functionalities: visualisation of the knowledge graph, and modelling of the knowledge schema.
You can also see Workbase as another interface for a user to interact with their Grakn database, as an alternative to the Grakn Console and Grakn Client API/Drivers.
Workbase Visualiser allows you to visualise data in the Grakn knowledge graph, and investigate their relationships, by performing read queries (match-get
queries) as well as one of the computer queries: compute path
queries. Whether you need a tool to test and experiment with your newly created Grakn knowledge graph, or that you prefer a graphical interface for reading data from Grakn, you will find Workbase extremely useful.
Grakn Workbase is available for Linux, Mac and Windows. Head over to the Workbase Releases page to download and install the latest release of Workbase.
Learn how to connect Workbase to the Grakn Server, execute and visualise Graql queries, and interact with the visualiser to investigate instances of data.