title | layout |
---|---|
Stateful Computations over Data Streams |
base |
**Apache Flink® — Stateful Computations over Data Streams**
All streaming use cases
- Event-driven Applications
- Stream & Batch Analytics
- Data Pipelines & ETL
Guaranteed correctness
- Exactly-once state consistency
- Event-time processing
- Sophisticated late data handling
Layered APIs
- SQL on Stream & Batch Data
- DataStream API & DataSet API
- ProcessFunction (Time & State)
Operational Focus
- Flexible deployment
- High-availability setup
- Savepoints
Scales to any use case
- Scale-out architecture
- Support for very large state
- Incremental checkpointing
Excellent Performance
- Low latency
- High throughput
- In-Memory computing
-
{% for post in site.posts limit:5 %}
- {{ post.title }}
- {{ post.excerpt }} {% endfor %}