0.2.3 • Published 10 months ago

@komminarlabs/cratedb v0.2.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

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.

0.2.3

10 months ago

0.2.2

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.1.0

10 months ago