infrastructurebuilder / ibdata-reference-root

Root of IBData codebase.
0 stars 0 forks source link

Insert Avro stream into a database #30

Open mykelalvis opened 4 years ago

mykelalvis commented 4 years ago

The outbound effort around inserting data into target DBs is part of the 0.4.0+ milestone

The execution should allow for

  1. Database creation if necessary
  2. Table drop and re-creation based on rolling liquibase XML
  3. Drop and insert data into created tables.

Secondary to this will be a CLI tool (per #6 )