Upgrades on Sharded Clusters
In MongoDB upgrade sharded cluster from one mongoDB version to another. step-by-step guide for mongoDB upgradation.
Upgrades on Sharded Clusters Read More »
In MongoDB upgrade sharded cluster from one mongoDB version to another. step-by-step guide for mongoDB upgradation.
Upgrades on Sharded Clusters Read More »
What is Config Servers in MongoDB? well, config server MongoDB is basically used when you go for sharding of your data.
What is Config Servers in mongoDB Read More »
MongoDB questions for practice series is used for cracking your MongoDB interview. I tried to put together some questions in a different section of MongoDB
Understanding of High Availability of nonfunctional requirements is not easy, it’s an art with science. Being an architect, it is very important to understand cost vs acceptable downtime. I mean to say, how much cost you are going to invest on servers and how much your acceptance on downtime? These are essential things before committing
Understanding of High Availability NFR (Non Functional Requirement) Read More »
What is distributed system? Sometimes, this is very critical to define a system, whether the provided system is distributed or not? well, so this completely depends on the surrounding attributes which you are looking for.
What is Distributed System Read More »
JAX-RS cookie example using @CookieParam annotation in Jersey rest API, for retrieving cookie parameter in Jersey rest API. Server can store state information in cookies on the client, and the same can be retrieved that information when the client makes its next request. Many web applications use cookies to set up a session between the
JAX-RS : Get Cookie value using @CookieParam in Jersey Read More »
JAX-RS headerparam used for binding of request header values and retrieving of header param values in the controller.
JAX-RS : Binding of Request header using @HeaderParam in Jersey Read More »
JAX-RS path parameter using @PathParam annotation for retrieving path param variables.
JAX-RS: How to Get Values from @PathParam in Jersey Read More »
In JAX-RS, mapping of formParam in the controller/service method is very easy by using @FormParam annotation.
JAX-RS : Binding of Html Form Fields Using @FormParam annotation in Jersey Read More »
Install MongoDB CentOS Linux or RedHat Enterprise Linux with step by step process.
How to Install MongoDB 3.2 on CentOS 6.5 or Redhat Enterprise Linux Read More »