https://github.com/programmfabrik/easydb-migration-tools
https://github.com/programmfabrik/easydb-migration-tools
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/programmfabrik/easydb-migration-tools
- Owner: programmfabrik
- License: mit
- Created: 2016-08-16T08:10:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T08:39:54.000Z (12 months ago)
- Last Synced: 2025-09-20T13:07:43.306Z (9 months ago)
- Language: Pascal
- Size: 999 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easydb-migration-tools
The easydb migration tools are used to migrate information from a given system to an easydb.
A migration consists of the following:
- Extract: extract information from the - possibly heterogeneous - data sources ("origin") to a normalized representation ("source")
- Transform: extract information from the "source" and transform it to its final representation ("destination")
- Load: load the information from the "destination" to an easydb
## Extract
The module easydb.migration.extract offers diverse extraction tools to build a "source", which is an SQLite database, and fill it
with the data gathered from different origin systems.
## Transform
The module easydb.migration.transform offers diverse extraction and transformation tools to build a "destination",
which is an SQLite database, and fill it with the data processed from the "source".