Skip to content

Move temporary importer data into a separate database #74

Description

@mgrbyte

The excise-tmp-data step is causing issues in the migration process - it never completes (in any timely fashion) due to the nature/misuse of datomic's excise API.

https://groups.google.com/forum/#!topic/datomic/0hN6cFZgqBo

The impoter namespace only contains two attributes:
temp - An identifier used as scaffolding by the timestamp-aware importer
ts-name - Username from legacy ACeDB timestamp

  • Create a temporary database that persists just for the life-time of the import process.
    (Deleting the database at the end of a migration run)
  • Remove the command from the CLI, and the corresponding step in the db-migration pipeline code.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions