Skip to content

rustid/example-importer-search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elasticsearch importer example

This piece of code will give you example how to import data to elastic search.

Elasticsearch Map

Eventhough ES will be able to receive and process dynamic / not defined scheme but it is considered best practice to have defined map.

{
    "mappings" : {
        "name" : {
            
        },
        "address" : {
            
        }
    }
}

To do

  • Give more structure
  • Get data from db / sqlite

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%