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
- Host: GitHub
- URL: https://github.com/komminarlabs/influxdb3-action
- Owner: komminarlabs
- License: mit
- Created: 2025-01-16T22:51:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T18:00:17.000Z (over 1 year ago)
- Last Synced: 2025-07-07T19:34:06.839Z (12 months ago)
- Topics: actions, influxdb, influxdb3, influxdb3-core
- Language: Shell
- Homepage: https://github.com/marketplace/actions/influxdb-3-core-action
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```