0.3.0 • Published 8 months ago
@komminarlabs/cratedb v0.3.0
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/cratedbor yarn:
yarn add @komminarlabs/cratedbPython
To use from Python, install using pip:
pip install komminarlabs-cratedbGo
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.CrateDBConfiguration
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
Reference
For detailed reference documentation, please visit the Pulumi registry.