Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

example of elasticsearch importer in rust lang

Topics

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages