proxy.golang.org : github.com/elastic/go-docappender : v0.2.0
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
purl: pkg:golang/github.com/elastic/go-docappender@v0.2.0
Published:
Indexed:
Related tag:
v0.2.0
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.3.0
- github.com/elastic/go-elasticsearch/v8 v8.8.2
- github.com/elastic/go-sysinfo v1.7.1
- github.com/elastic/go-windows v1.0.1
- github.com/goccy/go-json v0.10.2
- github.com/google/go-cmp v0.5.4
- github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901
- 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.8.4
- go.elastic.co/apm/module/apmelasticsearch/v2 v2.4.3
- go.elastic.co/apm/module/apmhttp/v2 v2.4.3
- go.elastic.co/apm/module/apmzap/v2 v2.4.3
- go.elastic.co/apm/v2 v2.4.3
- go.elastic.co/fastjson v1.3.0
- go.uber.org/atomic v1.7.0
- go.uber.org/multierr v1.6.0
- go.uber.org/zap v1.24.0
- golang.org/x/sync v0.3.0
- golang.org/x/sys v0.8.0
- gopkg.in/yaml.v3 v3.0.1
- howett.net/plist v1.0.0