#43 · Primary category: Business Intelligence & Analytics
heavydb
HeavyDB (formerly MapD/OmniSciDB)
Project last updated:08/24/26
GitHub Stars
3.1K
Forks
457
Contributors
121
License
Apache-2.0
Why we included this project
Analytic databases usually force a trade-off between keeping summaries of your data handy and waiting out long scans on the full tables; HeavyDB, the open-source engine that grew out of MapD and OmniSciDB, sidesteps it by being a columnar, SQL-based store that compiles each query on the fly with LLVM and spreads the work across GPU and CPU cores. Multi-billion-row tables can be scanned in milliseconds, with no pre-aggregation, no downsampling, and no index maintenance, which suits data science and BI teams who want to interrogate raw data at full granularity instead of managing rolled-up cubes. Python users can pull results into notebooks through its Arrow-compatible connector, and the GPU rendering module visualizes large geospatial or time-series results straight from SQL. If you have NVIDIA GPUs, this is one of the few open databases built around that kind of acceleration.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
spark
Apache Spark - A unified analytics engine for large-scale data processing
metabase
The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:
streamlit
Streamlit — A faster way to build and share data apps.
duckdb
DuckDB is an analytical in-process SQL database management system
ToolJet
ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀