Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalmatinerdb/dflow
Dalmatiner flow processing library.
https://github.com/dalmatinerdb/dflow
Last synced: 8 days ago
JSON representation
Dalmatiner flow processing library.
- Host: GitHub
- URL: https://github.com/dalmatinerdb/dflow
- Owner: dalmatinerdb
- Created: 2014-12-14T12:00:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T22:44:20.000Z (about 7 years ago)
- Last Synced: 2024-03-14T23:23:16.901Z (8 months ago)
- Language: Erlang
- Size: 854 KB
- Stars: 14
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - Pipelined flow processing engine. (Actors)
- fucking-awesome-elixir - dflow - Pipelined flow processing engine. (Actors)
README
This is a flow processing library which aims to make it easy to write streamed routines for processing data.
Each step in the process is handled as a own server allowing them to work indipendantly and take advantage of multi core sytems.
Please see the edoc for details.