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

Mongo DB

MongoDB Database

How to check if field exists in MongoDb?

July 5, 2023November 30, 2021 by Yuba Raj Kalathoki
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 Yuba Raj Kalathoki
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

Connect To MongoDB using Compass Via SSH Tunnel

January 8, 2025July 24, 2021 by Yuba Raj Kalathoki

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 Yuba Raj Kalathoki

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

How to remove MongoDb service from Ubuntu?

September 14, 2023September 4, 2020 by Yuba Raj Kalathoki
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

How to access MongoDb database from remote machine with authentication?

August 5, 2022August 31, 2020 by Yuba Raj Kalathoki
coding coffee

Answer: You can use the following command to access MongoDb database from remote machine with authentication. After executing above command …

Read More How to access MongoDb database from remote machine with authentication?

How to Check MongoDB Database size?

January 29, 2025August 31, 2020 by Yuba Raj Kalathoki
check MongoDb database size

Are you managing a MongoDB server on Ubuntu and need to monitor its disk usage? While MongoDB offers built-in tools …

Read More How to Check MongoDB Database size?

How to export MongoDB data into CSV file?

August 5, 2022August 31, 2020 by Yuba Raj Kalathoki
coding coffee

We may need to export MongoDB data into CSV from local server or remote server. Hence, in this post we …

Read More How to export MongoDB data into CSV file?

Newer posts
← Previous Page1 Page2 Page3
+ Load More Post

Recent Posts

  • How to Fix “Public Key Retrieval is not allowed” MySQL JDBC Error
  • Complete Guide to JaCoCo: How to Measure Java Code Coverage Accurately
  • How to Create a Google App Password: Full Step-by-Step Guide
  • How to Fix “Files Showing as Modified” in IntelliJ IDEA on macOS
  • How to Fix NoClassDefFoundError: javax/xml/bind/DatatypeConverter in Java (Java 11+)
  • How to Connect Java Application to a Remote Database Using an SSH Tunnel (with Spring Boot Examples)
  • How to Convert JSON Array to Java List (With Examples)
  • Configure CORS in Spring Cloud Gateway (WebFlux & WebMVC)
  • Java String Tutorial
  • Java String Best Practices and Common Pitfalls
  • Privacy Policy
  • About CoderSathi.com
  • Contact
Copyright © 2026
  • Tutorial
    • Java Tutorial
    • Swing Tutorial
    • JDBC Tutorial
    • Java String Tutorial
    • Servlet and JSP Tutorial
  • Mongo DB
  • AWS
  • DevOps
  • Linux
  • Git