The CrateDB Resource Provider lets you manage CrateDB resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @komminarlabs/cratedb
or yarn
:
yarn add @komminarlabs/cratedb
To use from Python, install using pip
:
pip install komminarlabs-cratedb
To use from Go, use go get
to grab the latest version of the library:
go get github.com/komminarlabs/pulumi-cratedb/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package KomminarLabs.CrateDB
The following configuration points are available for the cratedb
provider:
cratedb:api_key
(environment:CRATEDB_API_KEY
) - The API keycratedb:api_secret
(environment:CRATEDB_API_SECRET
) - The API secretcratedb:url
(environment:CRATEDB_URL
) - The CrateDB Cloud URL
For detailed reference documentation, please visit the Pulumi registry.