Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- yarn
- hive
- scrapy
- hadoop2
- collections
- graph
- 텐서플로
- python
- 그래프이론
- Sort
- 하이브
- codingthematrix
- 알고리즘
- HelloWorld
- effective python
- 코딩더매트릭스
- Java
- GRU
- recursion
- RNN
- C
- C언어
- 하둡2
- 주식분석
- tensorflow
- 파이썬
- NumPy
- 선형대수
- 딥러닝
- LSTM
Archives
- Today
- Total
목록NOSQL (1)
EXCELSIOR
MongoDB는 아래의 설명에서도 알수 있듯이 문서지향(Document-Oriented)의 cross-platform 데이터베이스이다. NoSQL 데이터베이스이며 JSON형식의 문서를 사용한다. 이번에 Scrapy를 이용한 뉴스 크롤링하기에서 크롤링한 뉴스기사들을 MongoDB에 저장하기 위해 MongoDB 설치를 포스팅하게 되었다. MongoDB (from humongous) is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. MongoDB is developed ..
DataBase/MongoDB
2017. 5. 7. 12:47