Skip to content

Stock Search that provides autocomplete suggestions while searching for stocks - Java, Spring Boot, Elastic Search and Spring Data JPA

Notifications You must be signed in to change notification settings

prasad-kancharla/StockSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockSearch

Tech Stack Used: Java 11, Spring Boot, Elastic Search, Spring Data JPA

STEP 1: Install Elastic Search using the below link

https://www.elastic.co/downloads/past-releases/elasticsearch-6-5-1

STEP 2: Navigate to Config folder and open elasticsearch.yml. Uncomment 'cluster.name:' property & update it as below

cluster.name: stocksearch

STEP 3: Navigate to bin folder and open terminal at this path. Type the below command and press enter

elasticsearch.bat

STEP 4: Open browser and visit the below url to see the details of elastic search.

http://localhost:9200/

Now Run the Application.java from IDE

(Optional) STEP 5: Open Postman and import postman collection by following the below steps

File -> Import -> Upload Files -> select stock_search .postman_collection

Please use the TestStocks.xlsx as a sample excel sheet for your reference

About

Stock Search that provides autocomplete suggestions while searching for stocks - Java, Spring Boot, Elastic Search and Spring Data JPA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages