Skip to content

Requirements of store data #349

@jakirkham

Description

@jakirkham

Raising this issue to get an idea of what our requirements are of stores and what can be placed in them.

For instance in many cases we require Arrays to have an object_codec to allow storing object types and many stores would have difficulty with this data without explicit conversion to some sort of bytes-like object; however, we appear to be placing objects in a store as a test. Also we seem to expect stores to be easily comparable; however, this doesn't work if the store has NumPy ndarrays in it. ( #348 )

Should we set some explicit requirements about what stores require? If so, what would those requirements be? Also how would we enforce them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions