scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

Users should not have to build the application themselves #154

Closed julienrf closed 1 week ago

julienrf commented 2 weeks ago

Currently, users have to run ./build.sh to use the application. Building the application requires having a JDK and sbt, and it takes a few minutes to complete.

We could make this simpler by releasing the fat-jar in GitHub Releases. We could create a GitHub workflow triggered by new releases, and that would build the fat-jar, and upload it as a release artifact.