Skip to content

mourjo/jibber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jibber

This is a companion project to this blog post.

Target architecture

This project aims to build a free Redis installation that is accessible from cloud functions

  • Cloud function: Use HTTP-based serverless cloud functions to run the backend code. Cloud functions have a free limit of 2 million requests per month.
  • Redis: GCP’s MemoryStore implementation of Redis is not free. I work around this by installing Redis on a free compute instance (this somewhat limits scalability, but I have some room due to Redis’s memory efficiency).
  • Connecting with Redis over the internet: Connecting to rest of the VPC from cloud functions requires a VPC connector (Serverless VPC access), which is not free. Connecting to Redis over the internet is however free, but we need to ensure it is done over a secure connection.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published