Integration with another web application #1317
Replies: 1 comment 2 replies
-
|
Hi @malcolmarnold. Thank you for your interest in Graph Explorer. It seems that your use case would require Graph Explorer to be an integrated part of your web app environment. I believe the best approach for you would be to fork the GitHub repo and customize Graph Explorer to fit your exact needs. That said, some of the features you requested above have been considered and may be prioritized in the future.
This is a feature that has been brought up a few times in conversations, so it might happen at some point. However, there may be security concerns as this implies blindly executing a database query based on clicking a link. A nefarious user could embed a delete query in the URL, which could wipe out data in the database if clicked. We'll have to investigate if this risk is worth taking.
This is in our backlog, but not currently prioritized. The current short term solution we are considering is to allow a style config file to be exported from one user and imported by another. A longer term solution may involve a more centralized approach where the server hosts a shared configuration that all users get. But a lot more work needs to go in to this to ensure a good experience is achieved for both server maintainers and individual users.
The user can choose to do this today using the entity filters sidebar panel. But there is no way today to define these filters in a shared location and prevent the user from changing them. If you fork the repo, the pieces need to accomplish this should be in place. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First, thanks to all contributors!
I notice [Roadmap] Embeddable Component #695 , is not currently prioritised, but I wonder what options are there for someone looking to embed graph-explorer in their web app.
Pardon if I am naive, but what is possible with an iframe?
Other things useful for those looking to integrate:
Beta Was this translation helpful? Give feedback.
All reactions