Skip to content

Add a 'Strict' mode, disallowing shorthand operations move and transform #31

Description

@anjackson

Some operations are convenient to talk about, but are impossible or impractical for digital files:

  • move: digital bitstreams can never be 'moved' between storage locations, they are always copied and then deleted. (They can be 'moved' when changing locations within some media file systems, but in this case the actual bytes don't move. Rather, a pointer to those bytes us updated.)
  • transform: digital bitstreams can be modified in-place within a writable file system, but in practice it is extremely rare to do so in digital preservation workflows. It is difficult to code and the immediate, untraceable loss of the original item is not usually desirable in archival systems. (It make sense for 'hot' systems e.g. databases, but this demands a large array of complex mitigations against data loss.)

However, these operations can be useful from a communications point of view. So rather than simply removing support for them, it's perhaps better to log warnings if they are used and make them display to the user?

Metadata

Metadata

Assignees

No one assigned

    Labels

    dataflowsIssues relating to the dataflows visualisation toolenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions