> For the complete documentation index, see [llms.txt](https://uia.gitbook.io/simple-data-migration-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uia.gitbook.io/simple-data-migration-tool/master.md).

# Simple Data Migration Tool

## Description

本專案主要解決的問題，是將 **已凍結的交易資料** 進行轉移，所謂 **已凍結的交易資料** 具有幾個特性：

* 狀態被定義為完成、取消、結案等。
* 資料不會再進行異動。

待轉移的資料間具有層次關係，在進行轉移時必須將相關聯的資料一併處理並確保：

* 上下水平關聯性。
* 查詢上的完整性。

本專案以 Java 開發，以 API 的形式呈現，提供專案配合需求進行整合。程式碼可於 [github](https://github.com/uia4j/uia.tmd4j) 取得。

## Vocabularies

工作 (job)

工作項 (item)

作業 (task)

資料表 (table)

資料庫 (database)

資料來源 (source)

轉移目的 (target)
