https://github.com/vectormike/bloom_filter_and_nodejs
Using a Bloom filter to reduce round trip database queries
https://github.com/vectormike/bloom_filter_and_nodejs
Last synced: 8 months ago
JSON representation
Using a Bloom filter to reduce round trip database queries
- Host: GitHub
- URL: https://github.com/vectormike/bloom_filter_and_nodejs
- Owner: Vectormike
- Created: 2022-03-04T13:02:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T13:16:07.000Z (about 4 years ago)
- Last Synced: 2025-03-28T05:43:12.256Z (about 1 year ago)
- Language: JavaScript
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Reducing database queries with the data structure Bloom filters
- Nodejs
- Redis
- PostgreSQL