h2oai / db-benchmark

reproducible benchmark of database-like ops
https://h2oai.github.io/db-benchmark
Mozilla Public License 2.0
328 stars 89 forks source link

Consider adding mapd #43

Open jangorecki opened 6 years ago

jangorecki commented 6 years ago

https://github.com/omnisci/mapd-core

niviksha commented 3 years ago

Hi, I work at mapd (now called OmniSci). This is quite interesting and I would like to help conduct this benchmark. What is needed to set up and run it specifically? Note - one way this is possible in OmniSci is by using our Ibis integration which allows for data frame-style operations in Python

jangorecki commented 3 years ago

Hi @niviksha, Providing the following files

./omnisci/setup-omnisci.sh
./omnisci/groupby-omnisci.py
./omnisci/join-omnisci.py

would be the best possible help. You can use corresponding pandas (or other solution) files as template.