agile-lab-dev / darwin

Avro Schema Evolution made easy
Apache License 2.0
34 stars 10 forks source link

Automatic create hbase tables #18

Closed davideicardi closed 5 years ago

davideicardi commented 5 years ago

On develop environments is very convenient to have hbase tables created automatically if they not exist. On production it is probably better to disable auto creation.

Maybe a possible solution is to add a specific configuration, like automaticCreateTables?

tmnd1991 commented 5 years ago

Automatic creation of both HBase and postgresql tables.