Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

gustav-next

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gustav-next

Framework for building realtime processing flows in Node.js

latest
Source
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

Gustav

Status: Developer Preview. Everything is subject to change without warning. Some things in this readme may be not technically exist

Gustav makes realtime data processing simple and modular.

Concepts

Workflow

Imagine a Gustav flow as a directed, acyclic graph. Source nodes pull information out of the ether and pass them on to Transform nodes that process our data. Ultimately, the data is outputted via Sink nodes. Gustav supports multiple inputs and outputs, so your app may look something like:

s1 --- t2 --- o2

s2 -- \
       t1 --- t2 --- o1
s3 -- /

Examples

Sample apps with Gustav can be found in the examples directory.

FAQs

Package last updated on 01 Oct 2015

Did you know?

Socket

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.

Install

Related posts