Redis Data Loader
This app uses Jedis (Jedis Pipelining) to load data into a Redis DB as Hash or JSON objects from a template file.
See sample file data-template-stock-trades.json
To run the application.
#1 Download the repository from GIT (check pom.xml for maven dependencies)
#2 Create a .properties with connection details (use config.properties as the template)
#3 Execute App.java for loading sample data, bulk deletion etc
#4 Execute AppSearch.java for creating a search index from a template file and running search queries.
See sample file index-def-trades.json for Search Index definitions.