Hacker News new | ask | show | jobs
by uberneo 4176 days ago
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 comments

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