pulumiverse-cockroach


Namepulumiverse-cockroach JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://www.cockroachlabs.com/
SummaryA Pulumi package to create and managed Cockroach DB resources in Pulumi programs.
upload_time2024-05-27 09:54:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi cockroach pulumiverse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Cockroach Resource Provider

The cockroach resource provider for Pulumi lets you create resources in [Cockroach DB Cloud](https://www.cockroachlabs.com). To use
this package, please [install the Pulumi CLI first](https://pulumi.com/).

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```
$ npm install @pulumiverse/cockroach
```

or `yarn`:

```
$ yarn add @pulumiverse/cockroach
```

### Python

To use from Python, install using `pip`:

```
$ pip install pulumiverse_cockroach
```

### Go

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

```
$ go get github.com/pulumiverse/pulumi-cockroach/sdk/go/...
```

### .NET

To use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.


```
$ dotnet add package Pulumiverse.Cockroach
```

## Reference

See the Pulumi registry for API docs:

https://www.pulumi.com/registry/packages/cockroach/api-docs/



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cockroachlabs.com/",
    "name": "pulumiverse-cockroach",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi cockroach pulumiverse",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/89/03/970306ad15de399c3a619ae215f1337dcfa68158a4a93b9b1c65ce1d0c9a/pulumiverse_cockroach-0.2.3.tar.gz",
    "platform": null,
    "description": "\n# Cockroach Resource Provider\n\nThe cockroach resource provider for Pulumi lets you create resources in [Cockroach DB Cloud](https://www.cockroachlabs.com). To use\nthis package, please [install the Pulumi CLI first](https://pulumi.com/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```\n$ npm install @pulumiverse/cockroach\n```\n\nor `yarn`:\n\n```\n$ yarn add @pulumiverse/cockroach\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```\n$ pip install pulumiverse_cockroach\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n```\n$ go get github.com/pulumiverse/pulumi-cockroach/sdk/go/...\n```\n\n### .NET\n\nTo use from Dotnet, use `dotnet add package` to install into your project. You must specify the version if it is a pre-release version.\n\n\n```\n$ dotnet add package Pulumiverse.Cockroach\n```\n\n## Reference\n\nSee the Pulumi registry for API docs:\n\nhttps://www.pulumi.com/registry/packages/cockroach/api-docs/\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package to create and managed Cockroach DB resources in Pulumi programs.",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://www.cockroachlabs.com/",
        "Repository": "https://github.com/pulumiverse/pulumi-cockroach"
    },
    "split_keywords": [
        "pulumi",
        "cockroach",
        "pulumiverse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8903970306ad15de399c3a619ae215f1337dcfa68158a4a93b9b1c65ce1d0c9a",
                "md5": "ccb3d964dee393f2349ce81836780508",
                "sha256": "65502cb9671a62dadea906237ef10ae213d39779f88025e29fe424faa2477736"
            },
            "downloads": -1,
            "filename": "pulumiverse_cockroach-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "ccb3d964dee393f2349ce81836780508",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 36042,
            "upload_time": "2024-05-27T09:54:35",
            "upload_time_iso_8601": "2024-05-27T09:54:35.902478Z",
            "url": "https://files.pythonhosted.org/packages/89/03/970306ad15de399c3a619ae215f1337dcfa68158a4a93b9b1c65ce1d0c9a/pulumiverse_cockroach-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-27 09:54:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-cockroach",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-cockroach"
}
        
Elapsed time: 0.52839s