Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Is there a way to visualize a graph like described here?

https://developer.redis.com/explore/redisinsight/redisgraph

With redisinsight2 I only get back text output, no visualization. (I also have to prepend all queries withGRAPH QUERY which is not super handy)

You must be logged in to vote

Replies: 1 comment · 1 reply

Comment options

Yes, you can still get graphic results as long as you return nodes and edges and not just scalars.
Try: GRAPH.QUERY MotoGP "MATCH (a)-[b]->(c) return a,b,c"

image

You must be logged in to vote
1 reply
@georgfaust
Comment options

this is what I get

image

Version:

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.