Skip to content

Rakanixu/elastic-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### elastic-analytics

Parse CSV files and index into elasticsearch as plain JSON.

## Info

Data is imported as strings. If you are interested in time events you can create a new mapping with some field as date. 
Afterwards you can reindex existing data to a new index with desired mapping.

Have a look on elastic-mapping, you'll find a way to create a new index with a custom mapping. Once it exists, reidex data to newer index.

If you wan to filter data, have a look on elasti-query. DSL query will allow you to select data you are interested in.


# Run

go run main.go -path ~/Downloads/csv/

About

Export CSV data to elasticsearch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages