Skip to content
Snippets Groups Projects
Commit 84fe2d3a authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Add storage functionality matrix documentation

parent 8f8ad8a4
No related branches found
No related tags found
No related merge requests found
......@@ -108,6 +108,19 @@ Currently, there are two implementations of the storage interface:
- [MongoDB](./doc/mongodb_storage.md)
- [Memory](./doc/memory-storage.md)
Matrix for storage feature availability:
**Feature** | **MongoDB** | **Memory**
--- |--------|------------
Policy Lock/Unlock | Yes | Yes*
Change Notifications | Yes | Yes*
Storage extension functions | Yes | Yes*
Automatic synchronization | Yes | N/A
Bundle import/export | Yes | Yes*
> `*` Functionality is available only for the current instance of the policy service. Synchronization between
> instances of the policy service is not available.
In order to use another storage technology, one should implement the [Storage interface](./internal/service/policy/storage.go).
```mermaid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment