JP6862042B2 - Data migration program creation system and data migration program creation program - Google Patents
Data migration program creation system and data migration program creation program Download PDFInfo
- Publication number
- JP6862042B2 JP6862042B2 JP2016172171A JP2016172171A JP6862042B2 JP 6862042 B2 JP6862042 B2 JP 6862042B2 JP 2016172171 A JP2016172171 A JP 2016172171A JP 2016172171 A JP2016172171 A JP 2016172171A JP 6862042 B2 JP6862042 B2 JP 6862042B2
- Authority
- JP
- Japan
- Prior art keywords
- migration
- data
- source
- program
- edit
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
Description
この発明は、システムリプレースなどに伴うデータベースのデータを移行する際に用いるデータ移行プログラムを作成するためのデータ移行プログラム作成システム及びデータ移行プログラム作成用プログラムに関するものである。 The present invention relates to a data migration program creation system and a data migration program creation program for creating a data migration program used when migrating database data due to system replacement or the like.
従来、この種のデータ移行プログラムを作成する場合には、設計書と称されている、データ移行処理内容を記述した文書をオペレータが見ながら作成を行うのが通例であった。このため、プログラム作成にミスが発生することがあり、適切なプログラムの作成に多大な時間を要するという問題があった。 In the past, when creating this type of data migration program, it was customary for the operator to look at a document that describes the contents of the data migration process, which is called a design document. For this reason, there is a problem that a mistake may occur in program creation and it takes a lot of time to create an appropriate program.
上記に対し、特許文献1には、データ移行用ツール生成プログラムが開示されている。このプログラムは、移行元データベースに含まれる共通項目に係るデータを、移行先データベースにおいて用いられるデータ構造に即したデータに変換するための、共通項目移行用プログラムを取得する共通項目移行用プログラム取得手段、移行元データベースに含まれユーザの指定に係る指定項目に係るデータを、移行先データベースにおいて用いられるデータ構造に即したデータに変換する変換用プログラムを、指定項目の夫々について取得し、組み合わせることで指定項目移行用プログラムを生成するための、指定項目移行用プログラム生成手段、共通項目移行用プログラムと指定項目移行用プログラムとを合わせることでデータ移行用ツールを生成するデータ移行用ツール生成手段、を備えるものである。
On the other hand,
更に、特許文献2には、データベース移行方法が開示されている。この特許文献2に記載の方法は、ネットワーク型データベースにおける各レコードの階層構造及び各レコードの実体の定義を記載したファイルからなる組織毎のデータベース定義ファイルに基づいて、それぞれの組織のシステムにおけるデータ構造に依存しない各レコードの仕様を1つの共通フォーマットで記述する新システムレコード仕様書を作成するステップと、該新システムレコード仕様書から各レコードのそれぞれを表形式で定義するためのSQL文を記載し、リレーショナルデータベースにおける各レコードの実体を定義する組織毎の新データベース定義ファイルと、該各レコードのそれぞれの形式を定義する組織毎のコピー句と、を作成するステップとを有している。
Further,
また、特許文献2の方法では、全てのデータベースアクセスパターン処理の雛型を記述する新システムアクセスルーチン雛型を準備し、前記データベース定義ファイルに基づいて作成され前記新システムアクセスルーチン雛型に記述された仮記号に対して一括して処理すべき従属レコードの範囲の判定を行う際に参照する情報を有するパラメータファイルを作成するステップと、前記新システムレコード仕様書ファイルと前記パラメータファイルとに基づいて前記新システムアクセスルーチン雛型を変形・加工し、新システムアクセスルーチンを生成するステップとを有する。
Further, in the method of
上記特許文献1に記載のプログラムは、移行元データベースのデータを共通項目に係るデータとユーザ指定のデータとに分けてプログラム作成し、これを合わせることにより全体を構成とするものである。このプログラムによると、このようなデータ分類が適用可能なデータベースに対して有効であるが、このような分類が成り立ち難いデータベースに対しては、適用ができないか適用しても旨く移行ができない可能性がある。
The program described in
他方、特許文献2のデータベース移行方法は、旧システムのデータベース定義ファイルを入力として、旧システムのデータベース定義から新システムのレコード仕様書ファイルとパラメータファイルを作成し、新システムのレコード仕様書ファイルから新システムのDB定義ファイルと新システムのコピー句、及び、新システムのレコード仕様書ファイルとパラメータファイルからデータベースアクセスルーチンを作成することができる効果を有している。また、このデータベースアクセスルーチンを起動するようにアプリケーションプログラムを自動変換することにより、旧システムから新システムへアプリケーションプログラムを機械的に移行することを可能とするという効果を有する。
On the other hand, in the database migration method of
また、特許文献2のデータベース移行方法は、新システムのレコード仕様書ファイルは、旧システムのデータベース管理システム、新システムのデータベース管理システムのいずれにも依存しないレコード仕様書として格納されるため、多種のデータベース管理システムからの移行、多種のデータベース管理システムへの移行を柔軟に行うことができるという効果を有する。
Further, in the database migration method of
しかしながら、特許文献2のデータベース移行方法は、複数のデータベースを統合して1つのデータベースに移行させるものであり、大掛かりな構成や複雑な処理が必要である。従って、システムリプレースなどに伴うデータベースのデータを移行するプログラムの作成には、処理が重たくなる虞がある。
However, the database migration method of
本発明は上記のようなデータベースのデータ移行に関する技術の現状に鑑みてなされたもので、その目的は、移行元データベースのデータが共通項目に係るデータとそれ以外というような特殊な構成ではないデータベースのデータ移行にも好適であり、構成が大掛かりとなることや複雑な処理のない、データ移行プログラム作成システム及びデータ移行プログラム作成用プログラムを提供することである。 The present invention has been made in view of the current state of technology related to database data migration as described above, and an object of the present invention is a database in which the data of the migration source database is not a special configuration such as data relating to common items and other data. It is also suitable for data migration, and provides a data migration program creation system and a data migration program creation program that do not require a large-scale configuration or complicated processing.
本発明に係るデータ移行プログラム作成システムは、移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成システムにおいて、テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段と、前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段と、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを備え、前記プログラムソース生成手段は、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うデータ移行プログラム作成システムであって、前記設計書ファイルのデータ編集処理の種別情報は、移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、を含み、第2編集タイプが、変更処理の内容により複数に分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とする。 The data migration program creation system according to the present invention is a data migration program creation system that migrates the data of the migration source database to a database having specifications different from the migration source database, and uses the template file and the input data embedded in the template. Based on this, a document creation means that creates and outputs a document in a predetermined format, a design document file that describes an outline of data migration processing including at least type information of data editing processing performed at the time of migration, and a design document file that describes the data. Import the migration process source template file that should embed the data migration process outline, give it to the document creation means to operate, generate and output the data migration program source Program source generation means, and set in the migration source table and items The program source generation means includes an edit content source file composed of a specific content program source in which a specific method of modifying the item data by adding an edit process is described, and the program source generation means is a second edit type data edit process. This is a data migration program creation system that generates data by referring to the edited content source file, and the type information of the data editing process of the design document file is set in the migration source table and items. The first edit type that migrates the item data to the migration destination table and item as it is, and the second edit type that changes the item data set in the migration source table and item by performing editing processing and migrates to the migration destination table and item. When the second edit type is divided into a plurality of data according to the content of the change process, the specific content program source in the edit content source file corresponding to each of the plurality of edit class information includes The edit content source file is configured so that it can be obtained from the edit method information of 1 in the plurality of edit method information (character string) obtained by selecting 1 in (character string), and the specific content is specified. The program source is characterized by including rules and / or conversion formulas for making the data of the required specifications.
本発明に係るデータ移行プログラム作成システムでは、設計書ファイルのデータ編集処理の種別情報には、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする。 In the data migration program creation system according to the present invention, the type information of the data editing process of the design document file includes a third editing type that does not migrate the item data set in the migration source table and the item to the migration destination table and the item. It is characterized in that a fourth edit type is provided in which the set initial values are set in the migration destination table and items as they are.
本発明に係るデータ移行プログラム作成システムでは、前記プログラムソース生成手段は、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースを生成出力することを特徴とする。 In the data migration program creation system according to the present invention, the program source generation means generates and outputs a data migration program source that sends data from the migration source database as CSV data to the migration destination database.
本発明に係るデータ移行プログラム作成用プログラムは、移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成処理を行うコンピュータを、テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段、前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段として機能させ、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを、前記コンピュータが、前記プログラムソース生成手段として参照可能に構成され、前記コンピュータを前記プログラムソース生成手段として、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うように機能させることを特徴とするデータ移行プログラム作成用プログラムであって、前記設計書ファイルのデータ編集処理の種別情報は、移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、を含み、第2編集タイプが、変更処理の内容により複数タイプに分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とする。
The data migration program creation program according to the present invention embeds a computer that performs a data migration program creation process for migrating data from a migration source database to a database having specifications different from that of the migration source database in a template file and the template. A document creation means that creates and outputs a document in a predetermined format based on the input data, a design document file that describes the outline of the data migration process including at least the type information of the data editing process performed at the time of the migration, and the design document. A migration process source template file in which the outline of the data migration process described in the file should be embedded, and a migration process source template file, which is given to the document creation means to operate, and a data migration program source is generated and output as a program source generation means, and a migration source The computer refers to the edited content source file composed of the specific content program source in which the specific method of modifying the item data set in the table and the item by editing is described as the program source generating means. It is characterized in that it is configured to be possible, and when the computer is used as the program source generation means to generate data related to the second edit type data editing process, the computer is made to function by referring to the edit content source file. In the data migration program creation program to be performed, the type information of the data editing process of the design document file is the first editing type that directly migrates the item data set in the migration source table and the item to the migration destination table and the item. , The item data set in the migration source table and the item is changed by adding the editing process, and the second editing type is migrated to the migration destination table and the item, and there are a plurality of second editing types depending on the content of the change processing. When divided into types, the specific content program source in the edit content source file corresponding to each of the plurality of edits is obtained by selecting 1 from the plurality of edit class information (character strings). The edited content source file is configured so that it can be obtained from one edit method information in the method information (character string), and the specific content program source contains rules for obtaining data of required specifications. And / or include a conversion formula.
本発明に係るデータ移行プログラム作成用プログラムでは、設計書ファイルのデータ編集処理の種別情報には、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする。 In the data migration program creation program according to the present invention, the type information of the data editing process of the design document file includes the third editing type in which the item data set in the migration source table and the item is not migrated to the migration destination table and the item. , A fourth edit type is provided in which the set initial values are set in the migration destination table and items as they are.
本発明に係るデータ移行プログラム作成用プログラムでは、前記プログラムソース生成手段を、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースを生成出力するように機能させることを特徴とする。 The program for creating a data migration program according to the present invention is characterized in that the program source generating means functions to generate and output a data migration program source that sends data from the migration source database as CSV data to the migration destination database. ..
本発明によれば、移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、テンプレートファイルとテンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段を用いてデータ移行プログラムソースを生成出力するので、テンプレートに埋め込む入力データとして、移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述することで、容易にプログラムを作成することができる。このため、特殊な構成ではないデータベースのデータ移行にも好適なプログラムを作成することができ、また構成が大掛かりとなったり複雑な処理が必要となったりという心配を除去できる。 According to the present invention, a design document file describing an outline of data migration processing including at least type information of data editing processing performed at the time of migration and a migration processing source in which the outline of data migration processing described in the design document file should be embedded. Since the data migration program source is generated and output using the document creation means that creates and outputs a document in a predetermined format based on the template file and the input data to be embedded in the template file and the template, the input data to be embedded in the template. As a result, a program can be easily created by describing the outline of the data migration process including at least the type information of the data editing process performed at the time of migration. Therefore, it is possible to create a program suitable for data migration of a database that does not have a special configuration, and it is possible to eliminate the concern that the configuration becomes large and complicated processing is required.
以下添付図面を参照して本発明に係るデータ移行プログラム作成システム及びデータ移行プログラム作成用プログラムの実施形態を説明する。各図において同一の構成要素には、同一の符号を付して重複する説明を省略する。図1に、本発明に係るデータ移行プログラム作成システムの実施形態の構成図を示す。 Hereinafter, embodiments of the data migration program creation system and the data migration program creation program according to the present invention will be described with reference to the accompanying drawings. In each figure, the same components are designated by the same reference numerals, and duplicate description will be omitted. FIG. 1 shows a configuration diagram of an embodiment of a data migration program creation system according to the present invention.
図1に示されるように、データ移行プログラム作成システムの実施形態は、移行元のデータベースのデータを、該移行元のデータベースと異なる仕様のデータベースへ移行させるデータ移行プログラム作成システムであり、ドキュメント作成手段11を備える。ドキュメント作成手段11は、テンプレートファイルとテンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するものである。このドキュメント作成手段11は、例えば、Apache Jakarta Project により開発されたVelocityというテンプレートエンジンを用いることができる。 As shown in FIG. 1, an embodiment of a data migration program creation system is a data migration program creation system that migrates data from a migration source database to a database having specifications different from those of the migration source database, and is a document creation means. 11 is provided. The document creating means 11 creates and outputs a document in a predetermined format based on the template file and the input data to be embedded in the template. As the document creation means 11, for example, a template engine called Velocity developed by the Apache Jakarta Project can be used.
データ移行プログラム作成システムの実施形態は、設計書ファイル21と移行処理ソーステンプレートファイル22を備える。これらの設計書ファイル21と移行処理ソーステンプレートファイル22は、オペレータにより作成されて記憶手段(メモリ)に記憶されているものとすることができる。
The embodiment of the data migration program creation system includes a
ここでは、図1の移行元データベース100のデータを移行先データベース200のデータとして移行するものとする。上記設計書ファイル21は、移行のときに行うデータ編集処理の種別を少なくとも含むデータ移行処理概要を記述したものであり、例えば、Excel(登録商標)によって作成された図2に示されるような情報である。即ち、上段に「参照テーブル」として移行元データベース100のテーブルに関する情報が記載されている。この例では、移行元データベース100には、後述するCSVデータ出力に使用する「参照テーブル名」にテーブル名「TABLE1」のテーブルとテーブル名「TABLE2」のテーブルが存在することを示す。「抽出仕様」に記載の情報は、移行元データベース100の抽出条件を示している。また、付加条件に記載の情報は、CSVデータ出力に使用するもので、ソート条件を示している。
Here, it is assumed that the data of the
図2の設計書ファイル21の下段に、「移行仕様」としてデータ移行処理概要を記述したものが示されている。「移行仕様」のテーブルの内容を、図2の最上部に示されているアルファベットにより列を特定して説明する。列Bには移行先テーブルのカラム名が記載され、列Cには移行先テーブルの項目名が記載され、列Dには移行先テーブルのデータ型が記載され、列Eには移行先テーブルの長さ(容量)が記載され、列Jは備考欄となっている。
At the bottom of the
「移行仕様」のテーブルの列Kには、設計書ファイルのデータ編集処理の種別情報がセットされる。この種別情報には、「移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する」第1編集タイプと、「移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する」第2編集タイプとが含まれる。上記第1編集タイプを本実施形態では、編集タイプ「1」として表している。 The type information of the data editing process of the design document file is set in the column K of the table of the "migration specification". This type information includes the first edit type "Migrate the item data set in the migration source table and item as it is to the migration destination table and item" and "Edit process to the item data set in the migration source table and item". Includes a second edit type that "changes by adding and migrating to the destination table and items." In the present embodiment, the first editing type is represented as the editing type "1".
第2編集タイプは、変更処理の内容により複数タイプに分けられていても良く、本実施形態では、第2編集タイプを「編集クラス名(編集クラス情報)及びメソッド名(メソッド情報)により設定されたソースプログラムを使用して単純な編集処理を行う」編集タイプ「3」と、「編集クラス名及びメソッド名により設定されたソースプログラムを使用して複雑な編集処理を行う」編集タイプ「4」とに分けている。編集タイプ「3」と編集タイプ「4」においては、移行元テーブル(物理名)及び項目(物理名)に設定された情報はパラメータとなる。 The second edit type may be divided into a plurality of types according to the content of the change process, and in the present embodiment, the second edit type is set by "edit class name (edit class information) and method name (method information)". Editing type "3" that "performs simple editing processing using the source program" and "performing complicated editing processing using the source program set by the editing class name and method name" editing type "4" It is divided into. In the edit type "3" and the edit type "4", the information set in the migration source table (physical name) and the item (physical name) is a parameter.
上記の第2編集タイプの編集処理において使用する編集クラス名及びメソッド名により設定されたソースプログラムは、移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースの編集内容ソースファイル13として本システムに備えられる。この編集内容ソースファイル13は、例えばJava(登録商標)を用いてオペレータにより作成されて記憶手段(メモリ)に記憶されているものとすることができる。
The source program set by the edit class name and method name used in the above second edit type edit process describes a specific method of changing the item data set in the migration source table and items by adding the edit process. This system is provided as an edited content source file 13 of the specific content program source. It is assumed that the edited
編集内容ソースファイル13の具体例を図3に示す。例えば、編集クラス名(文字列)と編集メソッド(文字列)により1連のソースを得ることができるように構成されたテーブルとなっている。ソースの欄には、説明を分かり易くするために、文章により記載しているが、実際はJavaによりメソッド情報であるソースが記載されている。編集内容ソースファイル13は、データベースの移行に用いられるものであるから、例えば、昭和や明治などの元号による年齢を西暦の表記としたり、日付を何か月後(前)にしたり、摂氏温度を華氏温度へ変換したり、文字列をいくつかの桁にゼロサプライしたり、など、要求される仕様のデータに変更するためのルールがソースとして格納されている。ここに示したメソッド情報に対応するソースは、一例に過ぎず、データベースの内容により、また、移行する移行先データベースがどのような仕様であるかにより、必要な変換式などがメソッド情報に対応するソースとされる。
A specific example of the edited
なお、種別情報としては、上記以外に、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプ設けることができる。本実施形態では、第3編集タイプを編集タイプ「5」として表し、第4編集タイプを編集タイプ「2」として表している。 In addition to the above, as the type information, the third edit type that does not migrate the item data set in the migration source table and item to the migration destination table and item, and the set initial value as it is in the migration destination table and item. A fourth edit type to be set can be provided. In the present embodiment, the third edit type is represented as the edit type "5", and the fourth edit type is represented as the edit type "2".
「移行仕様」のテーブルの内容の説明を続ける。列Lには移行元テーブル名がセットされ、列Mはその論理名である。また、列Nにはカラム名がセットされ、列Oはその論理名である。列Pには編集タイプ「2」の場合の初期値がセットされ、列Qには編集仕様がセットされる。この編集仕様は該当する移行先テーブルの項目の仕様に沿う形式に編集を指示するためのものである。列Rには編集タイプ「3」または「4」の場合に使用する編集内容ソースファイル13の編集クラス名がセットされ、列Sには編集タイプ「3」または「4」の場合に使用する編集内容ソースファイル13の編集メソッド名がセットされる。
Continue explaining the contents of the "Migration Specifications" table. The migration source table name is set in the column L, and the column M is the logical name thereof. A column name is set in column N, and column O is its logical name. The initial value for the edit type "2" is set in the column P, and the edit specification is set in the column Q. This editing specification is for instructing editing in a format that conforms to the specifications of the items in the corresponding migration destination table. The edit class name of the edit content source file 13 used when the edit type is "3" or "4" is set in the column R, and the edit used when the edit type is "3" or "4" is set in the column S. Contents The edit method name of the
本実施形態のシステムには、プログラムソース生成手段10が備えられている。プログラムソース生成手段10は、設計書ファイル21と移行処理ソーステンプレートファイル22とを取り込み、上記ドキュメント作成手段11に与えて動作させ、データ移行プログラムソースを生成出力するものである。設計書ファイル21についての取り込みでは、「参照テーブル」については、列Bと列Qのデータを取り込み、「移行仕様」のテーブルについては、列B、列K、列L、列N、列P、列R、列Sのデータを取り込む。プログラムソース生成手段10は、第2編集タイプのデータ編集処理に関する生成を行う場合に、上記編集内容ソースファイル13を参照して生成を行う。
The system of this embodiment is provided with a program source generating means 10. The program source generating means 10 takes in the
移行処理ソーステンプレートファイル22の一例を図4に示す。このテンプレートは設計書ファイル21の「移行仕様」の1行分に対するものである。従って、「移行仕様」の行数分繰り返される。図4のテンプレートにおいて、#により始まる行は、ドキュメント作成手段11(テンプレートエンジン)で規定されている構文である。そして、下線を引いて示した文字列部分は、出力されるソースに固定的に記述される文字列であり、また、“${ }”の部分は出力される変数の部分である。
FIG. 4 shows an example of the migration processing
以上のように構成された本実施形態に係るデータ移行プログラム作成システムは、コンピュータにより構成され、コンピュータのCPUがデータ移行プログラム作成用プログラムを実行することにより各手段が実現される。このシステムの動作を図5に示すフローチャートを用いて説明する。 The data migration program creation system according to the present embodiment configured as described above is configured by a computer, and each means is realized by the CPU of the computer executing the data migration program creation program. The operation of this system will be described with reference to the flowchart shown in FIG.
本実施形態のプログラムは、移行元データベースのデータをCSVデータとして移行先データベースへ送るデータ移行プログラムソースであり、このデータ移行プログラムソースをプログラムソース生成手段10などが処理をスタートさせる。これにより、CVSデータとして出力時に使用する情報を取得する(S11)。具体的には、設計書ファイル21には示さなかったが、実際には設計書ファイル21にはシステム名やオブジェクト名などの移行対象(データベース)を特定するクラス名などの文字列が設定されており、このクラス名が取得される。また、「参照テーブル」の参照テーブル名や付加条件の取得が行われる。
The program of the present embodiment is a data migration program source that sends the data of the migration source database as CSV data to the migration destination database, and the program source generation means 10 or the like starts processing the data migration program source. As a result, information to be used at the time of output as CVS data is acquired (S11). Specifically, although not shown in the
ステップS11に次いで、移行対象項目とデータ編集処理の種別情報(編集タイプ)を取得し(S12)、編集タイプに合わせて移行処理ソーステンプレートファイル22と編集内容ソースファイル13を用いてソース生成を行う(S13)。
Following step S11, the migration target item and the type information (edit type) of the data editing process are acquired (S12), and the source is generated using the migration processing
ステップS13の処理を図2に示した設計書ファイル21の内容により説明すると、1行目の項目名が項目1では、編集タイプが「1」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“1”の場合」に相当し、出力ソース例を示す図6の1行目に記載のようなソースが作成される。また、2行目の項目名が項目2では、編集タイプが「2」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“2”の場合」に相当し、出力ソース例を示す図6の2行目に記載のように初期値が設定されたソースが作成される。
Explaining the process of step S13 by the contents of the
また、3行目の項目名が項目3では、編集タイプが「3」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“3”の場合」に相当し、出力ソース例を示す図6の3行目に記載のように編集クラス名及びメソッド名による具体的内容プログラムソースが設定されたソース(図1のデータ作成ソース30)が作成される。図6の例では、編集クラス名及びメソッド名が記載されているが、編集内容ソースファイル13を用いたプログラムソース生成手段10による図1の「ビルド」が行われ、具体的内容を有するプログラムソース(図1のデータ作成モジュール40)が生成される。
Further, when the item name on the third line is
更に、4行目の項目名が項目4では、編集タイプが「4」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“4”の場合」に相当し、出力ソース例を示す図6の4行目に記載のように編集クラス名及びメソッド名が設定されたソース(図1のデータ作成ソース30)が作成される。図6の例では、編集クラス名及びメソッド名が記載されているが、編集内容ソースファイル13を用いたプログラムソース生成手段10による図1の「ビルド」が行われ、具体的内容を有するプログラムソース(図1のデータ作成モジュール40)が生成される。
Further, when the item name on the fourth line is
また、5行目の項目名が項目5では、編集タイプが「5」であるから、図4に示した移行処理ソーステンプレートファイル22の「編集タイプが“5”の場合」に相当する。編集タイプが“5”の場合には、移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しないので、図6の5行目には記述がなされていない。
Further, since the item name on the fifth line is item 5 and the edit type is "5", it corresponds to "when the edit type is" 5 "" of the migration processing
以下同様にして、図5のステップS14における「全行が終了か?」の判断においてYESとなるまで同様の処理が続けられ、ステップS14においてYESとなると、上記で作成したプログラムが出力され(S15)、エンドとなる。 In the same manner thereafter, the same processing is continued until YES in the determination of "Is all lines completed?" In step S14 of FIG. 5, and when YES in step S14, the program created above is output (S15). ), End.
かくして、移行元データベース100のデータを移行先データベース200のデータとして移行するプログラムソース(図1のデータ作成モジュール40)が生成される。このようにして作成されたプログラムソースは、特殊な構成ではない通常のデータベースのデータ移行にも好適なプログラムであり、また構成が大掛かりとなることもない。
Thus, a program source (
10 プログラムソース生成手段
11 ドキュメント作成手段
13 編集内容ソースファイル
21 設計書ファイル
22 移行処理ソーステンプレートファイル
30 データ作成ソース
40 データ作成モジュール
100 移行元データベース
200 移行先データベース
10 Program source generation means 11 Document creation means 13 Edit
Claims (6)
テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段と、
前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段と、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを備え、
前記プログラムソース生成手段は、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うデータ移行プログラム作成システムであって、
前記設計書ファイルのデータ編集処理の種別情報は、
移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、
を含み、
第2編集タイプが、変更処理の内容により複数に分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とするデータ移行プログラム作成システム。 In a data migration program creation system that migrates data from the migration source database to a database with specifications different from the migration source database.
A document creation means for creating and outputting a document in a predetermined format based on a template file and input data to be embedded in the template.
A design document file that describes the outline of the data migration process that includes at least the type information of the data editing process to be performed at the time of the migration, and a migration process source template file that should embed the outline of the data migration process described in the design document file. A program source generation means that captures data, gives it to the document creation means, operates it, and generates and outputs a data migration program source.
It is equipped with an edit content source file composed of a specific content program source that describes a specific method for modifying the migration source table and item data set in the item by performing editing processing.
The program source generation means is a data migration program creation system that generates data by referring to the edit content source file when generating data related to the second edit type data editing process.
The type information of the data editing process of the design document file is
The first edit type that migrates the item data set in the migration source table and items to the migration destination table and items as it is, and
The second edit type that edits the item data set in the migration source table and items to change and migrates to the migration destination table and items.
Including
When the second edit type is divided into a plurality of types according to the content of the change process, the specific content program source in the edit content source file corresponding to each of the plurality is in the plurality of edit class information (character strings). The edit content source file is configured so that it can be obtained from the edit method information of 1 in the plurality of edit method information (character strings) obtained by selecting 1 of, and the specific content program source includes A data migration program creation system characterized by including rules and / or conversion formulas for obtaining data of required specifications.
移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする請求項1に記載のデータ移行プログラム作成システム。 For the type information of the data editing process of the design document file,
There is a third edit type that does not migrate the item data set in the migration source table and items to the migration destination table and items, and a fourth edit type that sets the set initial values as they are in the migration destination table and items. The data migration program creation system according to claim 1, wherein the data migration program is created.
テンプレートファイルと該テンプレートに埋め込む入力データとに基づき、所定フォーマットのドキュメントを作成して出力するドキュメント作成手段、
前記移行のときに行うデータ編集処理の種別情報を少なくとも含むデータ移行処理概要を記述した設計書ファイルと、前記設計書ファイルに記述されたデータ移行処理概要を埋め込むべき移行処理ソーステンプレートファイルと、を取り込み、前記ドキュメント作成手段に与えて動作させ、データ移行プログラムソースを生成出力するプログラムソース生成手段
として機能させ、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更する具体的手法が記述された具体的内容プログラムソースにより構成される編集内容ソースファイルを、前記コンピュータが、前記プログラムソース生成手段として参照可能に構成され、
前記コンピュータを前記プログラムソース生成手段として、第2編集タイプのデータ編集処理に関する生成を行う場合に、前記編集内容ソースファイルを参照して生成を行うように機能させることを特徴とするデータ移行プログラム作成用プログラムであって、
前記設計書ファイルのデータ編集処理の種別情報は、
移行元テーブル及び項目に設定された項目データをそのまま移行先テーブル及び項目へ移行する第1編集タイプと、
移行元テーブル及び項目に設定された項目データに編集処理を加えて変更し、移行先テーブル及び項目へ移行する第2編集タイプと、
を含み、
第2編集タイプが、変更処理の内容により複数タイプに分けられている場合に、この複数にそれぞれ対応する前記編集内容ソースファイル内の具体的内容プログラムソースが、複数の編集クラス情報(文字列)中の1を選択して得られる複数の編集メソッド情報(文字列)中の1の編集メソッド情報から得ることができるように前記編集内容ソースファイルが構成されており、具体的内容プログラムソースには、要求される仕様のデータとするためのルール及び/または変換式を含むことを特徴とするデータ移行プログラム作成用プログラム。 A computer that performs a data migration program creation process that migrates the data in the migration source database to a database with specifications different from the migration source database.
A document creation means that creates and outputs a document in a predetermined format based on a template file and input data embedded in the template.
A design document file that describes the outline of the data migration process that includes at least the type information of the data editing process to be performed at the time of the migration, and a migration process source template file that should embed the outline of the data migration process described in the design document file. Import, give to the document creation means to operate, generate and output data migration program source, and function as a program source generation means.
The computer causes the program source generation means to create an edited content source file composed of a specific content program source in which a specific method of modifying the item data set in the migration source table and the item by editing is described. Configured to be referenceable as
Creating a data migration program characterized in that when the computer is used as the program source generating means to generate data related to the second edit type data editing process, the computer is made to function by referring to the edited content source file. Program for
The type information of the data editing process of the design document file is
The first edit type that migrates the item data set in the migration source table and items to the migration destination table and items as it is, and
The second edit type that edits the item data set in the migration source table and items to change and migrates to the migration destination table and items.
Including
When the second edit type is divided into a plurality of types according to the content of the change process, the specific content program source in the edit content source file corresponding to each of the plurality is a plurality of edit class information (character strings). The edit content source file is configured so that it can be obtained from the edit method information of 1 in a plurality of edit method information (character strings) obtained by selecting 1 in the specific content program source. , A program for creating a data migration program, which comprises rules and / or conversion formulas for obtaining data of required specifications.
移行元テーブル及び項目に設定された項目データを移行先テーブル及び項目へ移行しない第3編集タイプと、設定された初期値をそのまま移行先テーブル及び項目にセットする第4編集タイプが設けられていることを特徴とする請求項4に記載のデータ移行プログラム作成用プログラム。 For the type information of the data editing process of the design document file,
There is a third edit type that does not migrate the item data set in the migration source table and items to the migration destination table and items, and a fourth edit type that sets the set initial values to the migration destination table and items as they are. The program for creating a data migration program according to claim 4, wherein the program is characterized by the above.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016172171A JP6862042B2 (en) | 2016-09-02 | 2016-09-02 | Data migration program creation system and data migration program creation program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016172171A JP6862042B2 (en) | 2016-09-02 | 2016-09-02 | Data migration program creation system and data migration program creation program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2018037031A JP2018037031A (en) | 2018-03-08 |
JP6862042B2 true JP6862042B2 (en) | 2021-04-21 |
Family
ID=61567475
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2016172171A Active JP6862042B2 (en) | 2016-09-02 | 2016-09-02 | Data migration program creation system and data migration program creation program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6862042B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7138747B1 (en) * | 2021-06-15 | 2022-09-16 | 三菱電機株式会社 | Migration support device, migration support method, and migration support program |
CN114153909B (en) * | 2021-11-26 | 2024-06-07 | 北京人大金仓信息技术股份有限公司 | Database table structure translation method and device based on vector template engine |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH11272524A (en) * | 1998-03-19 | 1999-10-08 | Fujitsu Ltd | Data converter and storage medium |
JP5324797B2 (en) * | 2007-02-26 | 2013-10-23 | Soop株式会社 | Data management system |
JP6062735B2 (en) * | 2012-12-21 | 2017-01-18 | 株式会社エヌ・ティ・ティ・データ | Software development support device, software development support method, software development support program |
US9189504B2 (en) * | 2013-01-22 | 2015-11-17 | Oracle International Corporation | Application source code scanning for database migration |
JP5875654B1 (en) * | 2014-09-29 | 2016-03-02 | 株式会社三井住友銀行 | Payment data processing system, method and program thereof |
-
2016
- 2016-09-02 JP JP2016172171A patent/JP6862042B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2018037031A (en) | 2018-03-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100967761B1 (en) | Peripheral device of programmable controller, method of variable substitution, and computer program product thereof | |
Auer et al. | A versioning and evolution framework for RDF knowledge bases | |
US20050251738A1 (en) | Document revision support program and computer readable medium on which the support program is recorded and document revision support device | |
CN105320680A (en) | Data synchronization method and device | |
CN111324577B (en) | Yml file reading and writing method and device | |
CN106991100B (en) | Data import method and device | |
CN104715032A (en) | Mapping system and method of Chinese and English table name and field name of report system | |
CN107851003A (en) | For improving the field specialization system and method for program feature | |
JP6862042B2 (en) | Data migration program creation system and data migration program creation program | |
JP4477531B2 (en) | Data import method and data import apparatus | |
JP2007087127A (en) | Data generation program, storage medium for storing the program, open source software developmental environment integration program, and storage medium for storing the program | |
JP7131119B2 (en) | Systems and methods for merging source data from a source application with target data in a target application | |
JP7279524B2 (en) | Data management program, data management method and data management system | |
JPH02297284A (en) | Document processing system and version control system | |
JP2005056085A (en) | Data structure conversion program | |
Dubucs et al. | Constructivity and computability in historical and philosophical perspective | |
KR101765324B1 (en) | Sources code generating apparatus using structured query language and diagram, and method for processing thereof | |
JP4681338B2 (en) | Database migration method | |
Ellison et al. | Towards Platform Independent Database Modelling in Enterprise Systems | |
WO2023223424A1 (en) | Document generation device, program, and document generation method | |
JP4524750B2 (en) | Model-driven development device, model-driven development method, and model-driven development program | |
US20240346000A1 (en) | Data migration device, data migration method, and computer readable medium | |
JP5517904B2 (en) | Data access processing management / generation system | |
JP2003280956A5 (en) | ||
JP4120879B2 (en) | Program generation system and method and program thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190805 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20190805 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20200521 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200721 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200917 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210119 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210315 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20210330 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210330 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6862042 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |