일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- Baekjoon
- 더현대서울 맛집
- hackerrank
- Docker
- Git
- PYTHON
- 코로나19
- gs25
- 백준
- Real or Not? NLP with Disaster Tweets
- leetcode
- ChatGPT
- github
- dacon
- 금융문자분석경진대회
- Kaggle
- 편스토랑 우승상품
- 파이썬
- 데이콘
- 캐치카페
- SW Expert Academy
- 프로그래머스
- AI 경진대회
- 편스토랑
- ubuntu
- 맥북
- programmers
- 자연어처리
- 프로그래머스 파이썬
- 우분투
- Today
- Total
목록
반응형
몽고DB (2)
솜씨좋은장씨
오늘은 python과 pymongo를 통해 mongoDB에 데이터를 추가하고 추가한 데이터를 출력해보고자 합니다. 1. 실행환경 - OS : Mac OS Catalina - IDE : Pycharm 2. mongoDB 설치하기 먼저 python과 pymongo를 활용하여 DB에 접근하고 데이터를 추가하거나 출력하려면 mongoDB를 설치해주어야 합니다. 설치과정은 아래의 링크에서 확인할 수 있습니다. 2-1. OS X [MAC OSX]MAC에 MongoDB설치하기! 1. 설치파일 다운로드 받기 Download Center: Community Server Download MongoDB Community Server, the most popular non-relational database built to ..
1. 설치파일 다운로드 받기 Download Center: Community Server Download MongoDB Community Server, the most popular non-relational database built to address the needs of modern applications. www.mongodb.com 먼저 위의 링크로 접속합니다. Version 4.2.0 (current release) OS Windows x64 x64 Package MSI 선택하고 Download를 눌러 설치 파일을 다운로드 받습니다. 2. 설치하기 다운로드 받은 msi 설치파일을 실행합니다. I accept the terms in the License Agreement에 체크를해서 동의해주고..