Skip to content

moinnadeem/DeepBloom

Repository files navigation

DeepBloom

This repository implements learned Bloom filters from The Case for Learned Index Structures and sandwiched Bloom filters.

Entry Point

The best way to familiarize yourself with the code is to look at src/test/java/edu.mit.BloomFilter/LearnedBloomFilter/LearnedPerformanceTest.java for the learned Bloom filter, and src/test/java/edu.mit.BloomFilter/SandwichedBloomFilter/SandwichedPerformanceTest.java.

Dependencies

The following libraries should be installed:

org.apache.spark:spark-core_2.10:2.2.2
org.apache.spark:spark-mllib-local_2.10:2.2.2
org.apache.spark:spark-mllib_2.10:2.2.2
org.apache.spark:spark-sql_2.10:2.2.2 

Classes

Each class has an interface and an implementation class. These are visible in src/main/java/edu.mit.BloomFilter/.

Feedback

Questions? Comments? Concerns? Email the creators at deepbloom@mit.edu!

About

6.830 DeepBloom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published