dplocki / datamancer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datamancer

The small project for experiments with AlaSQL library. The library allows loading the data into memory, directly from browser, then manipulate them with using SQL query.

Development

Docker

Build Docker image:

docker build -t datamancer .

Run it:

docker run -it -p 4200:4200 -v $(pwd):/usr/src/app -v /usr/src/app/node_modules --rm datamancer

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

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

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 76.5%Language:HTML 18.5%Language:SCSS 4.1%Language:Dockerfile 0.9%