flowman icon indicating copy to clipboard operation
flowman copied to clipboard

Create Maven archetype for fat jar

Open kupferk opened this issue 3 years ago • 0 comments

A fat jar might be the easiest way for certain cloud deployments (databricks, SageMaker, ...). The fat jar should be created via Maven, so it might be a good idea either to extend the current archetype or to create a new one.

Of course there are things that we need to take care of:

  • loading default-namtspace.yml from classpath
  • loading project from classpath
  • loading plugins from classpath
  • loading logging config from classpath

We could think about loading the project from a accessible location like S3

kupferk avatar Oct 07 '22 06:10 kupferk