druid

package module
v0.0.0-...-23e8124 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

README

druid-go-client

Archived, please take a look at https://github.com/grafadruid/go-druid

Build status Go Report Card License

The interfaces are not stable yet. Please don't use it in production.

TODO

  • more query components
    • sorting
    • limit
    • virtual columns
    • having
  • more query types
    • timeseries
    • topn
    • search
    • timeboundary
    • segmentmetadata
    • datasourcemetadata
  • test converage
  • constructor methods to set type and default values

and more.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	URL string
}

func NewClient

func NewClient(url string) *Client

func (*Client) Query

func (c *Client) Query(query query.Query) ([]byte, error)

Jump to

Keyboard shortcuts

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