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

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

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/).