sample_guides 데이터베이스에는 안내 튜토리얼에 사용된 데이터가 포함되어 있습니다.
To learn how to load the sample data provided by Atlas into your cluster, see Import Sample Data Into Your Atlas Deployment.
컬렉션
이 데이터베이스에는 planets라는 단일 컬렉션이 포함되어 있습니다.
sample_guides.planets collection에는 태양계의 행성을 나타내는 문서가 포함되어 있습니다.
각 문서에는 지구에 대한 다음 정보가 포함되어 있습니다.
태양으로부터의 주문
고리가 있는지 여부
대기의 구성
표면 온도
Indexes
이 sample_guides.planets 컬렉션에는 다음과 같은 인덱스가 포함되어 있습니다.
이름 | Index | 설명 |
|---|---|---|
|
|
|
샘플 문서
{ _id: new ObjectId("6220f6b78a733c51b416c80e"), name: 'Uranus', orderFromSun: 7, hasRings: true, mainAtmosphere: [ 'H2', 'He', 'CH4' ], surfaceTemperatureC: { min: null, max: null, mean: -197.2 } }