openwpm.storage.local_storage module¶
- class openwpm.storage.local_storage.LocalArrowProvider(storage_path: Path)[source]¶
Bases:
ArrowProviderStores Parquet files under storage_path/table_name/n.parquet
- class openwpm.storage.local_storage.LocalGzipProvider(storage_path: Path)[source]¶
Bases:
UnstructuredStorageProviderStores files as storage_path/hash.zip
- async init() None[source]¶
Initializes the StorageProvider for use
Guaranteed to be called in the process the StorageController runs in.