Skip to content

KillrVideo/killrvideo-csv-to-opensearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KillrVideo CSV-to-OpenSearch

Data loader

This project takes a CSV file and loads it into a like-named index in OpenSearch.

Requirements

  • Java 25
  • Maven

Building

mvn clean package

Environment

export OPENSEARCH_HOST=openSearcHostname
export OPENSEARCH_PASSWORD=openSearchPassword
export OPENSEARCH_USERNAME=openSearchUsername

Running

To load the KillrVideo-data videos.csv file into an OpenSearch index named "videos", first copy videos.csv into the project's local data/ dir. Then run:

java -jar target/csv-to-opensearch-1.0-SNAPSHOT.jar videos.csv

About

A simple CSV loader for OpenSearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages