Skip to content

ChristianMoesl/wasmdb

Repository files navigation

WasmDB Build Status Netlify Status

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.

Build and Run

  1. Install NodeJS

  2. Clone this repository:

  • git clone https://github.com/ChristianMoesl/wasmdb
  • cd wasmdb
  1. Download project dependencies and build:
  • npm install
  • npm run build
  1. Serve web page:
  • npm run serve

Project Parts: