komminarlabs-influxdb


Namekomminarlabs-influxdb JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://www.influxdata.com
SummaryA Pulumi package for creating and managing InfluxDB resources.
upload_time2024-04-16 12:41:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi influxdb category/database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # InfluxDB Resource Provider

The InfluxDB Resource Provider lets you manage [InfluxDB](https://www.influxdata.com/) resources.

## 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/influxdb
```

or `yarn`:

```bash
yarn add @komminarlabs/influxdb
```

### Python

To use from Python, install using `pip`:

```bash
pip install komminarlabs_influxdb
```

### Go

To use from Go, use `go get` to grab the latest version of the library:

```bash
go get github.com/komminarlabs/pulumi-influxdb/sdk/go/...
```

### .NET

To use from .NET, install using `dotnet add package`:

```bash
dotnet add package KomminarLabs.InfluxDB
```

## Configuration

The following configuration points are available for the `influxdb` provider:

- `influxdb:url` (environment: `INFLUXDB_URL`) - The InfluxDB Cloud Dedicated server URL
- `influxdb:token` (environment: `INFLUXDB_TOKEN`) - An InfluxDB token string

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/influxdb/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.influxdata.com",
    "name": "komminarlabs-influxdb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi influxdb category/database",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/57/a2/88a90137dde50095c606acbe354441d60630efa2cfe06fc9b208dc06a66f/komminarlabs_influxdb-1.1.0.tar.gz",
    "platform": null,
    "description": "# InfluxDB Resource Provider\n\nThe InfluxDB Resource Provider lets you manage [InfluxDB](https://www.influxdata.com/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @komminarlabs/influxdb\n```\n\nor `yarn`:\n\n```bash\nyarn add @komminarlabs/influxdb\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install komminarlabs_influxdb\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/komminarlabs/pulumi-influxdb/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package KomminarLabs.InfluxDB\n```\n\n## Configuration\n\nThe following configuration points are available for the `influxdb` provider:\n\n- `influxdb:url` (environment: `INFLUXDB_URL`) - The InfluxDB Cloud Dedicated server URL\n- `influxdb:token` (environment: `INFLUXDB_TOKEN`) - An InfluxDB token string\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/influxdb/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing InfluxDB resources.",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://www.influxdata.com",
        "Repository": "https://github.com/komminarlabs/pulumi-influxdb"
    },
    "split_keywords": [
        "pulumi",
        "influxdb",
        "category/database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57a288a90137dde50095c606acbe354441d60630efa2cfe06fc9b208dc06a66f",
                "md5": "2fdac2d57f51187f64cf4b70c963de19",
                "sha256": "73b38e620f2a6b2666eebcffcb94ff6e5768077900b63955996aa85a11c61149"
            },
            "downloads": -1,
            "filename": "komminarlabs_influxdb-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2fdac2d57f51187f64cf4b70c963de19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15429,
            "upload_time": "2024-04-16T12:41:24",
            "upload_time_iso_8601": "2024-04-16T12:41:24.497003Z",
            "url": "https://files.pythonhosted.org/packages/57/a2/88a90137dde50095c606acbe354441d60630efa2cfe06fc9b208dc06a66f/komminarlabs_influxdb-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 12:41:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "komminarlabs",
    "github_project": "pulumi-influxdb",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "komminarlabs-influxdb"
}
        
Elapsed time: 0.23085s