Skip to content

johtani/bulk2es-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulk loader ndjson to Elasticsearch

License: MIT

Load new line delimited JSON(ndjson) files that looks like generated by wikidata-filter to Elasticsearch.

Requirements

  • elasticsearch & index

Support search engines

  • Elasticsearch >=7.x

Usage

Sample setting yaml in sample directory. See ./sample directory.

Prepare

For Elasticsearch, sample index settings/mappings in ./sample directory. This sample mapping came from wikidata-filter json.

Load command

Show help with the following command::

$ ./target/release/bin/bulk2es -h

Options

$ ./target/release/bin/bulk2es -c <SEARCH_ENGINE_CONFIG> <INPUT_DIR>

About

Bulk load NDJSON to elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages