clickhouse

package
v0.0.0-...-c6cbf5f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClickHouseClusterContainer

type ClickHouseClusterContainer struct {
	Container testcontainers.Container
	Compose   *testcontainers.LocalDockerCompose
	Context   context.Context

	Cluster   string
	Hosts     []string
	HostsHTTP []string
	Database  string
}

ClickHouseClusterContainer is a ClickHouse testcontainer

func NewClickhouseClusterContainer

func NewClickhouseClusterContainer(ctx context.Context) (*ClickHouseClusterContainer, error)

NewClickhouseClusterContainer creates new Clickhouse test container if CH_TEST_PORT is not defined. Otherwise uses db at defined port. This logic is required for running test at CI environment

func (*ClickHouseClusterContainer) Close

func (ch *ClickHouseClusterContainer) Close() error

Close terminates underlying docker container

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL