Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
com.spotify:scio-repl_2.13
Advanced tools
Ecclesiastical Latin IPA: /ˈʃi.o/, [ˈʃiː.o], [ˈʃi.i̯o] Verb: I can, know, understand, have knowledge.
Scio is a Scala API for Apache Beam and Google Cloud Dataflow inspired by Apache Spark and Scalding.
* provided by Google Cloud Dataflow
Download and install the Java Development Kit (JDK) version 8.
Install sbt.
Use our giter8 template to quickly create a new Scio job repository:
sbt new spotify/scio.g8
Switch to the new repo (default scio-job
) and build it:
cd scio-job
sbt stage
Run the included word count example:
target/universal/stage/bin/scio-job --output=wc
List result files and inspect content:
ls -l wc
cat wc/part-00000-of-00004.txt
Getting Started is the best place to start with Scio. If you are new to Apache Beam and distributed data processing, check out the Beam Programming Guide first for a detailed explanation of the Beam programming model and concepts. If you have experience with other Scala data processing libraries, check out this comparison between Scio, Scalding and Spark.
Example Scio pipelines and tests can be found under scio-examples. A lot of them are direct ports from Beam's Java examples. See this page for some of them with side-by-side explanation. Also see Big Data Rosetta Code for common data processing code snippets in Scio, Scalding and Spark.
Scio includes the following artifacts:
scio-avro
: add-on for Avro, can also be used standalonescio-cassandra*
: add-ons for Cassandrascio-core
: core libraryscio-elasticsearch*
: add-ons for Elasticsearchscio-extra
: extra utilities for working with collections, Breeze, etc., best effort supportscio-google-cloud-platform
: add-on for Google Cloud IO's: BigQuery, Bigtable, Pub/Sub, Datastore, Spannerscio-grpc
: add-on for gRPC service callsscio-jdbc
: add-on for JDBC IOscio-neo4j
: add-on for Neo4J IOscio-parquet
: add-on for Parquetscio-redis
: add-on for Redisscio-repl
: extension of the Scala REPL with Scio specific operationsscio-smb
: add-on for Sort Merge Bucket operationsscio-tensorflow
: add-on for TensorFlow TFRecords IO and predictionscio-test
: all following test utilities. Add to your project as a "test" dependency
scio-test-core
: test core utilitiesscio-test-google-cloud-platform
: test utilities for Google Cloud IO'sscio-test-parquet
: test utilities for ParquetCopyright 2024 Spotify AB.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
FAQs
scio-repl
We found that com.spotify:scio-repl_2.13 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.