Skip to content

pedropinheiro75/materialize-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Materialize Feed

Simple Golang Restfull API for news feed app

Stack:
Architecture

All new publications will be stored in a relational database and then cached in key-value database.

The individual feed have the Fanout on Write architecture for scalability, as described in the image below.

fanout

The Fanout on Write architecture will be processed by a generic pipeline following the concept of an ETL (Extract, Transform and Load)

etl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published