Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 478 Bytes

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