DCF.js Overview
Last updated
Last updated
DCF.js is a fast and general-purpose cluster computing system. It provides high-level API for , and an optimized engine that supports general executing graphs. It's a re-implementation of .
To get a quick shot of DCF.js, you can install dcf with npm or yarn. You must install node.js 8.0+ first. If you haven't, download from .
Then you can run interactive shell cli with
You can download source of DCF.js from , install dependencies:
Then you can run examples like following:
If you decide to use DCF.js in product, you should install it as a dependency
We suggest you to use as scripting language. Type declaration of DCF.js is included in npm package.