You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
storage.Formatter: formats documents to and from storages in a way that preserves the user's privacy vs. external storage providers. This is what is currently known as edv.formatprovider.DocumentProcessor.
edv.Formatter: implements storage.Formatter. Formats k and v into an EDV EncryptedDocument.
edv.Store: implements storage.Store. It will essentially be a thin wrapper around the EDV REST API.
storage.FormattedStore: implements storage.Store and is composed of an underlying store and a storage.Formatter. It formats all data before saving it to the underlying store
We will not have to add any new methods to storage.Store. We can delete storage.Store.Query().
Support for the [https://github.com/trustbloc/edv](TrustBloc EDV Server) ReturnFullDocumentsOnQuery and Batch extensions have also been implemented in #2355/#2356 and #2365. These are optional capabilities that the EDV REST provider and formatted provider (respectively) can be initialized with.
REST API and EDV models must be decoupled so as to allow the EDV models to be used in other storage providers.
The text was updated successfully, but these errors were encountered: