triflow is a dataflow implementation in JavaScript.
Clone the repository.
git clone [email protected]:trifacta/triflow.git
Install dependencies.
make package.json
make install
Compile source.
make
Run test.
make test
Run style checker.
make style