Hacker News new | ask | show | jobs
by muehlbau 4176 days ago
Yes, that is our official download link which contains a driver to run transaction benchmarks (specified in our own script language; the tar contains an example for TPC-C) and a psql-like sql tool with which you can load data and query it using SQL-92. An example for TPC-H is also included. You can contact us/me for further questions (muehlbau@in.tum.de).
1 comments

I have 3 Questions --

1) How you have created the web interface as I can't see any php or python bindings.

2) How do you copy the csv data into the memory table

3) Can we use it internally as our company's internal BI database , since no licenses are mentioned in the downloaded link so its not very clear ..

1) The component used for the web interface is not part of the demo

2) Check out hyperdemo/scripts/tpch/load.sql, HyPer uses the same syntax as Postgres, i.e. you run bin/sql, create a customer table and load it with

  copy customer from '../tpch/customer.csv' delimiter ',';
3) Please contact us http://www.hyper-db.com/#team