Steps to run the project :
step1: download/clone the project in your locale and build the project using below command in root folder (/UserDetails) mvn clean install
step2 : run the jar file in the target folder java -jar UserDetatils-0.0.1-SNAPSHOT.jar
Run the below urls for requird result
Search users with in range :
http://localhost:8081/users/0/100
http://localhost:8081/users/1/100
http://localhost:8081/users/2/100
Time taken for 1M records:
Sort Users with in the range :
http://localhost:8081/users/sort/0/100?sort=age,desc
http://localhost:8081/users/sort/0/100?sort=age,asc
http://localhost:8081/users/sort/0/100?sort=name,desc
http://localhost:8081/users/sort/0/100?sort=name,asc
Filter Users with Given value :
http://localhost:8081/users/filter/age?age=50