Skip to content

Multi Level Storage #635

@tanishqmanuja

Description

@tanishqmanuja

Describe the feature

Can we have a multi level storage combiner, like overlay but with writing capability also.

A common use case can be to combine memory-store with fs-store.
Read Path: first memory-store is checked if it returns nothing then fs-store is checked.
Write Path: Write happen to memory-store and then get's synced to fs-store with some debouncing maybe.

Additional information

  • Would you be willing to help implement this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions