@praveensastry/dpe

v1.2.1
parallel and distributed data processing engine
big data ETL distributed data processing machine learning cloud S3 azure parallel and 3 more...

start

pf=/tmp/dpe-server.pid; test -f $pf && exit 1; bin/server.js -l 0 & echo $! > $pf

stop

pf=/tmp/dpe-server.pid; test -f $pf || exit 1; kill $(cat $pf); rm -f $pf

pretest

eslint .

tape

tape "test/**/*.js"

test

make -C test
npm i @praveensastry/[email protected]

Metadata

Downloads

Maintainers