resource_storage_hive library
Persistent resource storage implementation based on Hive database. Stores a value as a JSON string.
Classes
- HiveProvider
- Helper class to initialize separate instance of Hive database, so this instance will not intersect with any other instance in a target application
-
HiveResourceStorage<
K, V> - Persistent resource storage implementation based on Hive database. Stores a value as JSON string.
- HiveResourceStorageProvider
- Factory to provide instance of HiveResourceStorage.