All Projects → confluentinc → Cp Demo

confluentinc / Cp Demo

Licence: apache-2.0
Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Replicator, Confluent Schema Registry, Security

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Cp Demo

Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+105.4%)
Mutual labels:  kafka, confluent, demo
Open Bank Mark
A bank simulation application using mainly Clojure, which can be used to end-to-end test and show some graphs.
Stars: ✭ 81 (-70.86%)
Mutual labels:  kafka, confluent
Camus
Mirror of Linkedin's Camus
Stars: ✭ 81 (-70.86%)
Mutual labels:  kafka, confluent
Scrapy demo
all kinds of scrapy demo
Stars: ✭ 128 (-53.96%)
Mutual labels:  kafka, demo
Demo Scene
👾Scripts and samples to support Confluent Demos and Talks. ⚠️Might be rough around the edges ;-) 👉For automated tutorials and QA'd code, see https://github.com/confluentinc/examples/
Stars: ✭ 806 (+189.93%)
Mutual labels:  kafka, demo
Cp Docker Images
[DEPRECATED] Docker images for Confluent Platform.
Stars: ✭ 975 (+250.72%)
Mutual labels:  kafka, confluent
Schema Registry
Confluent Schema Registry for Kafka
Stars: ✭ 1,647 (+492.45%)
Mutual labels:  kafka, confluent
Cp Ansible
Ansible playbooks for the Confluent Platform
Stars: ✭ 285 (+2.52%)
Mutual labels:  kafka, confluent
Kafka Connect Storage Cloud
Kafka Connect suite of connectors for Cloud storage (Amazon S3)
Stars: ✭ 153 (-44.96%)
Mutual labels:  kafka, confluent
Confluent Kafka Dotnet
Confluent's Apache Kafka .NET client
Stars: ✭ 2,110 (+658.99%)
Mutual labels:  kafka, confluent
Hivemq Mqtt Tensorflow Kafka Realtime Iot Machine Learning Training Inference
Real Time Big Data / IoT Machine Learning (Model Training and Inference) with HiveMQ (MQTT), TensorFlow IO and Apache Kafka - no additional data store like S3, HDFS or Spark required
Stars: ✭ 204 (-26.62%)
Mutual labels:  kafka, confluent
Kafka Connect Jdbc
Kafka Connect connector for JDBC-compatible databases
Stars: ✭ 698 (+151.08%)
Mutual labels:  kafka, confluent
Kafka Connect Elasticsearch
Kafka Connect Elasticsearch connector
Stars: ✭ 550 (+97.84%)
Mutual labels:  kafka, confluent
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (-20.14%)
Mutual labels:  kafka, demo
Kafka Connect Hdfs
Kafka Connect HDFS connector
Stars: ✭ 400 (+43.88%)
Mutual labels:  kafka, confluent
Schema Registry
A CLI and Go client for Kafka Schema Registry
Stars: ✭ 105 (-62.23%)
Mutual labels:  kafka, confluent
Kafka Rest
Confluent REST Proxy for Kafka
Stars: ✭ 1,863 (+570.14%)
Mutual labels:  kafka, confluent
Ksql Udf Deep Learning Mqtt Iot
Deep Learning UDF for KSQL for Streaming Anomaly Detection of MQTT IoT Sensor Data
Stars: ✭ 219 (-21.22%)
Mutual labels:  kafka, confluent
Node Sinek
🎩 Most advanced high level Node.js Kafka client
Stars: ✭ 262 (-5.76%)
Mutual labels:  kafka, ssl
Fluent Plugin Kafka
Kafka input and output plugin for Fluentd
Stars: ✭ 268 (-3.6%)
Mutual labels:  kafka

Kafka Event Streaming Applications

This example and accompanying tutorial show users how to deploy an Apache Kafka® event streaming application using ksqlDB and Kafka Streams for stream processing. All the components in the Confluent Platform have security enabled end-to-end. Run the example with the tutorial.

Table of Contents

Overview

The use case is a Kafka event streaming application for real-time edits to real Wikipedia pages. Wikimedia's EventStreams publishes a continuous stream of real-time edits happening to real wiki pages. Using Kafka Connect, a Kafka source connector kafka-connect-sse streams raw messages for the server sent events (SSE), and a custom Kafka Connect transform kafka-connect-json-schema transforms these messages and then the messages are written to a Kafka cluster. This example uses ksqlDB and a Kafka Streams application for data processing. Then a Kafka sink connector kafka-connect-elasticsearch streams the data out of Kafka and is materialized into Elasticsearch for analysis by Kibana. Confluent Replicator is also copying messages from a topic to another topic in the same cluster. All data is using Confluent Schema Registry and Avro. Confluent Control Center is managing and monitoring the deployment.

image

Documentation

You can find the documentation for running this example and its accompanying tutorial at https://docs.confluent.io/platform/current/tutorials/cp-demo/docs/index.html.

Additional Examples

For additional examples that showcase streaming applications within an event streaming platform, please refer to the examples GitHub repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].