Skip to content

List of Volatilites

Igor Nesterenko edited this page Oct 11, 2020 · 4 revisions

StorageAccess

We can store any type of content, from vega specification to binary formats like generated PDFs, PNGs also there is a possibility to store data itself directly in the user's storage. Storage should provide a basic version control functionality to track changes over stored content and revert to a particular version if needed.

KeyAccess

To makes, visualization works with non-public data sources we need a secure place and algorithm to do it properly, so it's not a part of generic storage access.

ContentAccess

We need a flexible way to search over content like vega specs, data source descriptors, in another word we need a way to have a generic query over text/json content

Clone this wiki locally