Skip to content

olivere/streaming-bulk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming bulk API for Elasticsearch

This is just a proof of concept. Do not use in production.

This repository implements a streaming bulk API for Go. It streams documents directly to HTTP requests, committing them after a chunk of bytes have been written.

Compile with go build.

Then run e.g. via:

$ ./streaming-bulk -url=http://localhost:9200 -index=warehouse -type=product -n=100000 -max-size=1024 -fields=10

License

MIT

About

PoC for Elastic streaming bulk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages