Home
Softono

Wasmdb

Open source BSD-3-Clause TypeScript
15
Stars
0
Forks
8
Issues
0
Watchers
3 years
Last Commit

 About Wasmdb

A Database for the browser using compiled SQL queries in WASM

Platforms

Web Self-hosted

Languages

TypeScript

Need Help Installing Wasmdb?

We provide expert installation service for this software. Our team will install, configure, and secure Wasmdb on your server. plans start at just $30.

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: