Is there a way to visualize typeDB (Grakn) data with Kibana?

225 Views Asked by At

I want to visualize data that I will be storing in TypeDB. How can I visualize that data in Kibana? Or is there any other opensource visualization tool that supports connectivity with TypeDB?

Thanks.

2

There are 2 best solutions below

2
warkolm On

if typedb has an api, which I am not clear on if it does or not after reading their site, then you can use Logstash to get data from it and send to Elasticsearch

0
James Fletcher On

The official visualiser for TypeDB is TypeDB Studio. Just download the latest release and you should be ready to go.

TypeDB Studio is a graph visualiser, which will give the maximum benefit for visualising the graph data in TypeDB.