/tdengine-action

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

Primary LanguageShellMIT LicenseMIT

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