Skip to content

bdremadhav/IndixAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indix Key Value Store

Configure list of ports in src/main/resources/config.properties and deploy war file in configured (Tomcat) servers.

Put data to map of one server(port eg: 4455). It is replicated to all other configured servers(port eg: 4466)

$ curl -H "Content-type: application/json" -XPOST http://localhost:4455/set/key -d 'VALUE'

OK

Get data from any servers(port eg: 4466)

$ curl -H "Accept: application/json" http://localhost:4466/get/key

VALUE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages