Adding pipelines framework (#990)

This commit is contained in:
Caleb Winston 2019-01-14 09:42:52 -08:00 committed by Miran
parent 601445e273
commit 332c32febe

View File

@ -12438,5 +12438,21 @@
"description": "Bindings for the C++ Standard Template Library (STL)",
"license": "MIT",
"web": "https://github.com/BigEpsilon/nim-cppstl"
},
{
"name": "pipelines",
"url": "https://github.com/calebwin/pipelines",
"method": "git",
"tags": [
"python",
"pipeline",
"pipelines",
"data",
"parallel"
],
"description": "A tiny framework & language for crafting massively parallel data pipelines",
"license": "MIT",
"web": "https://github.com/calebwin/pipelines",
"doc": "https://github.com/calebwin/pipelines"
}
]