Skip to content
Mike Fisk edited this page Aug 22, 2025 · 24 revisions

FileMap is a file-based map-reduce system for data-parallel computation. If you’re familiar with Hadoop (including Hadoop Streaming), you can think of FileMap as a lightweight, high-performance, zero-install alternative. When combined with DB, it can be used for SQL analytics (like Hive with Hadoop).

Learn More: Examples | Performance | Installation | Features | FileMap workshop paper
Get Involved: Issue tracking | Code

Clone this wiki locally