# CrateDB Resource Provider
The CrateDB Resource Provider lets you manage [CrateDB](https://cratedb.com/database/) 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/cratedb
```
or `yarn`:
```bash
yarn add @komminarlabs/cratedb
```
### Python
To use from Python, install using `pip`:
```bash
pip install komminarlabs-cratedb
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/komminarlabs/pulumi-cratedb/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package KomminarLabs.CrateDB
```
## Configuration
The following configuration points are available for the `cratedb` provider:
- `cratedb:api_key` (environment: `CRATEDB_API_KEY`) - The API key
- `cratedb:api_secret` (environment: `CRATEDB_API_SECRET`) - The API secret
- `cratedb:url` (environment: `CRATEDB_URL`) - The CrateDB Cloud URL
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cratedb/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://www.cratedb.com",
"name": "komminarlabs-cratedb",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "pulumi cratedb category/database",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/35/3d/311fb8b39aaaa777a8b5fa342ec0ac75c7c7494ac414db784088e559857b/komminarlabs_cratedb-0.2.1.tar.gz",
"platform": null,
"description": "# CrateDB Resource Provider\n\nThe CrateDB Resource Provider lets you manage [CrateDB](https://cratedb.com/database/) 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/cratedb\n```\n\nor `yarn`:\n\n```bash\nyarn add @komminarlabs/cratedb\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install komminarlabs-cratedb\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-cratedb/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package KomminarLabs.CrateDB\n```\n\n## Configuration\n\nThe following configuration points are available for the `cratedb` provider:\n\n- `cratedb:api_key` (environment: `CRATEDB_API_KEY`) - The API key\n- `cratedb:api_secret` (environment: `CRATEDB_API_SECRET`) - The API secret\n- `cratedb:url` (environment: `CRATEDB_URL`) - The CrateDB Cloud URL\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/cratedb/api-docs/).\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing CrateDB resources.",
"version": "0.2.1",
"project_urls": {
"Homepage": "https://www.cratedb.com",
"Repository": "https://github.com/komminarlabs/pulumi-cratedb"
},
"split_keywords": [
"pulumi",
"cratedb",
"category/database"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "353d311fb8b39aaaa777a8b5fa342ec0ac75c7c7494ac414db784088e559857b",
"md5": "1dae569bf822bbd569bc89ce92674e12",
"sha256": "6222a801103fb09ec0aefc0c1dcb777cfc26ab9f196c7e1557f671b9897eac61"
},
"downloads": -1,
"filename": "komminarlabs_cratedb-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "1dae569bf822bbd569bc89ce92674e12",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19824,
"upload_time": "2024-10-15T09:29:55",
"upload_time_iso_8601": "2024-10-15T09:29:55.830118Z",
"url": "https://files.pythonhosted.org/packages/35/3d/311fb8b39aaaa777a8b5fa342ec0ac75c7c7494ac414db784088e559857b/komminarlabs_cratedb-0.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-15 09:29:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "komminarlabs",
"github_project": "pulumi-cratedb",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "komminarlabs-cratedb"
}