Skip to content
#

data-integration

Here are 212 public repositories matching this topic...

jrhizor
jrhizor commented May 27, 2021

The current documentation has you bounce back and forth between the cmdline and the UI.

The instructions will look like:

# pull UPGRADE_VERSION from github
docker-compose down
docker-compose up -d db server webapp
curl --data "{}" http://localhost:8001/api/v1/deployment/export > export.tar.gz
docker run --rm -v $(pwd):/config airbyte/migration:$UPGRADE_VERSION -- --input /config/export.tar.g
jitsu
xtreding
xtreding commented Apr 26, 2021

Problem

At present jitsucom/server supports API connectors (sources) sync only into ClickHouse and Postgres. Because it uses upsert statements. We should support all Data warehouses:

  • ClickHouse
  • Postgres
  • BigQuery
  • Snowflake
  • Redshift

Solution

  • for transactional DB (Postgres, Redshift, Snowflake): jitsucom/server should use delete (by chunk) + insert in one transaction
kuwala

Improve this page

Add a description, image, and links to the data-integration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the data-integration topic, visit your repo's landing page and select "manage topics."

Learn more