Skip to content

Releases: typedb/typedb-studio

Grakn Workbase 1.1.0 (please use 1.1.1)

01 Feb 19:27
a5fd8fb
Compare
Choose a tag to compare

Dear Grakn Community, Grakn Workbase 1.1.0 has finally been unleashed, and it now works with Grakn KGMS on Google Cloud and Amazon AWS!

As always, thank you so much to everyone in the community for helping us improve Grakn, and in this case, Workbase. And well done to our Grakn Warriors! :)

Architecture Refactor and KGMS Authentication

In this release, we redesigned the Workbase architecture and increased the test coverage, which we believe should increase the robustness and reliability of the codebase and the user experience. This refactor also included enabling Grakn Workbase to work with Grakn KGMS in the cloud. Grakn Workbase now starts with a page where the user can choose to connect to either Grakn Core or KGMS, and provide their login details when using KGMS.

Improvements on the Visualiser: features and bug fixes

  1. We have introduced visualiser tabs! In the visualiser page, you can now create multiple tabs to visualise multiple queries at the same time. The tabs may also be configured to connect to different keyspaces. The tabs will maintain the state of each query and visualisation.
  2. The visualiser can now visualise schema concepts. You just need to write Graql queries to query schema concepts!
  3. We added a footer bar to show additional details, such as the number of entities, attributes and relationships shown in the graph. We will continue to show additional details of the visualisation on this footer bar.
  4. Improved the fluid motion function of the graph. The graph should have a better "groove" to it now ;)
  5. Added a relationships panel to the right bar, to show details about a relationship concept.
  6. Added a system preferences panel to configure:
    • the connection to Grakn database server
    • to manage keyspaces: view, add and delete keyspaces
  7. We also added a few more keyboard shortcuts for common tasks:
    • cmd + g : clear the graph
    • cmd + = : zoom-in for the whole application window
    • cmd + - : zoom-in for the whole application window
  8. General bug fixes:
    • Fixed backtracking of a regex during query parsing
    • Click-and-holding a node no longer multi-selects the nodes
    • Information in the identity and attributes panel in the right bar are now correctly saved when minimised
    • Rapid answer explanation requests are now handled correctly in the in the transaction connection to Grakn.
    • Answer explanations now properly handle explanations with conjunctions.

Introducing the Schema Designer!

It's still early days for the schema designer, but we're excited to share this as a tool that will help everyone model their schema better and easier.

At the moment, the Schema Designer includes the following capabilities:

  1. Define entity types
  2. Define attribute types
  3. Define relationship types
  4. Define rules; but you will still have to write the when and then patterns using Graql
  5. List attribute types that schema concept has
  6. Add attribute types to existing schema concept types
  7. Remove attribute types to existing schema concept types
  8. Delete schema concepts through a context menu
  9. Toggle the visibility of nodes of a given type (Entity, Attribute, Relationship) through a display settings

That's it! Download Workbase from the list of binaries below. We hope you enjoy the new Workbase and connect it to your Grakn KGMS on Google or AWS!

Given that this is just the beginning for Grakn Workbase, we'd really love to hear your feedback on what you like, what don't like, as well as what you wish it had!

Grakn Workbase 1.0.0

01 Feb 12:59
Compare
Choose a tag to compare

This release was initially part of Grakn Core 1.4 release on 24 Sep 2018. It is migrated to this repository, as Grakn Workbase will have its own dedicated repository going forward.

Finally, Workbase is born into this world!

Our beloved Grakn Community, Grakn Workbase 1.0 is finally released! (Compatible with Grakn Core 1.4.0 onwards)

Grakn Workbase 1.0

Well done to our Grakn Warriors (kuple!) and, as always, thank you so much to our amazing community for helping us improve Grakn every day of the journey!

There has been a lot of work put into our new "Knowledge IDE" - starting with the visualiser. Why? Performance and usability! This first release is already available for Linux, Mac and Windows. You can download it directly from the list of binaries below (the download centre page for Workbase will be updated to make the following binaries available too).