Skip to content

VeenaBhyrava/ordersDimModelling

Repository files navigation

Incremental data processing of tranasaction details of orders of an e-commerce webiste. 1.Transactions are fetched using confluent kafka, processed and stored in postgres. 2.As a first step, data from kafka consumer is put into raw_transactions table as it is. 3.Then the data from raw_transactions table is fetched at put into dimesions and fact tables.

The high level architecture looks like: image

The star-schema of this model in postgres: image

About

Dimensional modelling of order transactions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages