Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 3.18 KB

README.md

File metadata and controls

64 lines (39 loc) · 3.18 KB

image

Overview

The Confluent Platform Quickstart demo is the automated version of the Confluent Platform Quickstart

image

Additional Examples

For additional examples that showcase streaming applications within an event streaming platform, please refer to these demos.

Prerequisites

Run demo

Confluent Platform

./start.sh
./start-docker.sh
./start-docker-community.sh

Confluent Cloud

  • This quickstart for Confluent Cloud is similar to those above for Confluent Platform, but leverages 100% Confluent Cloud services, including a ksqlDB application which builds streams and tables using Avro, Protobuf and JSON based formats. After logging into the ccloud CLI, run the command below and open your browser navigating to https://confluent.cloud. Note: the demo creates real cloud resources and incurs charges.
./start-cloud.sh
  • The first 20 users to sign up for Confluent Cloud and use promo code C50INTEG will receive an additional $50 free usage (details).

Advanced usage

You may explicitly set the cloud provider and region. For example:

CLUSTER_CLOUD=aws CLUSTER_REGION=us-west-2 ./start-cloud.sh

Here are the variables and their default values:

Variable Default
CLUSTER_CLOUD aws
CLUSTER_REGION us-west-2