crawlee-python icon indicating copy to clipboard operation
crawlee-python copied to clipboard

Separate `MemoryStorageClient` and `FilesystemStorageClient`

Open vdusek opened this issue 10 months ago • 0 comments

Description

Currently, we have a MemoryStorageClient, that can persist the data in the file system.

Let's separate them, FilesystemStorageClient could probably extend MemoryStorageClient

Other related things

  • There are memory storage-only data models in the storage/models.py module. Move them to the memory storage subpackage.

vdusek avatar Apr 05 '24 13:04 vdusek