Skip to content

Commit

Permalink
chore: Remove fluxd
Browse files Browse the repository at this point in the history
Fluxd is no longer necessary as the influxd and InfluxDB OSS both
implement the /v2/query endpoint.
  • Loading branch information
nathanielc committed Sep 26, 2018
1 parent 7ff3361 commit 58c994f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 395 deletions.
30 changes: 0 additions & 30 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
project_name: platform
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 386
main: ./cmd/fluxd/
ldflags: -s -w -X main.commit={{.Commit}}
binary: fluxd
flags:
- -tags=assets
env:
- GO111MODULE=on
- goos:
- linux
- darwin
Expand Down Expand Up @@ -93,12 +69,6 @@ s3:
folder: "flux/nightlies/"

dockers:
-
binary: fluxd
image: quay.io/influxdb/flux
dockerfile: docker/flux/Dockerfile
extra_files:
- docker/flux/entrypoint.sh
-
binary: influxd
image: quay.io/influxdb/influx
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ PRECANNED := $(shell find chronograf/canned -name '*.json')
# List of binary cmds to build
CMDS := \
bin/$(GOOS)/influx \
bin/$(GOOS)/influxd \
bin/$(GOOS)/fluxd
bin/$(GOOS)/influxd

# List of utilities to build as part of the build process
UTILS := \
Expand Down
28 changes: 0 additions & 28 deletions cmd/fluxd/README.md

This file was deleted.

264 changes: 0 additions & 264 deletions cmd/fluxd/main.go

This file was deleted.

Loading

0 comments on commit 58c994f

Please sign in to comment.