Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmangani/embedded-db-benchmarks

Simple, Non authoritative Benchmarks for embedded databases running in Github Actions
https://github.com/lmangani/embedded-db-benchmarks

benchmark chdb clickhouse databend duckdb glaredb python

Last synced: 2 months ago
JSON representation

Simple, Non authoritative Benchmarks for embedded databases running in Github Actions

Awesome Lists containing this project

README

        

# Embedded OLAP benchmarks

This project benchmarks embedded OLAP engines using Python 3.x

Benchmark queries for supported databases are executed within Github Actions.

:warning: _Focus on free, low-resource runners. NOT intended as a rigorous benchmark!_

### OLAP Racers 🏁

- [chdb](https://doc.chdb.io)
- [duckdb](https://duckdb.org)
- [glaredb](https://glaredb.com)
- [databend](https://databend.com)
- [datafusion](https://arrow.apache.org/datafusion-python/)

## Results

For the latest results, check the latest Action reports.

## Instructions

1. Clone this repo and `cd` into it

2. Install Test Requirements with `poetry`
```shell
poetry install
```

3. Run the benchmark
```shell
./run.sh
```