aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
332 stars 48 forks source link

[Feature Request] Improve the getting started experience for open source databases #93

Open joywa opened 1 year ago

joywa commented 1 year ago

Community Note

Graph Explorer Version (and Graph Database and Version used if applicable) For open-source databases such as Blazegraph or Gremlin Server

Is your feature request related to a problem? Please describe. Currently, to connect to Blazegraph or Gremlin Server, users need to manually change environment variables etc. as part of the docker build process, and this is not a low-code experience.

Describe the solution you'd like Can we make the configuration of all supported databases available in the UI?

Additional context Add any other context or screenshots about the feature request here. Describe any alternatives you've considered.

akuckartz commented 1 year ago

Yes, please add such support for RDF4J and Apache Jena.

kmcginnes commented 1 month ago

I'm curious what environment values are needing to be changed.

Perhaps this is referring to the default connection environment values. These are optional, not required. You can launch Graph Explorer and create all your connections through the UI.