Skip to content

thin-edge/tedge-flows-examples

Repository files navigation

tedge-flows-examples

Experimental repository to exchange examples which use the upcoming tedge-flows feature.

Building locally

You can build the flows locally with the following steps which requires nodejs >= 20.

  1. Install the dependencies (using npm ci instead of npm install to install the exact versions defined in the package-lock.json file)

    npm ci
  2. Build all the flows

    npm run build-all

Each bundled flow is stored under the dist/main.mjs of its flows directory. For example, for the uptime flow, the bundled file can be found under:

ls -l flows/uptime/dist/main.mjs

Adding a new flow to the workspace

You can create a new flow (from a template) using the following command:

npm run generate-flow myflow1

About

Experimental repository to exchange examples which use the upcoming generic tedge-mapper feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •