Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 3.64 KB

README.md

File metadata and controls

66 lines (40 loc) · 3.64 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 Confluent Cloud ksqlDB (version 0.10.0) and Confluent Cloud Schema Registry. After logging into the ccloud CLI, run the command below and open your browser navigating to https://confluent.cloud. Be aware the demo creates real cloud resources and incurs charges. This is for demonstration purposes and should only be used for development environments.
./start-docker-cloud.sh
  • This demo also shows usage of the various data formats supported by Confluent Cloud, Schema Registry and ksqlDB. The demo deploys a ksqlDB application which builds streams and tables using Avro, Protobuf and JSON based formats. The demo provides sample commands at the end of its startup showing how to consume Protobuf based data streams (e.g. users topic) and Avro based data streams (e.g. pageviews topic)

  • 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-docker-cloud.sh

Here are the variables and their default values:

Variable Default
CLUSTER_CLOUD aws
CLUSTER_REGION us-west-2