https://github.com/komminarlabs/pulumi-cratedb
Pulumi provider for CrateDB
https://github.com/komminarlabs/pulumi-cratedb
cratedb iiot pulumi pulumi-provider timeseries-database
Last synced: about 2 months ago
JSON representation
Pulumi provider for CrateDB
- Host: GitHub
- URL: https://github.com/komminarlabs/pulumi-cratedb
- Owner: komminarlabs
- License: apache-2.0
- Created: 2024-10-08T13:28:55.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:19:38.000Z (about 2 months ago)
- Last Synced: 2025-04-10T14:49:18.681Z (about 2 months ago)
- Topics: cratedb, iiot, pulumi, pulumi-provider, timeseries-database
- Language: Python
- Homepage: https://www.pulumi.com/registry/packages/cratedb
- Size: 468 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/).