Hi all, I'm the co-author of Scio <https://github.com/spotify/scio> and am in the progress of moving code to Beam (BEAM-302 <https://issues.apache.org/jira/browse/BEAM-302>). Just wondering if sdks/scala is the right place for this code or if something like dsls/scio is a better choice? What do you think?
A little background: Scio was built as a high-level Scala API for Google Cloud Dataflow (now also Apache Beam) and is heavily influenced by Spark and Scalding. It wraps around the Dataflow/Beam Java SDK while also providing features comparable to other Scala data frameworks. We use Scio on Dataflow for production extensively inside Spotify. Cheers, Neville
