DataSQRL / sqrl

Flexible development framework for building streaming data applications in SQL with Kafka, Flink, Postgres, GraphQL, and more.
https://www.datasqrl.com/
97 stars 14 forks source link

Configure Compiler Jar and Data Paths via package.json #957

Open henneberger opened 1 month ago

henneberger commented 1 month ago

The compiler currently has hard-coded paths for JAR and data asset outputs. To improve this, output paths should be configurable via package.json, allowing profiles to direct outputs to custom folders or remote locations like S3. This would support workflows where assets need to be automatically uploaded or stored in specific directories based on the environment.