proxy.golang.org : github.com/elastic/go-docappender : v1.1.1
Package docappender provides an API for append-only bulk document indexing into Elasticsearch. This package provides an intentionally simpler and more restrictive API than the go-elasticsearch/esutil.BulkIndexer API; it is not intended to cover all bulk API use cases. It is intended to be used for conflict-free, append-only indexing into Elasticsearch data streams.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/elastic/go-docappender@v1.1.1
Published:
Indexed:
Related tag:
v1.1.1
Loading...
Readme
Loading...
Dependencies
- github.com/armon/go-radix v1.0.0
- github.com/davecgh/go-spew v1.1.1
- github.com/elastic/elastic-transport-go/v8 v8.4.0
- github.com/elastic/go-elasticsearch/v8 v8.12.1
- github.com/elastic/go-sysinfo v1.7.1
- github.com/elastic/go-windows v1.0.1
- github.com/go-logr/logr v1.4.1
- github.com/go-logr/stdr v1.2.2
- github.com/google/go-cmp v0.6.0
- github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
- github.com/json-iterator/go v1.1.12
- github.com/klauspost/compress v1.17.7
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.2
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/prometheus/procfs v0.7.3
- github.com/stretchr/testify v1.9.0
- go.elastic.co/apm/module/apmelasticsearch/v2 v2.5.0
- go.elastic.co/apm/module/apmhttp/v2 v2.5.0
- go.elastic.co/apm/module/apmzap/v2 v2.5.0
- go.elastic.co/apm/v2 v2.5.0
- go.elastic.co/fastjson v1.3.0
- go.opentelemetry.io/otel v1.24.0
- go.opentelemetry.io/otel/metric v1.24.0
- go.opentelemetry.io/otel/sdk v1.24.0
- go.opentelemetry.io/otel/sdk/metric v1.24.0
- go.opentelemetry.io/otel/trace v1.24.0
- go.uber.org/multierr v1.10.0
- go.uber.org/zap v1.27.0
- golang.org/x/sync v0.6.0
- golang.org/x/sys v0.17.0
- gopkg.in/yaml.v3 v3.0.1
- howett.net/plist v1.0.0