A Pulumi package for creating and managing Clickhouse Cloud resources. Based on terraform-provider-clickhouse: version v1.0.0
npm install @pulumiverse/clickhouseThe Clickhouse Resource Provider lets you manage clickhouse resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm:
``bash`
npm install @pulumiverse/clickhouse
or yarn:
`bash`
yarn add @pulumiverse/clickhouse
To use from Python, install using pip:
`bash`
pip install pulumiverse_clickhouse
To use from Go, use go get to grab the latest version of the library:
`bash`
go get github.com/pulumiverse/pulumi-clickhouse/sdk/go/...
To use from .NET, install using dotnet add package:
`bash``
dotnet add package Pulumiverse.Clickhouse
For detailed reference documentation, please visit the Pulumi registry.
If you run into any issue, please file and issue in the github repository, or
come ask us for help in the moose community
Please make a PR adding your company or product if you are using this
provider in production.
* Boreal hosting platform for Moose projects (open source developer framework for data engineering workloads)