WasmDB is a project of the Programming Language Group at the Department of Computer Sciences of Purdue University in USA Indiana.
This repository contains the client side code of the web application written in typescript/react. WasmDB compiles SQL queries into highly specialised WebAssembly code to compute the results for a given CSV dataset with close to native performance.
-
Install NodeJS
-
Clone this repository:
git clone https://github.com/ChristianMoesl/wasmdb
cd wasmdb
- Download project dependencies and build:
npm install
npm run build
- Serve web page:
npm run serve