triflow is a dataflow implementation in JavaScript.
Clone the repository.
git clone git@github.com:trifacta/triflow.git
Install dependencies.
make package.json
make install
Compile source.
make
Run test.
make test
Run style checker.
make style
There was an error while loading. Please reload this page.