
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
> 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.
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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.