proxy.golang.org : github.com/influxdata/kapacitor : v1.6.0
A data pipeline processing engine. See the README for more complete examples and guides. Code Organization: The pipeline package provides an API for how nodes can be connected to form a pipeline. The individual implementations of each node exist in this kapacitor package. The reason for the separation is to keep the exported API from the pipeline package clean as it is consumed via the TICKscripts (a DSL for Kapacitor). Other Concepts: Stream vs Batch -- Use of the word 'stream' indicates data arrives a single data point at a time. Use of the word 'batch' indicates data arrives in sets or batches or data points. Task -- A task represents a concrete workload to perform. It consists of a pipeline and an identifying name. Basic CRUD operations can be performed on tasks. Task Master -- Responsible for executing a task in a specific environment. Replay -- Replays static datasets against tasks.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/influxdata/[email protected]
Published:
Indexed:
Related tag:
v1.6.0
- github.com/BurntSushi/toml v0.3.1
- github.com/armon/go-metrics v0.3.6
- github.com/aws/aws-sdk-go v1.38.3
- github.com/benbjohnson/clock v1.1.0
- github.com/benbjohnson/tmpl v1.0.0
- github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
- github.com/cenkalti/backoff v2.2.1+incompatible
- github.com/cespare/xxhash v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/dgryski/go-bits v0.0.0-20180113010104-bd8a69a71dc2
- github.com/docker/docker v20.10.5+incompatible
- github.com/dustin/go-humanize v1.0.0
- github.com/eclipse/paho.mqtt.golang v1.2.0
- github.com/evanphx/json-patch v4.9.0+incompatible
- github.com/frankban/quicktest v1.11.0
- github.com/geoffgarside/ber v0.0.0-20170306085127-854377f11dfb
- github.com/ghodss/yaml v1.0.0
- github.com/golang/protobuf v1.4.3
- github.com/google/btree v1.0.0
- github.com/google/go-cmp v0.5.5
- github.com/google/gofuzz v1.2.0
- github.com/google/uuid v1.1.2
- github.com/gophercloud/gophercloud v0.17.0
- github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75
- github.com/hashicorp/go-hclog v0.14.1
- github.com/hashicorp/go-immutable-radix v1.3.0
- github.com/hashicorp/go-msgpack v1.1.5
- github.com/hashicorp/go-uuid v1.0.2
- github.com/hashicorp/golang-lru v0.5.4
- github.com/influxdata/cron v0.0.0-20201006132531-4bb0a200dcbe
- github.com/influxdata/flux v0.116.1-0.20210519190248-4347b978c91a
- github.com/influxdata/httprouter v1.3.1-0.20191122104820-ee83e2772f69
- github.com/influxdata/influx-cli/v2 v2.0.0-20210526124422-63da8eccbdb7
- github.com/influxdata/influxdb v1.8.4
- github.com/influxdata/influxdb/v2 v2.0.1-alpha.10.0.20210507184756-dc72dc3f0c07
- github.com/influxdata/pkg-config v0.2.7
- github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368
- github.com/influxdata/wlog v0.0.0-20160411224016-7c63b0a71ef8
- github.com/k-sone/snmpgo v3.2.0+incompatible
- github.com/kimor79/gollectd v1.0.0
- github.com/mailru/easyjson v0.7.7
- github.com/mitchellh/copystructure v1.0.0
- github.com/mitchellh/go-testing-interface v1.14.0
- github.com/mitchellh/mapstructure v1.4.1
- github.com/mitchellh/reflectwalk v1.0.1
- github.com/onsi/ginkgo v1.14.2
- github.com/onsi/gomega v1.10.3
- github.com/opentracing/opentracing-go v1.2.0
- github.com/pierrec/lz4 v2.5.2+incompatible
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.10.0
- github.com/prometheus/common v0.20.0
- github.com/prometheus/prometheus v1.8.2-0.20210331101223-3cafc58827d1
- github.com/rakyll/statik v0.1.7
- github.com/segmentio/kafka-go v0.3.10
- github.com/serenize/snaker v0.0.0-20161123064335-543781d2b79b
- github.com/shurcooL/go v0.0.0-20170331015642-20b4b0a35211
- github.com/shurcooL/markdownfmt v0.0.0-20170214213350-10aae0a270ab
- github.com/stretchr/testify v1.7.0
- github.com/uber/jaeger-client-go v2.28.0+incompatible
- github.com/urfave/cli/v2 v2.3.0
- go.etcd.io/bbolt v1.3.5
- go.uber.org/zap v1.14.1
- golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
- google.golang.org/protobuf v1.25.0
- gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
- gopkg.in/gomail.v2 v2.0.0-20150902115704-41f357289737
- k8s.io/api v0.21.0
- k8s.io/apimachinery v0.21.0
- k8s.io/client-go v0.21.0