Build Applications¶
Use these resources to develop and deploy your streaming applications on Confluent Platform.
- Schema Management
- Confluent CLI
- Kafka Clients
- API and Javadocs
- Application Development
- Docker Developer Guide
- Streams Developer Guide
- Writing a Streams Application
- Testing Streams Code
- Configuring a Streams Application
- Streams DSL
- Naming Kafka Streams DSL Topologies
- Optimizing Kafka Streams Topologies
- Processor API
- Data Types and Serialization
- Interactive Queries
- Memory Management
- Running Streams Applications
- Managing Streams Application Topics
- Streams Security
- Application Reset Tool
- Connector Developer Guide
- Confluent Hub
- MQTT Proxy
- KSQL Developer Guide
- Configuring KSQL CLI
- Create a KSQL Stream
- Create a KSQL Table
- Aggregate Streaming Data With KSQL
- Using Table Functions With KSQL
- Query With Arrays and Maps
- Query With Structured Data
- Join Event Streams with KSQL
- Transform a Stream With KSQL
- Implement a User-defined Function (UDF, UDAF or UDTF)
- Partition Data to Enable Joins
- KSQL Syntax Reference
- KSQL Serialization
- Controlling deserializing of single fields
- Controlling serialization of single fields
- Single-field serialization examples
- KSQL Testing Tool
- KSQL REST API Reference
- KSQL Custom Function Reference (UDF, UDAF and UDTF)
- KSQL Processing Log
- KSQL-Connect Integration
- KSQL Tutorials and Examples