MongoDB

MongoDB

  • Purpose: Connect to MongoDB NoSQL document databases.
  • When to use it: Ideal for analyzing flexible, unstructured, or semi-structured data often used in modern web applications (e.g., user logs, product catalogs).
  • How to create it:
    1. Go to Data Sources and click Add.
    2. Select MongoDB.
    3. Name: Enter a unique name for this connection.
    4. Host: Enter the server IP or hostname (e.g., 127.0.0.1 or cluster0.mongodb.net).
    5. Port: Default is 27017.
    6. Database Name: The specific database you want to query.
    7. Username / Password: Your database credentials.
    8. Click Test Connection to verify, then Save.

MongoDB Configuration