Skip to content

mySoftKey

  • Home
  • java
    • jee
    • Webservices
    • design pattern
    • servlet
    • jsp
  • NOSQL
    • mongodb
    • cassandra
    • elastic
    • OrientDB
    • redis
    • spark
  • Spring
  • Hibernate
  • Misc
    • data structure algorithm
    • architecture
    • linux
    • Data Storage
    • data analytics
    • Security
    • digital payment
    • SQL
    • poetry
  • Tutorials
    • MongoDB Videos
  • Contact Us
    • about-us
    • Privacy Policy

Understanding of CAP Theorem

By Ranjeet Jha / architecture / 8 Comments

Learn different aspects of CAP theorem or Brewer’s theorem for choosing databases, history of CAP theorem, basic use case of CAP theorem. CAP: Consistency, Availability, and Partition tolerance in database.

What is ConcurrentModificationException in Java?

By Ranjeet Jha / java / Leave a Comment

Every Java developer encountered ConcurrentModificationException in Java his/her life specially in early development days. How to avoid ConcurrentModificationException, how to overcome this exception either in multi-threaded or single-threaded environment.

How to Delete Index in ElasticSearch?

By Ranjeet Jha / elastic / 2 Comments

Learn how to delete index in elasticSearch using. Delete either documents or type or index using browser, cUrl, postman or rest client. delete carefully on production environment.

How to Delete Document in ElasticSearch?

By Ranjeet Jha / elastic / 1 Comment

Learn how to Delete Document in ElasticSearch. delete by id, delete by name, delete by matching criteria, etc.

CRUD Operations on Elastic Search Using Rest client

By Ranjeet Jha / elastic / 1 Comment

Learn CRUD Operations on Elastic Search Using Rest client. CRUD (create index, read/get content from index, Update index, and delete indexed data) operations using Rest client. You can do this via fiddler or Google’s Advance Rest Client plugin embedded in side the Crome browser.

Install ElasticSearch on Windows

By Ranjeet Jha / elastic / 1 Comment

Step-by-Step process to install elasticSearch on Windows. Learn how to install elastic search on window in simple steps.

Date Range Query on ObjectId in MongoDB

By Ranjeet Jha / mongodb / Leave a Comment

How to write a date range query on ObjectId in MongoDB or date range query on _id in MongoDB? You can query on ObjectId or _id of MongoDB either greater than ($gt) or less than date ($lt).

How to Write Your Custom Exception in Java

By Ranjeet Jha / java / Leave a Comment

Learn example of how to write your Custom Exception in Java. Best practice of custom exception Java example with working java program.

Insert Select Update Delete data in Cassandra using cqlsh

By Ranjeet Jha / cassandra / Leave a Comment

CRUD operations using cqlsh in Apache Cassandra. How to perform CRUD (Create, Read, Update and Delete ) Operation in Cassandra using cqlsh.

Table in Apache Cassandra

By Ranjeet Jha / cassandra / 1 Comment

Learn Apache Cassandra table, create table in Cassandra, describe table in cassandra, create table with ID, alter table in cassandra. drop table in cassandra.

Posts navigation

← Previous Page 1 … 17 18 19 … 28 Next Page →

Recent Posts

  • 7 Steps of Building right application
  • How to create SessionFactory in Hibernate?
  • How-to know 64-bit or 32-bit OS of Window
  • 3 default database in MongoDB
  • mongoDB-essentials
  • My First Poem “Silence”
  • What is Document in MongoDB?

Popular Post

  • How to do zip and unzip file in Ubuntu Linux?
  • How to use forEach Loop in mongoDB to manipulate document
  • Difference Between DOM and SAX parser in java
  • 4 phases of SSL protocol
  • GRASP Design Principles

Tags

algorithms (10) annotation (3) architecture (4) auth (3) big data (4) cassandra (10) collection framework (11) core java (22) data storage (12) datastructure (6) design pattern (20) digital payment (3) dom (5) elastic (6) faq (6) hashmap (4) hibernate (10) installation (9) interview (21) java (52) javaee (4) javaWebservice (9) jax-rs (10) JAX-WS (7) jaxb (8) jdbc (3) JEE (5) jersey (10) linux (19) maven (3) mongoDB (51) mongodbSecurity (4) nosql (22) orm (7) replicaset (3) rest (4) security (7) sorting (3) spring (7) thread (4) tutorials (3) webservice (4) webservices (11) xml (12) xml parser (3)