Topic
Lesson 2, Exercise: Setting up MongoDB Atlas Posted on: 21/11/2022 (last updated: 07/02/2023) by Dj Walker-Morgan
학습 목적으로 사용할 수 있는 기존 MongoDB 데이터베이스 또는 연결이 이미 있는 경우 Studio 3T 을 사용하여 MongoDB 에 연결하기를 클릭하여 다음 단원으로 이동합니다. 이 연습에서는 무료 M0 서비스 티어를 사용하여 MongoDB Atlas를 설정하고 [...]에 사용할 수 있는 연결 문자열을 얻습니다.
Exercise 1: Filtering the documents in the aggregation pipeline Posted on: 14/02/2022 (last updated: 24/01/2023) by Dj Walker-Morgan
이 연습에서는 IntelliShell을 시작하고 단계 하나만 포함하는 집계 문을 만듭니다. 단계 은 $match 집계 연산자를 기반으로 하며, 이 연산자를 사용하면 파이프라인에서 문서를 필터링할 수 있으므로 이후 단계에서 문서의 하위 집합으로만 작업할 수 있습니다. 이 연습에 이어지는 연습에서는 [...]를 추가합니다.
Lesson 1, Exercise 1: Adding a document to a collection Posted on: 11/09/2020 (last updated: 24/01/2023) by Kathryn Vargas
In this exercise, you’ll create the sales database and import the customers collection into that database, retrieving the data from the customers.json file. You’ll then use the Collection Tab to add a single document to the MongoDB collection. To complete the exercises in this section, you must first download the customers.zip file, unzip the file, […]
Exercise: Installing Studio 3T Posted on: 04/10/2019 (last updated: 22/03/2022) by Kathryn Vargas
이 연습에서는 Studio 3T 다운로드 페이지에서 윈도우 설치 파일을 다운로드하고 설치 마법사를 실행합니다. Studio 3T 설치하기 1. 브라우저를 열고 Studio 3T 다운로드 페이지로 이동합니다. 2. 다운로드 양식에서 윈도우 탭이 선택되어 있는지 확인하고 필요에 따라 양식을 작성합니다. 3. 윈도우 [...] 다운로드를 클릭합니다.
Lesson 2, Exercise 1: Setting up MongoDB Atlas Posted on: 26/09/2019 (last updated: 07/10/2022) by Kathryn Vargas
이 연습에서는 무료 M0 서비스 티어를 사용하여 MongoDB Atlas를 설정합니다. 설정 프로세스는 MongoDB Atlas 서비스에 등록하고 클러스터를 구성하는 것으로 구성됩니다. 서비스에 등록할 때 이메일 주소, 이름, 성, 비밀번호를 제공해야 합니다. 클러스터를 설정할 때 [...]를 선택해야 합니다.
Exercise 2: Grouping the documents in the aggregation pipeline Posted on: 14/02/2022 (last updated: 24/01/2023) by Dj Walker-Morgan
이 연습에서는 두 번째 단계 를 파이프라인에 추가합니다. 이 단계 은 특정 필드를 기준으로 파이프라인의 문서를 그룹화할 수 있는 $group 집계 연산자를 기반으로 합니다. 집계 파이프라인에서 문서를 그룹화하려면 IntelliShell 탭에서 [...] 탭에서 만든 집계 문이 [...] 탭에 있는지 확인합니다.
Lesson 1, Exercise 2: Viewing a document in a collection Posted on: 11/09/2020 (last updated: 24/01/2023) by Kathryn Vargas
In this exercise, you’ll create a simple query to retrieve the document you created in the previous exercise (the document whose last field value is Grey). You’ll then use features on the Collection Tab to display the document in different views. To view a document in Table, Tree or JSON View 1. Open the customers […]
Lesson 3, Exercise: Connecting to MongoDB via Studio 3T Posted on: 04/10/2019 (last updated: 17/11/2023) by Kathryn Vargas
이 연습에서는 로컬 MongoDB 인스턴스 또는 MongoDB Atlas 구성에서 설정한 MongoDB Atlas 클러스터에 연결하는 방법을 배웁니다. 그런 다음 간단한 컬렉션을 만들고 쿼리하여 연결을 테스트합니다. MongoDB 에 연결하려면 1. 실행 중이 아닌 경우 Studio 3T를 시작합니다. 2. Studio 3T [...]에서
Lesson 2, Exercise 2: Configuring MongoDB Atlas Posted on: 26/09/2019 (last updated: 21/04/2022) by Kathryn Vargas
이 연습에서는 연습 1에서 만든 클러스터에 연결하도록 MongoDB Atlas를 구성합니다. 이를 위해서는 서비스에 연결할 장치의 IP 주소가 필요합니다. 서비스를 설정하는 동일한 기기에서 MongoDB Atlas에 연결하려는 경우, MongoDB Atlas는 [...]에 연결할 수 있습니다.