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
314 stars 46 forks source link

[Feature Request] Import multiple connections at once #325

Open kmcginnes opened 4 months ago

kmcginnes commented 4 months ago

Description

When sharing connections with someone, it would be useful to be able to import multiple connections in one action.

Today, Graph Explorer can only import a single connection at a time. And immediately after import Graph Explorer tries to connect and sync, which will disable the import button. This forces you to wait for sync to complete, which can take a significant amount of time.

Preferred Solution


[!TIP] Please use a 👍 reaction to provide a +1/vote.

This helps the community and maintainers prioritize this request.

[!IMPORTANT] If you are interested in working on this issue or have submitted a pull request, please leave a comment.