MaGe Linux Operations
Jan 23, 2019 · Big Data
How Bloom Filters Power Fast Big Data Searches with Python
This tutorial walks through building a simple Python search engine for big data, covering Bloom filter basics, tokenization with major and minor segmentation, inverted index creation, and implementing both simple and complex (AND/OR) queries, complete with code examples and visual illustrations.
AND/OR queriesBig DataInverted Index
0 likes · 15 min read
