Skip to content

A simple demo for analysing real-time data by using flink.

Notifications You must be signed in to change notification settings

chingpo/DataStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DataStream

A simple demo for analysing log data by using flink.

This project can output processed results to Elasticsearch, Kafka, HBase, HDFS/S3 (Parquet/CSV), JDBC databases (MySQL/Postgres), Redis, ClickHouse, Cassandra, Iceberg/Hive data lakes, and a dead-letter queue for failed records, and it exposes monitoring metrics (e.g., Prometheus).

flowchart TD
  A["Log Point<br/>(Application log instrumentation)"] --> B[Processing]
  B --> F[Map]
  F --> G[KeyBy]
  G --> H[Window]
  H --> I[Aggregate]
  I --> J[Sink]
  J --> K[Dashboard]
  J --> L[Dead Letter]
  J --> M[Monitoring]

Loading

About

A simple demo for analysing real-time data by using flink.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages