Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

πŸ”ŒπŸ›  Data processing to scrape datasets from Hypercell API, aggregate them by unique users and building a density tree 🌲

Notifications You must be signed in to change notification settings

junctionx-tldr/data-prep-workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

data-prep-workbench

Build Status

code style: prettier

Setup (in ./)

Install NodeJS

Download

Fetch dependencies

npm install

Dev (in ./)

Typescript builds are automatic and watch for file changes:

npm run build

or run this to build only once:

npm run buildOnce

Building, Linting, Formatting, Testing:

npm test

Contribution

  • use git pull --rebase in favor of regular pull, i recommend configuring it globally via:
    git config --global pull.rebase true

About

πŸ”ŒπŸ›  Data processing to scrape datasets from Hypercell API, aggregate them by unique users and building a density tree 🌲

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published