일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- pip jupyter
- Jupyter notebook
- Projection
- MacOS
- nodejs mongodb
- python3
- homebrew
- 맥
- Installation
- console.log
- Windows10
- 맥에 파이썬 설치
- node.js 연동
- 파이썬3
- mongodb
- collection.find
- mongo-native
- Node.js
- util.inspect
- query
- mongodb nodejs driver
- [Object]
- mongoDB [Object]
- node.js설치
- MYSQL
- Today
- Total
목록Bon Voyage (28)
Bon Voyage
https://docs.mongodb.com/manual/geospatial-queries/#geospatial-data 의 내용을 번역함. Geospatial Data MongoDB에서는 geospatial data를 GeoJSON object를 legacy coordinate pairs (레거시 좌표 쌍)로 저장한다. 지구와 같은 sphere위에서 기하연산을 하려면, 위치 데이를 GeoJSON object로 저장해야 한다. 구체적으로, embedded document를 아래와 같이 사용하면 된다. type 필드에 GeoJSON object의 타입을 주고 참고 : https://docs.mongodb.com/manual/reference/geojson/ coordinates 필드에 object의 좌표를..
참고한 URL https://www.44bits.io/ko/post/understanding-jupyter-multiple-kernel-using-python2-and-python3-kernel 0. 들어가기 전에 난 python3 설치가 되어 있는 상태에서 jupyter를 설치했다. (참고 : https://nangkyeong.tistory.com/entry/MacOS에-Homebrew로-python3-설치하기 ) 현재 pip 버전은 아래와 같다 $ pip --version pip 19.1.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7) 1. jupyter 설치 $ pip install jupyter 2. jupyter 실행 $ jupyt..
1. brew 명령으로 python3을 설치하자 brew install python3 아래의 안내문이 나온다 ==> python Python has been installed as /usr/local/bin/python3 Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to `python3`, `python3-config`, `pip3` etc., respectively, have been installed into /usr/local/opt/python/libexec/bin If you need Homebrew's Python 2.7 run brew install python@2 You can install Python packa..
참고한 URL은 여기! >> https://whitepaek.tistory.com/16 1. 설치한 Mac, Hombrew, MySQL 버전 MacOS Mojave 10.14.3 version Homebrew 2.1.7 mysql Ver 8.0.16 for osx10.14 on x86_64 (Homebrew) 2. Homebrew로 MySQL 설치 Homebrew 최신으로 업데이트 brew update brew 명령으로 mysql 찾기 brew search mysql brew 명령으로 mysql 설치 brew install mysql brew 명령으로 mysql 설치된 것 확인 brew list | grep mysql 3. MySQL 설정하기 설치 후 안내 메세지는 이렇게 나온다 ==> mysql We'..