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

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.

Understanding of CAP Theorem Read More »

What is ConcurrentModificationException in Java?

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.

What is ConcurrentModificationException in Java? Read More »

How to Delete Index in ElasticSearch?

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 Index in ElasticSearch? Read More »

How to Delete Document in ElasticSearch?

Ranjeet Jha / elastic / 1 Comment

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

How to Delete Document in ElasticSearch? Read More »

CRUD Operations on Elastic Search Using Rest client

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.

CRUD Operations on Elastic Search Using Rest client Read More »

Install ElasticSearch on Windows

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.

Install ElasticSearch on Windows Read More »

Date Range Query on ObjectId in MongoDB

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).

Date Range Query on ObjectId in MongoDB Read More »

How to Write Your Custom Exception in Java

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.

How to Write Your Custom Exception in Java Read More »

Insert Select Update Delete data in Cassandra using cqlsh

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.

Insert Select Update Delete data in Cassandra using cqlsh Read More »

Table in Apache Cassandra

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.

Table in Apache Cassandra Read More »

← Previous 1 … 17 18 19 … 28 Next →