package pubsub
- Alphabetic
- Public
- Protected
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.