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 49 forks source link

[Task] Compress payload to encrypt before encryption #639

Open kmcginnes opened 1 month ago

kmcginnes commented 1 month ago

The shared payload may be quite large. If it is, then we probably need some form of compression. Perhaps a gzip then base64 encode would work 🤷