Skip to main content

`target-clickhouse` is a Singer target for clickhouse, built with the Meltano Singer SDK.

Project description

target-clickhouse

target-clickhouse is a Singer target for clickhouse.

Build with the Meltano Target SDK.

Configuration

Accepted Config Options

Setting Required Default Description
sqlalchemy_url False None The SQLAlchemy connection string for the ClickHouse database. Used if set, otherwise separate settings are used
driver False http Driver type
username False default Database user
password False None Username password
host False localhost Database host
port False 8123 Database connection port
database False default Database name
secure False 0 Should the connection be secure
verify False 1 Should secure connection need to verify SSL/TLS
engine_type False None The engine type to use for the table.
table_name False None The name of the table to write to. Defaults to stream name.
table_path False None The table path for replicated tables. This is required when using any of the replication engines. Check out the documentation for more information. Use $table_name to substitute the table name.
replica_name False None The replica_name for replicated tables. This is required when using any of the replication engines.
cluster_name False None The cluster to create tables in. This is passed as the clickhouse_cluster argument when creating a table. Documentation can be found here.
default_target_schema False None The default target database schema name to use for all streams.
optimize_after False 0 Run 'OPTIMIZE TABLE' after data insert
optimize_after False 0 Run 'OPTIMIZE TABLE' after data insert. Useful whentable engine removes duplicate rows.
load_method False TargetLoadMethods.APPEND_ONLY The method to use when loading data into the destination. append-only will always write all input records whether that records already exists or not. upsert will update existing records and insert new records. overwrite will delete all existing records and insert all input records.
stream_maps False None Config object for stream maps capability. For more information check out Stream Maps.
stream_map_config False None User-defined config values to be used within map expressions.
flattening_enabled False None 'True' to enable schema flattening and automatically expand nested properties.
flattening_max_depth False None The max depth to flatten schemas.

A full list of supported settings and capabilities is available by running: target-clickhouse --about

Configure using environment variables

This Singer target will automatically import any environment variables within the working directory's .env if the --config=ENV is provided, such that config values will be considered if a matching environment variable is set either in the terminal context or in the .env file.

Source Authentication and Authorization

Usage

You can easily run target-clickhouse by itself or in a pipeline using Meltano.

Executing the Target Directly

target-clickhouse --version
target-clickhouse --help
# Test using the "Carbon Intensity" sample:
tap-carbon-intensity | target-clickhouse --config /path/to/target-clickhouse-config.json

Developer Resources

Follow these instructions to contribute to this project.

Initialize your Development Environment

pipx install poetry
poetry install

Start the Clickhouse container

In order to run the tests locally, you must have a Docker daemon running on your host machine.

You can start the Clickhouse container by running:

./docker_run_clickhouse.sh

Create and Run Tests

Create tests within the tests subfolder and then run:

poetry run pytest

You can also test the target-clickhouse CLI interface directly using poetry run:

poetry run target-clickhouse --help

Testing with Meltano

Note: This target will work in any Singer environment and does not require Meltano. Examples here are for convenience and to streamline end-to-end orchestration scenarios.

Next, install Meltano (if you haven't already) and any needed plugins:

# Install meltano
pipx install meltano
# Initialize meltano within this directory
cd target-clickhouse
meltano install

Now you can test and orchestrate using Meltano:

# Test invocation:
meltano invoke target-clickhouse --version
# OR run a test `elt` pipeline with the Carbon Intensity sample tap:
meltano elt tap-carbon-intensity target-clickhouse

SDK Dev Guide

See the dev guide for more instructions on how to use the Meltano Singer SDK to develop your own Singer taps and targets.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shaped_target_clickhouse-0.2.2.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

shaped_target_clickhouse-0.2.2-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file shaped_target_clickhouse-0.2.2.tar.gz.

File metadata

  • Download URL: shaped_target_clickhouse-0.2.2.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1019-azure

File hashes

Hashes for shaped_target_clickhouse-0.2.2.tar.gz
Algorithm Hash digest
SHA256 b105d08536c74ba83e829abd3849f58777a4828a7def9619ca70d5ca9491e1b8
MD5 b4324a17aa2a2edeaada6860ff9d2e53
BLAKE2b-256 9dd3725e3a124397263f13634ea0c28d641549dfdb041dced4058ba842fec3dc

See more details on using hashes here.

File details

Details for the file shaped_target_clickhouse-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for shaped_target_clickhouse-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1ef1e89e747a69aa2139d1194e5598a9b2930106a43df5878c3ba9dbbf4d5bc2
MD5 995e4ea62b7d2c74e7df940cec8a2ac0
BLAKE2b-256 970efcfa9116ca970b1e29d4960c0cd3c4eca94fd63fad62bbc5bef2fbad855b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page