Coll ection of examples for using Terraform with DoubleCloud Platform.
Clone the repository:
git clone https://github.com/doublecloud/terraform-doublecloud-examples.git
cd terraform-doublecloud-examples
Change to the directory with the example:
cd EXAMPLE_NAME
Follow instructions in the README.md for the example.
Table of Contents
- hello-world
- dc-clickhouse-kafka
- dc_clickhouse_kafka_transfer
- byoc_ch_peering
- aws-rds-to-clickhouse
- aws_doc_db_intergation
- aws-s3-lb-ingest
- dynamodb-kinesis-ingest
Bare minimum example
Figure 1. Hello World
Simple Clickhouse plus Kafka
Figure 2. Clickhouse Plus Kafka
Demo application of transfer between Kafka and Clickhouse utilizing DoubleCloudTransfer and KafkaEngine.
Figure 3. Clickhouse Plus Kafka
ClickHouse inside customer AWS Account
Figure 4. Clickhouse BYOA Peering
Transfer from AWS RDS to DoubleCloud Clickhouse from customer AWS Account
Figure 4. AWS RDS Integration
Transfer from AWS DocDB to DoubleCloud Clickhouse from customer AWS Account
Figure 5. AWS DocDB Integration
End to end terraform example for setting up AWS NLB access logs observability stack inside Clickhouse
Figure 6. AWS LoadBalancer logs to Clickhouse
Ingest real-time data from DynamoDB into an existing DoubleCloud Clickhouse cluster.
Figure 7. DynamoDB cdc to Clickhouse