|
17 | 17 | title: MongoDB Atlas Registration
|
18 | 18 | - url: https://www.mongodb.com/basics/mongodb-atlas-tutorial?tck=mongodb_ai_chatbot
|
19 | 19 | title: MongoDB Atlas Tutorial
|
20 |
| -- answer: | |
21 |
| - To get started with MongoDB, you can try the 5-minute interactive tutorial |
22 |
| - that connects you to a MongoDB Atlas cluster and walks you through |
23 |
| - inserting, querying, and deleting data in MongoDB. You do not need to |
24 |
| - install anything for this tutorial. Simply click the Launch button of the |
25 |
| - in-browser Integrated Development Environment to start the tutorial. |
| 20 | +- questions: |
| 21 | + - Get started with MongoDB |
| 22 | + - How do I get started with MongoDB? |
| 23 | + - How do I get started with MongoDB Atlas? |
| 24 | + |
| 25 | + answer: | |
| 26 | + To get started with MongoDB Atlas, the easiest way is through the Atlas UI. Here are the steps to get started: |
26 | 27 |
|
27 |
| - After completing the tutorial, you can also deploy a free cluster without any installation overhead by following the instructions in the "Getting Started with Atlas" documentation. |
| 28 | + - Register for Atlas: register for Atlas by visiting our [registration page](https://www.mongodb.com/cloud/atlas/register?tck=mongodb_ai_chatbot). |
| 29 | + - Choose your connection method: using a driver, developer tool, or programmatic connection method. |
| 30 | + - Load sample data: using our sample data sets, data migration tools, or by generating mock/synthetic data. |
28 | 31 |
|
29 |
| - Let me know if you have any other questions! |
30 |
| - |
31 |
| - questions: |
32 |
| - - Get started with MongoDB |
| 32 | + Atlas also supports getting started via the Atlas CLI, Kubernetes Operator, or a preferred Infrastructure-as-Code (IaC) tool. Install the Atlas CLI using brew install mongodb-atlas and configure your database with atlas setup. |
| 33 | +
|
| 34 | + If migrating from another database, Atlas provides migration resources to help streamline the process. |
| 35 | +
|
| 36 | + For a fast hands-on experience, try this 5-minute interactive tutorial—no setup needed. It walks through inserting, querying, and deleting data using a browser-based IDE. |
| 37 | +
|
| 38 | + - [Step by Step Guide](https://www.mongodb.com/docs/guides/?tck=mongodb_ai_chatbot) |
| 39 | + - [Migrate or Import Data](https://www.mongodb.com/docs/atlas/import/?tck=mongodb_ai_chatbot) |
| 40 | + - [MongoDB Migrators, Tools, and Connectors](https://www.mongodb.com/docs/tools-and-connectors/?tck=mongodb_ai_chatbot) |
| 41 | + - [Generate Synthetic Data](https://www.mongodb.com/docs/atlas/synthetic-data/?tck=mongodb_ai_chatbot) |
33 | 42 | references:
|
34 | 43 | - url: https://mongodb.com/docs/manual/tutorial/getting-started/
|
35 | 44 | title: Getting Started with MongoDB
|
36 |
| - - url: https://learn.mongodb.com/learn/course/start-here-introduction-to-mongodb/welcome-to-the-introduction-to-mongodb-course/learn |
37 |
| - title: Welcome to the Introduction to MongoDB Course |
38 |
| - - url: https://mongodb.com/docs/develop-applications |
39 |
| - title: Develop Applications |
40 |
| - - url: https://mongodb.com/docs/manual/ |
41 |
| - title: MongoDB Manual |
| 45 | + - url: https://www.mongodb.com/docs/guides/ |
| 46 | + title: MongoDB Guides |
| 47 | + - url: https://www.mongodb.com/docs/atlas/import/ |
| 48 | + title: Migrate or Import Data |
| 49 | + - url: https://www.mongodb.com/docs/tools-and-connectors/ |
| 50 | + title: Migrators, Tools, and Connectors |
| 51 | + - url: https://www.mongodb.com/docs/atlas/synthetic-data/ |
| 52 | + title: Generate Synthetic Data |
| 53 | + |
42 | 54 | - answer: |
|
43 | 55 | To install MongoDB on Windows, you can follow these steps:
|
44 | 56 |
|
|
1463 | 1475 | title: Using Atlas Search from Java
|
1464 | 1476 | - url: https://learn.mongodb.com/learn/course/mongodb-atlas-search/conclusion/learn
|
1465 | 1477 | title: MongoDB Atlas Search - Conclusion - Learn
|
1466 |
| -- answer: | |
| 1478 | +- answer: > |
1467 | 1479 | MongoDB and Oracle are both popular database management systems, but they
|
1468 | 1480 | have some key differences. Here are a few of the main differences between
|
1469 | 1481 | MongoDB and Oracle:
|
|
1780 | 1792 |
|
1781 | 1793 | questions:
|
1782 | 1794 | - What is MongoDB Atlas?
|
1783 |
| - answer: | |
| 1795 | + answer: > |
1784 | 1796 | MongoDB Atlas is a fully managed cloud database service that simplifies
|
1785 | 1797 | deploying, scaling, and managing MongoDB databases in the cloud. It
|
1786 | 1798 | eliminates infrastructure setup and database management by automating
|
|
1796 | 1808 | questions:
|
1797 | 1809 | - What types of use cases are best for MongoDB?
|
1798 | 1810 | answer: |
|
1799 |
| - MongoDB is a versatile, flexible, and enterprise-ready general purpose |
1800 |
| - database platform. It supports a wide range of use cases—from traditional |
1801 |
| - applications to modern, AI-powered workloads like search and vector search. |
| 1811 | + MongoDB is a versatile, flexible, and enterprise-ready general purpose database platform. It supports a wide range of use cases—from traditional applications to modern, AI-powered workloads like search and vector search. |
1802 | 1812 |
|
1803 | 1813 | Here are some common use cases where MongoDB excels:
|
1804 | 1814 |
|
|
1819 | 1829 | questions:
|
1820 | 1830 | - What’s the difference between MongoDB Atlas and Community Edition?
|
1821 | 1831 | answer: |
|
1822 |
| - MongoDB Atlas is a fully managed, cloud-based database service provided by |
1823 |
| - the creators of MongoDB. It simplifies deploying, managing, and scaling |
1824 |
| - MongoDB databases in the cloud, offering features like automated backups, |
1825 |
| - monitoring, security, and integrations with other cloud services. |
| 1832 | + MongoDB Atlas is a fully managed, cloud-based database service provided by the creators of MongoDB. It simplifies deploying, managing, and scaling MongoDB databases in the cloud, offering features like automated backups, monitoring, security, and integrations with other cloud services. |
1826 | 1833 |
|
1827 |
| - MongoDB Community Edition, on the other hand, is a self-managed version of |
1828 |
| - MongoDB. You are responsible for installing, configuring, maintaining, and |
1829 |
| - scaling the database yourself, either on your local machine or on your own |
1830 |
| - cloud infrastructure. |
| 1834 | + MongoDB Community Edition, on the other hand, is a self-managed version of MongoDB. You are responsible for installing, configuring, maintaining, and scaling the database yourself, either on your local machine or on your own cloud infrastructure. |
1831 | 1835 |
|
1832 | 1836 | Key differences:
|
| 1837 | +
|
1833 | 1838 | - Atlas is managed by MongoDB and runs in the cloud, while Community Edition is self-managed and can run locally or in the cloud.
|
1834 | 1839 | - Atlas provides built-in automation, security, and cloud integrations, whereas Community Edition requires you to handle these aspects manually.
|
1835 | 1840 | - Atlas is ideal for most use cases that require cloud deployment and management, while Community Edition is often chosen for local development or when you want full control over your deployment.
|
|
1848 | 1853 | answer: |
|
1849 | 1854 | You can create Free clusters through the Atlas CLI, Atlas User Interface, and Atlas Administration API.
|
1850 | 1855 |
|
1851 |
| - For detailed instructions, refer to the [MongoDB Atlas |
1852 |
| - documentation](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/?tck=mongodb_ai_chatbot). |
| 1856 | + For detailed instructions, refer to the [MongoDB Atlas documentation](https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/?tck=mongodb_ai_chatbot). |
1853 | 1857 |
|
1854 | 1858 | Most users like to start with the Atlas UI and follow these steps:
|
| 1859 | +
|
1855 | 1860 | 1. Log in to your MongoDB Atlas account.
|
1856 | 1861 | 2. Go to the Overview page for your project.
|
1857 | 1862 | 3. Click the Create button to create a cluster.
|
|
1861 | 1866 | 7. Specify a name for your cluster
|
1862 | 1867 | 8. Click Create to deploy the cluster.
|
1863 | 1868 |
|
1864 |
| - Once you deploy your cluster, it can take up to 10 minutes for your cluster |
1865 |
| - to provision and become ready to use. After deployment: |
| 1869 | + Once you deploy your cluster, it can take up to 10 minutes for your cluster to provision and become ready to use. After deployment: |
1866 | 1870 |
|
1867 |
| - - Create a database user by specifying a username and password. |
| 1871 | + - Create a database user by specifying a username and password. |
1868 | 1872 | - Add your IP address to the IP access list to allow connections.
|
1869 | 1873 | - Click Finish and Close, then Go to Overview.
|
1870 | 1874 |
|
1871 |
| - Atlas Free clusters provide a small-scale development environment to host |
1872 |
| - your data and test proof of concepts. Free clusters never expire, and |
1873 |
| - provide access to a subset of Atlas features and functionality. You can only |
1874 |
| - deploy one free cluster per Atlas project. |
| 1875 | + Atlas Free clusters provide a small-scale development environment to host your data and test proof of concepts. Free clusters never expire, and provide access to a subset of Atlas features and functionality. You can only deploy one free cluster per Atlas project. |
1875 | 1876 | references:
|
1876 | 1877 | - url: https://www.mongodb.com/docs/atlas/tutorial/deploy-free-tier-cluster/
|
1877 | 1878 | title: Deploy a Free Cluster
|
|
1881 | 1882 | answer: |
|
1882 | 1883 | MongoDB Atlas offers different cluster types to support a range of use cases. Choosing the right MongoDB Atlas cluster tier for your application involves considering the application's workload, data size, and performance needs. Key considerations include:
|
1883 | 1884 |
|
1884 |
| - - Free Tier (`M0`): Best for learning and exploring, with limited resources. |
1885 |
| - - Flex: Ideal for development and testing, offering the lowest cost option with certain feature limitations. |
1886 |
| - - Dedicated (`M10` & `M20`): Suitable for pre-production and small, non-critical workloads. These tiers utilize shared vCPUs and support replica set deployments offering fully featured access to Atlas. |
1887 |
| - - Dedicated (`M30+`): Recommended for performance-critical and high-traffic workloads, supporting both replica sets and sharded clusters with fully featured access to Atlas with dedicated vCPUs. |
| 1885 | + - Free Tier (M0): Best for learning and exploring, with [limited resources](https://www.mongodb.com/docs/atlas/reference/free-shared-limitations/?tck=mongodb_ai_chatbot). |
| 1886 | + - Flex: Ideal for development and testing, offering the lowest cost option with certain [feature limitations](https://www.mongodb.com/docs/atlas/reference/flex-limitations/#std-label-atlas-flex-limitations?tck=mongodb_ai_chatbot). |
| 1887 | + - Dedicated (M10 & M20): Suitable for pre-production and small, non-critical workloads. These tiers utilize shared vCPUs and support replica set deployments offering fully featured access to Atlas. |
| 1888 | + - Dedicated (M30+): Recommended for performance-critical and high-traffic workloads, supporting both replica sets and sharded clusters with fully featured access to Atlas with dedicated vCPUs. |
| 1889 | +
|
| 1890 | + Clusters can always be scaled up from any tier as requirements expand. If unsure, MongoDB recommends starting with a lower tier and [monitoring performance](https://www.mongodb.com/docs/atlas/architecture/current/monitoring-alerts/?tck=mongodb_ai_chatbot) before adjusting. For all Dedicated tiers, use auto-scaling to adjust cluster tier and storage as workloads evolve. |
| 1891 | +
|
| 1892 | + [How to select your cluster tier](https://www.mongodb.com/docs/atlas/manage-clusters/?tck=mongodb_ai_chatbot#select-cluster-tier) |
| 1893 | + [Atlas cluster sizing and tier selection](https://www.mongodb.com/docs/atlas/sizing-tier-selection/?tck=mongodb_ai_chatbot) |
| 1894 | + # answer: | |
| 1895 | + # MongoDB Atlas offers different cluster types to support a range of use cases. Choosing the right MongoDB Atlas cluster tier for your application involves considering the application's workload, data size, and performance needs. Key considerations include: |
| 1896 | + |
| 1897 | + # - Free Tier (`M0`): Best for learning and exploring, with limited resources. |
| 1898 | + # - Flex: Ideal for development and testing, offering the lowest cost option with certain feature limitations. |
| 1899 | + # - Dedicated (`M10` & `M20`): Suitable for pre-production and small, non-critical workloads. These tiers utilize shared vCPUs and support replica set deployments offering fully featured access to Atlas. |
| 1900 | + # - Dedicated (`M30+`): Recommended for performance-critical and high-traffic workloads, supporting both replica sets and sharded clusters with fully featured access to Atlas with dedicated vCPUs. |
1888 | 1901 |
|
1889 |
| - Clusters can always be scaled up from any tier as requirements expand. If |
1890 |
| - you're unsure, MongoDB recommends starting with a lower tier and monitoring |
1891 |
| - performance before adjusting. For all Dedicated tiers, use auto-scaling to |
1892 |
| - adjust cluster tier and storage as workloads evolve. |
| 1902 | + # Clusters can always be scaled up from any tier as requirements expand. If |
| 1903 | + # you're unsure, MongoDB recommends starting with a lower tier and monitoring |
| 1904 | + # performance before adjusting. For all Dedicated tiers, use auto-scaling to |
| 1905 | + # adjust cluster tier and storage as workloads evolve. |
1893 | 1906 | references:
|
1894 | 1907 | - url: https://www.mongodb.com/docs/atlas/manage-clusters/#select-cluster-tier
|
1895 | 1908 | title: Select Cluster Tier
|
|
0 commit comments