GithubHelp home page GithubHelp logo

gitter-badger / dflow Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fibo/dflow

0.0 2.0 0.0 1.6 MB

Dataflow programming for Node.js

Home Page: http://g14n.info/dflow

JavaScript 99.16% HTML 0.82% CSS 0.02%

dflow's Introduction

dflow

Is a minimal Dataflow programming engine.

Try dflow now! (on Heroku).

Table Of Contents:

Node engine NPM version Build Status Dependency Status Coverage Status Test page

Whatchers Stargazers Forks

js-standard-style

NPM

Throughput Graph

Status

dflow is beta software. The editor is usable but with no css (help me!) and collaborative editing feature is working but buggy (I am proud of my bugs and they will be fixed in version 1.0 :). The engine is almost stable.

Next steps:

  • start using dflow,
  • improve editor look&feel,
  • add more examples using the editor
  • and go for a stable version!

Installation

Client side

If you have some graphs ready to run on client side, you can install dflow engine with bower

$ bower install dflow

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

If you want start hacking on dflow run

$ git clone https://github.com/fibo/dflow.git
$ cd dflow
$ npm install
$ npm start

which will clone repo, install deps, and start the dflow cli. Then point your browser to http://localhost:3000 and edit your graph. Note that by opening another browser window you can try the collaborative editing feature, powered by Socket.IO!

Note that npm start will edit a graph in memory, if you want to edit your graph and save it to a file, for instance graph.json, launch

$ npm start -- graph.json

Support and License

dflow is MIT licensed.

It is developed in my spare time and, as far as I know, by now I am my only user. By the way, I got a stimulating feedback by Stamplay's founder, who is pretty much interested in using dflow maybe in the future. Grazie Giuliano, I hope you all the best.

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 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

fibo avatar

Watchers

 avatar  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.