Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Clickhouse ¶
type Clickhouse struct {
// contains filtered or unexported fields
}
Clickhouse storage object
func (*Clickhouse) Connection ¶
func (c *Clickhouse) Connection() (_ *sql.DB, err error)
Connection to clickhouse DB
func (*Clickhouse) Stream ¶
func (c *Clickhouse) Stream(options ...any) (strm eventstream.Streamer, err error)
Stream clickhouse processor
type Option ¶ added in v0.4.0
type Option func(store *Clickhouse)
Option of the clickhouse storage
func WithInitQuery ¶ added in v0.4.0
WithInitQuery which will be executed after connection
Click to show internal directories.
Click to hide internal directories.