Skip to content

Khajavali574/user-search-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

user-search-api

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:

image

image

image

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

image

image

Filter Users with Given value :

http://localhost:8081/users/filter/age?age=50

http://localhost:8081/users/filter/name?name=drbomqoisx

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages