-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
4,777 additions
and
7,136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
COMPOSE_DOCKER_CLI_BUILD=1 | ||
COMPOSE_FILE="docker/docker-compose.yml" | ||
COMPOSE_PROJECT_NAME="druidgrafana" | ||
DRUID_VERSION="0.21.0" | ||
GRAFANA_VERSION="8.4.3" | ||
POSTGRES_VERSION="13.2" | ||
ZOOKEEPER_VERSION="3.6.2" | ||
DRUID_VERSION="24.0.0" | ||
GRAFANA_VERSION="9.1.6" | ||
POSTGRES_VERSION="14.5" | ||
ZOOKEEPER_VERSION="3.8.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM node:16-alpine3.15 | ||
ENV CGO_ENABLED=0 | ||
RUN apk add --no-cache go python3 && npm install -g [email protected] | ||
FROM node:16-alpine3.16 | ||
WORKDIR /workspace | ||
ENV CGO_ENABLED=0 | ||
RUN apk add --no-cache git go python3 && git config --global --add safe.directory /workspace && npm install -g [email protected] | ||
ENTRYPOINT ["tail", "-f"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,66 @@ | ||
module github.com/grafadruid/druid-grafana | ||
|
||
go 1.14 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/bitly/go-simplejson v0.5.0 | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/grafadruid/go-druid v0.0.5-0.20211224091918-d91fa9d1674a | ||
github.com/grafana/grafana-plugin-sdk-go v0.80.0 | ||
github.com/magefile/mage v1.11.0 | ||
github.com/grafana/grafana-plugin-sdk-go v0.140.0 | ||
github.com/magefile/mage v1.13.0 | ||
) | ||
|
||
require ( | ||
github.com/apache/arrow/go/arrow v0.0.0-20211112161151-bc219186db40 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cheekybits/genny v1.0.0 // indirect | ||
github.com/chromedp/cdproto v0.0.0-20220208224320-6efb837e6bc2 // indirect | ||
github.com/elazarl/goproxy v0.0.0-20220115173737-adb46da277ac // indirect | ||
github.com/fatih/color v1.7.0 // indirect | ||
github.com/getkin/kin-openapi v0.94.0 // indirect | ||
github.com/ghodss/yaml v1.0.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.5 // indirect | ||
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/flatbuffers v2.0.0+incompatible // indirect | ||
github.com/google/go-cmp v0.5.7 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect | ||
github.com/hashicorp/go-hclog v0.14.1 // indirect | ||
github.com/hashicorp/go-plugin v1.4.3 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.6.7 // indirect | ||
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.13.1 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattetti/filebuffer v1.0.1 // indirect | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.10 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect | ||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/oklog/run v1.0.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.8 // indirect | ||
github.com/prometheus/client_golang v1.12.1 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.32.1 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect | ||
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect | ||
golang.org/x/text v0.3.6 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/genproto v0.0.0-20210630183607-d20f26d13c79 // indirect | ||
google.golang.org/grpc v1.41.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.