`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 | SQLAlchemy connection string |
table_name | False | None | The name of the table to write to. |
engine_type | False | MergeTree | The engine type to use for the table. This must be one of the following engine types: MergeTree, ReplacingMergeTree, SummingMergeTree, AggregatingMergeTree, ReplicatedMergeTree, ReplicatedReplacingMergeTree, ReplicatedSummingMergeTree, ReplicatedAggregatingMergeTree. |
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 |
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. |
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file shaped_target_clickhouse-0.2.0.tar.gz
.
File metadata
- Download URL: shaped_target_clickhouse-0.2.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 157973d798263947d34544165011d2044911fdde514cc4f0b0d1101c99a20ac6 |
|
MD5 | 9a44b7a174624e11cf475ea472033f22 |
|
BLAKE2b-256 | 4de2094481620f1cd4b5c50e41de4a5fe6e02be44d8cc3bc84a7f8ccce27ee77 |
File details
Details for the file shaped_target_clickhouse-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: shaped_target_clickhouse-0.2.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.13 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad3673d7cca54274711f947bf306784c3aed91b04801bdc1bd397cbeb27324b3 |
|
MD5 | b2d15d80cfce13cccc709b70e262b876 |
|
BLAKE2b-256 | e7432f812c1f84059073608bb469e3d6c463b1dd28e3291200f0493f0a57eb2f |