https://github.com/komminarlabs/pulumi-influxdb3
Pulumi provider for InfluxDB V3
https://github.com/komminarlabs/pulumi-influxdb3
database iiot influxdb influxdb3 iot provider pulumi pulumi-provider
Last synced: about 2 months ago
JSON representation
Pulumi provider for InfluxDB V3
- Host: GitHub
- URL: https://github.com/komminarlabs/pulumi-influxdb3
- Owner: komminarlabs
- License: apache-2.0
- Created: 2024-07-11T08:01:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T01:41:12.000Z (3 months ago)
- Last Synced: 2025-03-26T15:21:17.161Z (2 months ago)
- Topics: database, iiot, influxdb, influxdb3, iot, provider, pulumi, pulumi-provider
- Language: Python
- Homepage: https://www.pulumi.com/registry/packages/influxdb3
- Size: 698 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# InfluxDB V3 Resource Provider
The InfluxDB V3 Resource Provider lets you manage [InfluxDB V3](https://www.influxdata.com/products/influxdb-overview/#overview) resources.
## Supported InfluxDB flavours
* [InfluxDB Cloud Dedicated](https://www.influxdata.com/products/influxdb-cloud/dedicated/)
## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @komminarlabs/influxdb3
```or `yarn`:
```bash
yarn add @komminarlabs/influxdb3
```### Python
To use from Python, install using `pip`:
```bash
pip install komminarlabs-influxdb3
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/komminarlabs/pulumi-influxdb3/sdk/go/...
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package KomminarLabs.InfluxDB3
```## Configuration
The following configuration points are available for the `influxdb3` provider:
- `influxdb3:account_id` (environment: `INFLUXDB3_ACCOUNT_ID`) - The ID of the account that the cluster belongs to
- `influxdb3:cluster_id` (environment: `INFLUXDB3_CLUSTER_ID`) - The ID of the cluster that you want to manage
- `influxdb3:token` (environment: `INFLUXDB3_TOKEN`) - The InfluxDB management token## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/influxdb3/api-docs/).