Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

Commit

Permalink
Initial work on Concepts (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthias committed Feb 15, 2017
1 parent a437b1d commit 7f65a2c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions concepts.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Concepts
.. _concepts:

NStack Concepts
************

**Modules**

Foo
A *module* is a piece of code that has been deployed to NStack, either by you or someone else. It has an input schema and an output schema, which defines what kind of data it can receive, and the kind of data that it returns.

**Sources & Sinks**

Foo
* A *source* is something which emits a stream of data.
* A *sink* is something which can receive a stream of data.

Example sources and sinks are databases, files, message-queues, and HTTP endpoints. Like modules, you can define the input and output schemas for your sources and sinks.

**Workflows**

Foo
Modules, sources, and sinks can be combined together to build *workflows*. This is accomplished using the *NStack Workflow Language*, a simple, high-level language for connecting things together on the *NStack Platform*.

0 comments on commit 7f65a2c

Please sign in to comment.