Skip to content
CoderSathi
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git

mongodb

MongoCollection in Spring Boot

September 14, 2023July 9, 2022 by Coder Sathi
check MongoDb database size

In this post, we will learn to use a MongoCollection instance for database operations in the Spring Boot application. We …

Read More MongoCollection in Spring Boot

Logging MongoDB Queries in Java?

March 7, 2024July 5, 2022 by Coder Sathi

In this post, we will learn to enable logging MongoDB queries in Java. For this example, we need a MongoDB …

Read More Logging MongoDB Queries in Java?

MongoDB useful commands

February 27, 2024January 16, 2022 by Coder Sathi
check MongoDb database size

MongoDB, a popular NoSQL database, empowers developers with flexibility and scalability. Whether you’re a beginner or an experienced user, mastering …

Read More MongoDB useful commands

How to check if field exists in MongoDb?

July 5, 2023November 30, 2021 by Coder Sathi
How to check if field exists in MongoDb?

In MongoDB, we can check whether the field exists or not in two different ways: Ignore field using $exists operator …

Read More How to check if field exists in MongoDb?

Install MongoDB BI Connector on Ubuntu

February 16, 2024August 6, 2021 by Coder Sathi
Install MongoDB BI Connector on Ubuntu

MongoDB BI Connector is a connector that allows us to use MongoDB as a data source for SQL-based BI (Business …

Read More Install MongoDB BI Connector on Ubuntu

How to install MySQL ODBC driver in Ubuntu

March 6, 2024August 6, 2021 by Coder Sathi

MySQL is one of the most popular relational database management systems used by businesses and developers worldwide. However, in order …

Read More How to install MySQL ODBC driver in Ubuntu

Connect To MongoDB using Compass Via SSH Tunnel

January 8, 2025July 24, 2021 by Coder Sathi

Overview Let’s say, you have a MongoDB database server in your private subnet, which means you can’t connect or access …

Read More Connect To MongoDB using Compass Via SSH Tunnel

[Solved]- DNSHostNotFound: Failed to look up service “”: DNS name does not exist issue while connecting to MongoDb Atlas

May 20, 2024March 23, 2021 by Coder Sathi

When we try to connect MongoDB Atlas from our local computer we may face DNSHostNotFound: Failed to look up service …

Read More [Solved]- DNSHostNotFound: Failed to look up service “”: DNS name does not exist issue while connecting to MongoDb Atlas

What is MongoDB Atlas?

May 27, 2023January 9, 2021 by Coder Sathi

In today’s fast-paced digital world, businesses need a reliable, scalable, and high-performance database that can handle large amounts of data. …

Read More What is MongoDB Atlas?

How to remove MongoDb service from Ubuntu?

September 14, 2023September 4, 2020 by Coder Sathi
git change remote url

Following is the script to remove MongoDb service from Ubuntu. Note: I have tested in my Ubuntu version Ubuntu 18.04

Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 Next →
+ Load More Post

Recent Posts

  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Java 8+ String Enhancements: New Methods and Best Practices
  • Java String Security: Handling Passwords, SQL, and User Input
  • Java Special Characters: Escaping, Unicode, and Text Blocks
  • Java Regex Tutorial: Pattern, Matcher, and Practical Examples
  • Java String Manipulation: Replace, Split, and Join
  • Java String Performance: Optimize Concatenation with StringBuilder
  • Java String Formatting Guide: printf(), String.format(), and More
  • Java String Comparison: equals(), ==, and compareTo() Explained
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2025
Next Page »
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git