Skip to content

Ability to import data directly from another database #2

@MrCsabaToth

Description

@MrCsabaToth

Currently SOEMPI can import data from flat files. See org/openhie/openempi/loader/file: AbstractFileLoader.java, ConfgurableFileLodaer.java, FileLoaderManager.java. The foundation of a DB loader already exists: org/openhie/openempi/loader/table: AbstractTableLoader.java, ConfigurableTableLoader.java.
Subtasks:

  • develop the code which can read data from the source database through JDBC.
  • add the JDBC drivers for the supported databases (MySQL/MariaDB, Oracle, MS SQL, etc), right now the pom and the ear only contains PostgreSQL JDBC driver
  • develop a wizard UI which walks the user through the import procedure: selecting DB server type, DB, table, configuring fields, etc

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions