pulumi-rockset


Namepulumi-rockset JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing rockset cloud resources.
upload_time2023-12-09 01:10:32
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi rockset category/cloud
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Rockset Resource Provider

The Rockset Resource Provider lets you manage [Rockset](https://rockset.com) resources.

## Installing

This package is available for several languages/platforms:

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi_rockset
```

### Go

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

```bash
go get github.com/ddn0/pulumi-rockset/sdk/go/...
```

## Configuration

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

- `rockset:apiKey` (environment: `ROCKSET_APIKEY`) - the API key for Rockset
- `rockset:apiServer` (environment: `ROCKSET_APISERVER`) - the API endpoint for the region in which to deploy resources

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumi-rockset",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi rockset category/cloud",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bf/76/76cb2400027b84deb1f7dac05b42b2a75ad6796d41efe15cf3d73af760e2/pulumi_rockset-0.0.1.tar.gz",
    "platform": null,
    "description": "# Rockset Resource Provider\n\nThe Rockset Resource Provider lets you manage [Rockset](https://rockset.com) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi_rockset\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/ddn0/pulumi-rockset/sdk/go/...\n```\n\n## Configuration\n\nThe following configuration points are available for the `rockset` provider:\n\n- `rockset:apiKey` (environment: `ROCKSET_APIKEY`) - the API key for Rockset\n- `rockset:apiServer` (environment: `ROCKSET_APISERVER`) - the API endpoint for the region in which to deploy resources\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing rockset cloud resources.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/ddn0/pulumi-rockset"
    },
    "split_keywords": [
        "pulumi",
        "rockset",
        "category/cloud"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf7676cb2400027b84deb1f7dac05b42b2a75ad6796d41efe15cf3d73af760e2",
                "md5": "c9f31fdb184983a34569b8862519c818",
                "sha256": "fb5c0d74b5d305e71c8c2d12ec2b2bda83dda4a6ecaf9d721c8a1202dbdebb5f"
            },
            "downloads": -1,
            "filename": "pulumi_rockset-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c9f31fdb184983a34569b8862519c818",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 47431,
            "upload_time": "2023-12-09T01:10:32",
            "upload_time_iso_8601": "2023-12-09T01:10:32.975277Z",
            "url": "https://files.pythonhosted.org/packages/bf/76/76cb2400027b84deb1f7dac05b42b2a75ad6796d41efe15cf3d73af760e2/pulumi_rockset-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 01:10:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ddn0",
    "github_project": "pulumi-rockset",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-rockset"
}
        
Elapsed time: 3.40231s