An open API service indexing awesome lists of open source software.

https://github.com/komminarlabs/influxdb3-action

A GitHub action for installing and configuring InfluxDB 3 Core
https://github.com/komminarlabs/influxdb3-action

actions influxdb influxdb3 influxdb3-core

Last synced: 10 months ago
JSON representation

A GitHub action for installing and configuring InfluxDB 3 Core

Awesome Lists containing this project

README

          

# influxdb3-action

This action installs and configures [InfluxDB3 core](https://docs.influxdata.com/influxdb3/core/).

# Usage

See [action.yaml](action.yaml)

## Setup and configure InfluxDB3

```yaml
steps:
- name: Check out repo
uses: actions/checkout@v4

- name: Setup InfluxDB3
uses: komminarlabs/influxdb3-action@v0
with:
influxdb3_database: sensordata
influxdb3_create_token: true
```