Use docker-compose
docker-compose up
Navigate to the job submission page
- Set the number of messages to stream
- Set the percentage of duplicate messages
- Set the time to sleep between messages (stay over 5 ms)
The job will be submitted and the Graphs view will update every 10 seconds to show the Filtered (Deduplicated) message count and the Unfiltered(total) message count
The embedded presentation includes information based around deduplication use cases, how Bloom and Cuckoo filters work as well as more information about this demo.
docker run --rm -p 6379:6379 redislabs/redismod:latest
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 app.py
-
Data will automatically load if it is not already present