Skip to content

4lcatrust/aether-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AetherStream (WIP)

flowchart LR
  A[Indodax API] -->|write to| B[(Postgres)]
  B -->|CDC| C[Debezium Connector]
  C -->|events| D[(Kafka)]
  D --> E[Flink - stream processing]
  E -->|checks| F[Great Expectations - DQ validation]
  E -->|lineage| G[OpenLineage]
  E -->|sink 1| H[(ClickHouse)]
  E -->|sink 2| I[(MinIO - raw/archive)]
  subgraph J[Orchestration]
    K[Airflow DAGs]
  end
  K --> E
  K --> H
  K --> I
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published