Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.7 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.7 KB

Slack

Redpanda Examples

A collection of examples to demonstrate how to interact with Redpanda from various clients and languages. Redpanda is Kafka API compatible. Any client that works with Kafka will work, but we have tested the ones listed here.

Partner Integrations

Below is a sample of some of our partner integrations.

Open-core query engine for building apps and analytics with real-time streams and batch data.

Redpanda + Deephaven Demo

The demo follows closely the one defined for Materialize. We want to showcase how you can accomplish the same workflow in Deephaven, with Deephaven's query engine and Redpanda's streaming capabilities.

Docker-stats

Need to monitor your local machine in real time? This example publishes your docker stats to Redpanda. Written in Python, this is an out-of-the box solution to see when your Docker containers over-use their resources. See full example here: deephaven-examples/redpanda-docker-stats.

Stock Market

Want to monitor updating stock market data? Or see how to publish multiple topics to Redpanda? This example creates tables to see stocks from dxFeed. See full example here: deephaven-examples/redpanda-dxfeed-financial-data.