datax-pipeline v1.4.0-SNAPSHOT-9
datax-pipeline
Contains features representing a streaming data pipeline configuration management experience. This package is used to add additional features to the Data Accelerator website.
Install Package to Accelerator Website or another package
- At root folder of your consumer project, run
npm install datax-pipeline@1.1.1(or whatever version you want). This will install the package under thenode_modulesfolder and automatically update thepackage.jsonfile of your project. You can also manually input it into thepackage.jsonyourself and then runnpm install.
Quick start to developing this package
Run
npm installto install all dependency package of this NPM package.Run
npm run devto build non-optimized bundles. While the packages tend to be larger in size and slow down your web experience, you benefit this by getting a better development experience when debugging the sources on the browser of your choice.When you are done developing your package, increment the version number of your NPM package in the
package.jsonfile.Run
npm run buildto build optimized bundles (obfuscated, minified and other compiler optimizations) leading to smaller output sizes and faster performance for production consumption.Run
npm publish
Tips and Tricks
For your website, run
npm run devwatchwhich will put your website into listening mode for file changes. Every time a file that the website depends on under its folder andnode_modulesdependency folder changes, it will automatically re-compile.Run
npm run devpatchto build development bundles and this command will automatically execute a batch script to xcopy the built bundles to our website'snode_modulesfolder. This will cause your website to recompile itself to pick up the changes. Thislocaldevpatch.batscript assumes that the website GIT repo and this packages GIT repo share the same parent folder. If this is not the case, please change the paths of the script locally on your computer.
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago