Releases: invana/invana-studio
0.0.11
0.0.9
Version 0.0.9 (May 25, 2021)
New Features
- New layout for explorer with better User Experience for Query and Graph Overview.
- Query History Browser - to paginate and query from the past history of queries.
Note
- compatible with invana-engine v0.0.7
- supported graph databases : JanusGraph
0.0.7
Version 0.0.7 (March 24, 2021)
New features
- In explorer view, user can to update the links rendering with Graph Display Settings - this lets user to change the link curve.
- In explorer view, user can now change the styles of the edges.
- In explorer view, user can now hide/show the vertices/labels
improvements
- improved image quality on export canvas as image feature.
Bug Fixes
Deprecation warnings
- /explore view is going to be /studio in the next release
Note :
- compatible with invana-engine 0.0.1
- supported graph databases : JanusGraph
0.0.1
UI improvements
- supports multiple edges
- UI layout improvements
- tables and graph visualisations separated into two modules.
Setup instructions at https://invana.io/get-started.html
Alpha Release - update 3
You cannot directly connect to your database from this release. You need to connect your database to Invana Engine(GraphQL API) and use the GraphQL API to visually query the data in Graph Explorer.
What's New:
- New layout for the Interface
- updated GraphCanvas - rendering the nodes and vertices with PIXI.js, to take advantage of the WebGL; for a better performance when rendering lots of data.
- New TableCanvas - table data with properties, inv and ouv fields.
- New floating ElementMenu(NodeMenu) with controls to extends inv, outv and see properties of that element.
Demo video: https://youtu.be/17Q02VV_0Tc
Alpha Release - update 2
- Connect via HTTP or WebSocket protocols.
- Connect to Basic and Token based Authentication enabled gremlin server over HTTP protocol (you can use [gremlin-proxy] )(https://github.com/invanalabs/gremlin-proxy) or enable CORS on your gremlin deployment.
- Colors added to Edges
You can connect via the following connection string methods.
wss://localhost:8182/gremlin
https://localhost:8182/gremlin
https://user:password@localhost:8182/gremlin
https://access-or-session-token@localhost:8182/gremlin
Alpha Release - update 1
- Refactored UI to more of Workbench Interface than web app interface..
- Open response console on the footer - view errors and last response when needed
- Automatically assign colours to vertices using consistent hashing - to different vertex and edge types
- Make queries at regular intervals and view the data in the canvas
- Easily switch between graph, table and json view using hot keys ( ctrl+1, ctrl+2, ctrl+3 respectively)
Demo available at http://graph-explorer.herokuapp.com
Alpha Release
Aims at creating core UI and Gremlin Connector components to create a wide ranger of visualisations and Graph computing operations on data in the further releases.
Going further, for the beta release I will make sure Developer documentation is released. I believe this could enable community members to build wide range of interesting things in graph computing world.
Live demo : https://graph-explorer.herokuapp.com
Know more about this release on medium https://medium.com/invanalabs/introducing-graph-explorer-alpha-a-new-graph-data-visualiser-in-town-85881c2948a3?sk=8dee0edf494a9cda1c97a2b2e9e416c9