Skip to content
forked from internaries/Y

Twitter-like app written in C++ with fan-out write and redis cache

License

Notifications You must be signed in to change notification settings

Xxproner/Xxproner_Y

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y

System Design Proof-of-Concept Twitter App

It utilizes a fan-out write strategy, meaning that all posts are immediately added to the feeds of users upon creation.

Written on C++ using userver framework, postgresql, redis and s3 storage.

Authors

Roadmap

Here are some of the major upcoming features. You can view the complete roadmap with todos here.

  • Add creation support to S3 media
  • Add redis cache for feeds
  • Add authorization
  • Add web client

About

Twitter-like app written in C++ with fan-out write and redis cache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.3%
  • Python 28.7%
  • Makefile 6.2%
  • CMake 6.0%
  • Shell 0.8%