Giter Club home page Giter Club logo

dflow's Introduction

dflow

is a minimal Dataflow programming engine

Installation | Examples | CLI | Editor | API | Specification | Support and license

Quick start: start editing your first graph! With npx launch

npx dflow -o

NPM version Build Status Dependency Status Coverage Status JavaScript Style Guide CDNJS version

Whatchers Stargazers Forks

Join the chat at https://gitter.im/fibo/dflow

Hello world

The following simple graph is executed client side by dflow engine.

Hello World

Installation

Client side

Client distribution contains just the engine.

Badge size

You can use RawGit CDN, add this to your HTML page

<script src="https://cdn.rawgit.com/fibo/dflow/master/dist/dflow.min.js"></script>

If you want to get a specific dflow engine version, you can get it also on CDNJS! Awesome thanks to LboAnn and Peter Dave Hello. 多謝

Server side

If you are new to dflow, you probably want to try the editor, so you need to install globally to get dflow cli in your path. With npm do

npm install dflow -g

However, if you need to require the dflow engine in your package, or you need to browserify it, or even you want to use the dflow cli in your npm scripts, or whatever, you can install dflow locally with

npm install dflow

Support and License

dflow is MIT licensed, yes you can use it to build a product on top of it!

I wrote few times a Dataflow engine, the first one was PNI (Perl Node Interface) and the design evolved until I could say confidently that dflow is here to stay.

Use cases I can think about dflow right now are many, but, the possibilities are I.M.H.O. outstanding: from client to server, from JavaScript to cross language, from mono-thread to graphs distributed on a network using AWS Lambda and, above all, from skilled programmer who implement functions … to artists, genetic engineers, data scientists, etc. that use those functions to create dflow graphs and get results nobody could even imagine.

If this is also your vision or you just want to use dflow, contact me.

My goal is to say to a dflow user:

Mamma mia! Did you achieve that with dflow?

dflow's People

Contributors

extend1994 avatar fibo avatar gitter-badger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.