A Pulumi package for creating and managing InfluxDB resources.
Project description
InfluxDB Resource Provider
The InfluxDB Resource Provider lets you manage InfluxDB resources.
Supported InfluxDB flavours
v3
v2
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:
npm install @thulasirajkomminar/influxdb
or yarn:
yarn add @thulasirajkomminar/influxdb
Python
To use from Python, install using pip:
pip install thulasirajkomminar_influxdb
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/thulasirajkomminar/pulumi-influxdb/sdk/go/...
.NET
To use from .NET, install using dotnet add package:
dotnet add package ThulasirajKomminar.InfluxDB
Configuration
The following configuration points are available for the influxdb provider:
influxdb:password(environment:INFLUXDB_PASSWORD) - The InfluxDB passwordinfluxdb:token(environment:INFLUXDB_TOKEN) - An InfluxDB token stringinfluxdb:url(environment:INFLUXDB_URL) - The InfluxDB server URLinfluxdb:username(environment:INFLUXDB_USERNAME) - The InfluxDB username
Authentication
The InfluxDB provider supports two authentication methods:
- Token-based authentication (recommended).
- Username and password authentication.
Authentication Priority
When both authentication methods are provided, token authentication takes priority. This means:
- If both
tokenandusername/passwordare configured, the provider will use token authentication - Token authentication is the recommended method for better security and simplicity
- Username/password authentication is used only when no token is provided
Reference
For detailed reference documentation, please visit the Pulumi registry.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file thulasirajkomminar_influxdb-1.6.0.tar.gz.
File metadata
- Download URL: thulasirajkomminar_influxdb-1.6.0.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c3e2ff3e98b22a1068cd28d72f1c82a52e5bdd2a7ce1e79da2cebe6966e2641
|
|
| MD5 |
94940780fc59d982a06c1c754937fefb
|
|
| BLAKE2b-256 |
c55334023ace9890b92edbee11b7540c52dff5149f45276bb2e27f9b379de0e7
|
File details
Details for the file thulasirajkomminar_influxdb-1.6.0-py3-none-any.whl.
File metadata
- Download URL: thulasirajkomminar_influxdb-1.6.0-py3-none-any.whl
- Upload date:
- Size: 48.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbbc035b8dbf3d2e699ab174c8b972ac05eb79be94e7d12cac815a0e3ea647eb
|
|
| MD5 |
ab7a16c25b6471b303c1462071b0672b
|
|
| BLAKE2b-256 |
4f38f419b9a0bdddf5503f0632fd8f2a6102bda21d893b1f91eb9d1e3f2ed1f9
|