Implement 3 join algorithms on 2 key-value store databases (Redis & Apache Ignite) in a containerized enviroment
- Double-Pipelined Hash Join
- Semi Join
- Two-Way Join Processing Using Bloom Filter Intersection
- Implement pipelined hash-join
- Add log level for verbose printing
- Implement semi-joins
- Implement Bloom filter joins
- Incorporate my implementation of Bloom Filter
- Add functionality to specify number of characters to store as key
- Added comments