Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 326 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 326 Bytes

Tabus

Simple examples of deduplicating & counting pub/sub messages with various backends

Backend Stores:

  • Memory
  • Redis
  • Bigtable
  • FireStore

TODO:

  • Dev setup & tests w/ emulators/local redis
  • Benchmarking tools

To run redis image: docker run -d --name test-redis -p 6379:6379 redis