Skip to content

This action downloads, installs, and configures an TDengine OSS instance and CLI tooling that can be used in your automation.

License

Notifications You must be signed in to change notification settings

IoTSharp/tdengine-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDengine Action

This action downloads, installs, and configures an TDengine OSS instance and CLI tooling that can be used in your automation.

This downloads the specified version (or latest ).

Usage

See action.yml

Setup and configure TDengine and CLI Tools

steps:
  - name: Check out repo
    uses: actions/checkout@v2
  - name: Setup TDengine
    uses: iotsharp/tdengine-action@v2
    with:
      tdengine_version: latest

Install but don't start TDengine ( CLI Tooling Only)

steps:
  - name: Check out repo
    uses: actions/checkout@v2
  - name: Setup TDengine
    uses: iotsharp/tdengine-action@v2
    with:
      tdengine_version: latest
      tdengine_start: false

Use a specific version of TDengine

steps:
  - name: Check out repo
    uses: actions/checkout@v2
  - name: Setup TDengine
    uses: iotsharp/tdengine-action@v2
    with:
      tdengine_version: 3.0.2.1

About

This action downloads, installs, and configures an TDengine OSS instance and CLI tooling that can be used in your automation.

Topics

Resources

License

Stars

Watchers

Forks

Languages