FINRAOS / herd-mdl

Herd-MDL, a turnkey managed data lake in the cloud. See https://finraos.github.io/herd-mdl/ for more information.
Apache License 2.0
16 stars 14 forks source link

Build Herd-MDL from any GitHub branch #13

Closed nateiam closed 6 years ago

nateiam commented 6 years ago

As a Herd-MDL OSS contributor I want to build an MDL stack from Herd-MDL code I forked and modified so I can dev/build/test contributions

NOTE - Only applies to Herd-MDL code (CFTs and scripts) -- does not need to work with customized Metastor and BDSQL code. These are handled in other stories

Acceptance Criteria

Technical Notes

sbalkee commented 6 years ago
  1. Create Docker Image
  2. Bundle/Install all dependencies into the docker image
  3. Publish Docker Image
  4. Parameterize AWS account specific for the build/deploy script
  5. Documentation
nateiam commented 6 years ago

split Metastor artifact publishing into a separate issue