Announcing Graph Visualization in TypeDB Studio

Graph visualization in TypeDB Studio is now available! Try it at https://studio.typedb.com.

You’ll need to update your TypeDB to the latest version - 3.3.0, which is now generally available. If you’re on TypeDB Cloud, navigate to your Cloud cluster and hit “Update”. Or for TypeDB CE, follow the instructions at TypeDB | Docs > Manual > TypeDB Community Edition.

TypeDB 3.3’s HTTP-based Query API now includes a representation of the query structure. This is what powers Studio’s graph visualizer, and should also be of particular interest to users looking to create their own data visualization software. TypeDB 3.3 also ships with some fairly bog-standard DBMS features - namely server configuration files and log file output. For more details check out TypeDB 3.3.0’s release notes, or check out the Server configuration docs.

So, what’s next?

  • TypeDB import / export tool: with the next major TypeDB release.
  • Desktop builds for TypeDB Studio: the goal is to have these this week.
  • TypeDB Cloud high availability and scheduled backups: this has been in progress for a while now behind the scenes, and we plan to roll out these features in the next month.

As always, don’t hesitate to drop us #questions or #feedback as desired.

Happy coding! :slight_smile:
The TypeDB team