Skip to content

komminarlabs/pulumi-cratedb

Repository files navigation

CrateDB Resource Provider

The CrateDB Resource Provider lets you manage CrateDB 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:

npm install @komminarlabs/cratedb

or yarn:

yarn add @komminarlabs/cratedb

Python

To use from Python, install using pip:

pip install komminarlabs-cratedb

Go

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

go get github.com/komminarlabs/pulumi-cratedb/sdk/go/...

.NET

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

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.