vhawk19 / ambaan

just wants the average analyst to be happi
https://ambaan.net
GNU General Public License v3.0
1 stars 0 forks source link
data-analysis duckdb-wasm sql vue

Ambaan

just wants the average analyst to be happi

FOSS HACK Specific Details

Contents

Project Overview

Data analysis can get messy really quickly. Ambaan is a simple tool that allows you to import csv/parquet files, run sql queries on them, create simple visualisations and export them as pdfs. It is entirely client side and does not require a server. It uses duckdb-wasm to run sql queries on the browser.

How to Clone and Run:

   git clone https://github.com/vhawk19/ambaan
   cd ambaan
   pnpm dev

Goals