twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.48k stars 703 forks source link

copy dagon into this tree #1978

Closed johnynek closed 2 years ago

johnynek commented 2 years ago

https://github.com/stripe/dagon

Dagon was extracted from summingbird since we wanted to use it in scalding, but having a separate repo is inconvenient.

We should copy that code back here and move the package name to com.twitter.scalding.dagon.

This reduces external dependencies and challenges in maintaining.

daniel-sudz commented 2 years ago

I'm fine with doing this, seems pretty mechanical.

I would like to see some organization/splitting on the build.sbt file though just shoving everything in the root file is getting unwieldy. From just glancing at the docs I think a subproject build.sbt file should work