unreadablewxy / fs-curator

Automation for the serious data hoarder that wants to have their data and use it
98 stars 2 forks source link

Conflict resolution strategy support #4

Closed unreadablewxy closed 4 years ago

unreadablewxy commented 4 years ago

Solution?

unreadablewxy commented 4 years ago

Probably should let stores dictate whether they're ok with collection scoped duplicates. Probably not worth implementing target directory uniqueness?

unreadablewxy commented 4 years ago

Probably not a bad idea to create WIP files, like filesystem journals but for saving context & eliciting next steps.

Side benefit is that this approach lets us keep the core service stateless. Though we will need to support temporary observers on individual files..

Could always create the WIP files in the mono-collection and symblink it to ingestion points.. does directory/file watchers work on files opened through symblinks? strong probability of yes since the links has their own nodes.