Skip to content
This repository was archived by the owner on Jun 22, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bloom filter based caching solution for services.

This example includes:

bloom package:

  • implementation of bloom filter - space-efficient probabilistic data structure for set membership testing

bloom_example consists of:

  • cache - backend service (built with gin-gonic) for bloom filter cache (built also as docker image)
  • writer_lambda - AWS lambda (built with AWS Go SDK) to write data to cache (built as docker image with Kong as API Gateway)
  • docker to run bloom cache service with monitoring (Prometheus + Grafana)

About

Production level implementation of Bloom filter cache as package and example of it's usage with cache service and basic AWS lambda running on the Docker

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages