Image Overview: jitsucom-bulker

Overview: jitsucom-bulker Chainguard Image

Service for bulk-loading data to databases with automatic schema management (Redshift, Snowflake, BigQuery, ClickHouse, Postgres, MySQL)

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/jitsucom-bulker:latest

Usage

helm upgrade --install jitsucom-bulker oci://registry-1.docker.io/stafftasticcharts/jitsu \
    -n jitsucom-bulker \
    --create-namespace \
    --set bulker.image.repository=cgr.dev/chainguard/jitsucom-bulker \
    --set bulker.image.tag=latest \
    --set ingest.image.repository=cgr.dev/chainguard/jitsucom-ingest \
    --set ingest.image.tag=latest \
    --set syncctl.image.repository=cgr.dev/chainguard/jitsucom-syncctl \
    --set syncctl.image.tag=latest \
    --set tokenGenerator.image.tag=1.30.0 # `:latest` tag doesn't not exist, so set to _latest_ version
  • Refer to values.yaml file for more configuration options.

[!WARNING] The Helm Chart we used in the tests is the official, stable and is used to run Jitsu in production, according to maintainer’s comment.

Last updated: 2024-05-10 00:43