
Security News
Vite+ Joins the Push to Consolidate JavaScript Tooling
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
> Early development stage: this project was still under early development, many necessery feature was not done yet, use it on your own risk.
Early development stage: this project was still under early development, many necessery feature was not done yet, use it on your own risk.
A node.js version of Spark, without hadoop or jvm.
You should read tutorial first, then you can learn Spark but use this project instead.
Any api that requires a RDD and generate a result is async, like count
, take
, max
...
Any api that creates a RDD is deferred API, which is not async, so you can chain them like this:
await dcc
.parallelize([1, 2, 3, 4, 5, 6, 7, 8, 9, 10])
.map(v => v + 1)
.filter(v => v % 2 === 0)
.take(10); // take is not deferred api but async
npm install -g dcf
#or
yarn global add dcf
Then you can use command: dcf-shell
npm install --save dcf
#or
yarn add dcf
Then you can use dcf with javascript or typescript.
download this repo, install dependencies
npm install
# or
yarn
Run samples:
npm run ts-node src/samples/tutorial-0.ts
npm run ts-node src/samples/repartition.ts
Run interactive cli:
npm start
FAQs
> Early development stage: this project was still under early development, many necessery feature was not done yet, use it on your own risk.
The npm package dcf receives a total of 57 weekly downloads. As such, dcf popularity was classified as not popular.
We found that dcf demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Evan You announces Vite+, a commercial, Rust-powered toolchain built on the Vite ecosystem to unify JavaScript development and fund open source.
Security News
Ruby Central’s incident report on the RubyGems.org access dispute sparks backlash from former maintainers and renewed debate over project governance.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.