Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lmangani/embedded-db-benchmarks
- Owner: lmangani
- Created: 2023-10-23T12:00:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T17:24:07.000Z (6 months ago)
- Last Synced: 2024-11-02T08:41:47.718Z (3 months ago)
- Topics: benchmark, chdb, clickhouse, databend, duckdb, glaredb, python
- Language: Python
- Homepage: https://metrico.in/benchmark
- Size: 75.2 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```