Main package for Avro APIs.
Main package for Avro APIs. Import all.
import com.spotify.scio.avro._
Main package for BigQuery APIs.
Main package for BigQuery APIs. Import all.
import com.spotify.scio.bigquery._
There are two BigQuery dialects,
legacy and
standard. APIs that take a
BigQuery query string as argument, e.g. com.spotify.scio.bigquery.client.BigQuery.query.rows,
com.spotify.scio.bigquery.client.BigQuery.query.schema,
com.spotify.scio.bigquery.client.BigQuery.getTypedRows and
BigQueryType.fromQuery, automatically
detects the query's dialect. To override this, start the query with either #legacysql
or
#standardsql
comment line.
Main package for Bigtable APIs.
Main package for Bigtable APIs. Import all.
import com.spotify.scio.bigtable._
Main package for Cassandra APIs.
Main package for Cassandra APIs. Import all.
import com.spotify.scio.cassandra._
Main package for Elasticsearch APIs.
Main package for Elasticsearch APIs. Import all.
import com.spotify.scio.elasticsearch._
Main package for hash APIs.
Main package for hash APIs. Import all.
import com.spotify.scio.hash._
Main package for JDBC APIs.
Main package for JDBC APIs. Import all.
import com.spotify.scio.jdbc._
This package contains the schema types for metrics collected during a pipeline run.
This package contains the schema types for metrics collected during a pipeline run.
Main package for Neo4J APIs.
Main package for Neo4J APIs. Import all.
import com.spotify.scio.neo4j._
Main package for transforms APIs.
Main package for transforms APIs. Import all.