Graph Visualizer discontinued from V3+. What is the alternative?
There isn’t.
We’re about to start work on a new one. We’ll try to share a timeline soon.
If you’re familiar with jupyter notebooks, consider using/contributing. There’s a sample graph at the very bottom of this page:
https://github.com/krishnangovindraj/typedb-jupyter/blob/update-for-3.x/src/graphs.ipynb
We’re planning to relaunch Graph Visualizer next month with a renewed focus on data exploration.
What’s your use case? Would be great to gather user feedback to drive the development roadmap
Thanks @krishnan. I tried using typedb-jupyter. But typedb-jupyter is compatible with typedb-client only. I am using typedb-driver as I want to use typedb-cloud. (TypeDB-Client is not supporting TypeDB-Cloud).
Can you suggest any solution for representing graph created to a VP?
With TypeDB-Jupyter and TypeDB-Driver, I am getting below error:
ImportError: cannot import name ‘TypeDBClientException’ from ‘typedb.common.exception’ (\site-packages\typedb\common\exception.py)
Thanks @alex, but I can’t wait till next month.
To login in TypeDB Cloud using below statement, what should I do for:
- TLS enabled?
- certificate path
%typedb -d database name -a server address -u username -p password -c certificate path [-n connection alias]
If you’re interested in jupyter for 3.0.6, Could you clone and try this version please:
Make sure you’re on the update-for-3.x
branch