Amazon RedshiftΒΆ

Load data from Amazon Redshift into CrateDB.

Redshift is a managed data warehouse product by Amazon Web Services, offering the ability to handle analytic workloads on big data sets stored by a column-oriented DBMS principle.

ctk load \
    "redshift+psycopg2://<username>:<password>@host.amazonaws.com:5439/database?table=demo" \
    "crate://crate:na@localhost:4200/testdrive/redshift"