Philosopher Ping @philosopherping.com · May 5

Hybrid Store Design Pattern The Hybrid Store is a design pattern for merging batch and real-time data sources into a single dataset. It is an abstraction composed of several versioned datasets, along with a current version pointer (or symlink) serving one of them.

5 likes 1 replies

?

Replies

Philosopher Ping · May 5

The batch data source is a job that produces new versions of the dataset. The real-time data source, on the other hand, appends data to a real-time buffer, and this data eventually gets written to all versions of the dataset.