An open API service indexing awesome lists of open source software.

https://github.com/dplocki/datamancer

Experiments with AlaSQL library - the project allows for loading data into memory, and manipulate them with SQL queries, all in the browser
https://github.com/dplocki/datamancer

alasql angular angular18 csv-parser json-parser material

Last synced: 3 months ago
JSON representation

Experiments with AlaSQL library - the project allows for loading data into memory, and manipulate them with SQL queries, all in the browser

Awesome Lists containing this project

README

        

# 🗃️ Datamancer

![GitHub License](https://img.shields.io/github/license/dplocki/datamancer)
[![Netlify Status](https://api.netlify.com/api/v1/badges/88bbfb21-a1a3-476c-8cda-70ca565e0b2f/deploy-status)](https://app.netlify.com/sites/datamancer/deploys)
[![TypeScript](https://img.shields.io/github/package-json/dependency-version/dplocki/datamancer/dev/typescript?label=TypeScript&logo=typescript)](https://www.typescriptlang.org/)
[![Angular](https://img.shields.io/github/package-json/dependency-version/dplocki/datamancer/@angular/core?label=Angular&logo=angular)](https://angular.dev/)
[![Angular Material](https://img.shields.io/npm/v/@angular/material?color=607D8B&label=Material&logo=angular)](https://material.angular.io/)

The small project for experiments with [AlaSQL](https://github.com/AlaSQL/alasql) library.
The library allows loading the data into memory, directly from browser, then manipulate them with using SQL query.