Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render large graph - rendering bug - select graph traversal order #20905

Open
scls19fr opened this issue May 7, 2024 · 0 comments
Open

Render large graph - rendering bug - select graph traversal order #20905

scls19fr opened this issue May 7, 2024 · 0 comments

Comments

@scls19fr
Copy link

scls19fr commented May 7, 2024

Hello,

I'm trying viewing large graph using ArangoDB and noticed that rendering is often buggy (using ArangoDB 3.12 with Windows 10 and Docker)

See

image

Fortunately after a browser refresh I get

image

My graphs reach limits (I set it to 1000 nodes). I wonder if there is a way to draw graph using a Breath-First Search algorithm (ie BFS) instead of a Depth-First Search algo (ie DFS) (which seems to be the case here)

According
https://docs.arangodb.com/3.12/aql/graphs/traversals/
AQL queries provides these 2 types of graph traversal but viewer seems to only provide DFS.

Adding BFS as an option for rendering graph could be a nice feature to have (especially when dealing with big graphs)

Kind regards

@scls19fr scls19fr changed the title Render larger graph - rendering bug - select graph traversal order Render large graph - rendering bug - select graph traversal order May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant