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

Add a way to persist the webui-Graph settings including start vertex #20836

Open
l3ifk opened this issue Apr 11, 2024 · 4 comments
Open

Add a way to persist the webui-Graph settings including start vertex #20836

l3ifk opened this issue Apr 11, 2024 · 4 comments
Labels
1 Feature 3 Graph Visualization ArangoDB Webinterface - Graph viewer 3 UI ArangoDB Web Interface (frontend/Aardvark)

Comments

@l3ifk
Copy link

l3ifk commented Apr 11, 2024

My Environment

  • ArangoDB Version: 3.118
  • Deployment Mode: Cluster
  • Deployment Strategy: Kubernetes
  • Infrastructure: AWS

My question is, as stated, if there is any way to save Graph settings, especially start nodes. I use a python script to update the DB and to create the Graphs. Is there any way to set the start nodes with that?
I'm deploying a cluster with Kubernetes, maybe there's a possibility to set start nodes in the yaml file?

Thanks in advance!

@dothebart
Copy link
Contributor

Hi,
the graph settings or graph definitions only contains structural definitions; which edje collection connects which vertex collections.
If you later on run a query you specify the start vertex as part of the query.

@l3ifk
Copy link
Author

l3ifk commented Apr 12, 2024

Interesting, so I understand that correctly that the start vertex of the WebUI cannot be set per script. Only for a query?

@dothebart
Copy link
Contributor

dothebart commented Apr 12, 2024

Ah, you're talking about the webui, sorry didn't get that.
At the moment there is no way to persist the settings.

I will turn this into a feature request.

@dothebart dothebart changed the title Is there an option to save a Graph's settings? Add a way to persist the webui-Graph settings including start vertex Apr 12, 2024
@dothebart dothebart added 1 Feature 3 UI ArangoDB Web Interface (frontend/Aardvark) 3 Graph Visualization ArangoDB Webinterface - Graph viewer labels Apr 12, 2024
@l3ifk
Copy link
Author

l3ifk commented Apr 15, 2024

Okay thank you for your quick response! Appreciate it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 Feature 3 Graph Visualization ArangoDB Webinterface - Graph viewer 3 UI ArangoDB Web Interface (frontend/Aardvark)
Projects
None yet
Development

No branches or pull requests

2 participants