일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 그래프 에코시스템
- Python
- DeepLearning
- SparkML
- 분산 병렬 처리
- RStudio
- RDD
- GraphX
- graph database
- 빅데이터
- BigData
- Graph Tech
- 연합학습
- Neo4j
- 딥러닝
- 그래프
- 인공지능
- GDB
- r
- TigerGraph
- spark
- TensorFlow
- Federated Learning
- Graph Ecosystem
- 그래프 데이터베이스
- 그래프 질의언어
- SQL
- Cypher
- GSQL
- graph
- Today
- Total
목록BigData/MongoDB (7)
Hee'World
설치 1. Robomongo 홈페이지에 접속해서 우측 상단에 있는 Download 메뉴를 클릭합니다.https://robomongo.org 2. Download메뉴에 들어와서 무료버전으로 선택합니다. 3. 설치하기 쉽게 exe버전으로 다운로드하여 설치합니다. 4. 실행파일을 실행하면 아래와 같은 화면시 실행되는데 다음을 선택합니다. 5. 또 다음을 선택합니다. 6. 원하는 설치 경로가 있으면 바꿔주시고....다음을 선택합니다. 7, 설치가 진행됩니다! 8. robomongo를 처음 실행하면 MongoDB Connectors에 아무 목록이 없는데 Create 버튼을 선택하여 MongoDB에 접속할 수 있게 합니다 9. Name은 접속 MongoDB명을 임의로 적고, Addresss 란에 접속 주소와 Por..
http://www.querymongo.com/여기에 웹페이지에 접속하여 Mysql 쿼리를 입력하고 가운데 Translate to Mongo 버튼을 누르면 Mongodb쿼리로 변환되어 나온다....한번 테스트 해보시길...........................
출처 : http://nosql.mypopescu.com/post/392418792/translate-sql-to-mongodb-mapreduce
MongoDB CRUD Introduction¶MongoDB stores data in the form of documents, which are JSON-like field and value pairs. Documents are analogous to structures in programming languages that associate keys with values, where keys may nest other pairs of keys and values (e.g. dictionaries, hashes, maps, and associative arrays). Formally, MongoDB documents are BSON documents, which is a binary representat..
-출처 "http://docs.mongodb.org/manual/reference/sql-comparison/" - In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB. Executables¶ The following table presents the MySQL/Oracle executables and the corresponding MongoDB executables. MySQL/Oracle MongoDB Database Server mysqld/oracle mongod Datab..
먼저 저는 4대의 머신으로 샤딩과 리플리카셋을 구성하였습니다. 1번 노드는 Shard01&ReplicaSet(Primary, secondary, arbiter), config server 01, mongos 2번 노드는 Shard02, config server 02 3번 노드는 Shard03&ReplicaSet(Primary, secondary, arbiter), config server 03 4번 노드는 Shard04&ReplicaSet(Primary, secondary, arbiter) 샤딩과 리플리카셋을 같은 머신에서 port 번호만 다르게 주어서 구성하였습니다. 꼭 같은 머신에서 할 필요는 없으며 머신의 수가 많다면 샤딩과 리플리카셋 구성을 물리적으로 다른 머신에 구성하셔도 됩니다. 대신, 샤딩되..
먼저 몽고디비는 - Windows 32 /64Bit - Linux 32 / 64 Bit - Unix Solaris 32 / 64 Bit - Max OS X-32 / 64 Bit 이렇게 운영체제를 지원하고 있습니다 MongoDB를 설치해보겠습니다. www.mongodb.org\ 여기 몽고디비 공식 홈페이지에 접속합니다. 그 후, 가운에 DOWNLOADS 를 클릭하여 다운 페이지로 이동합니다. 여기서 각자, 운영 머신의 환경에 맞게 다운로드를 합니다. 저는 Windows 64 bit 버전을 다운로드 하였습니다. 다운을 하셔서 보게 되면 몽고디비는 압축 파일 형태로 받아지게 됩니다. 몽고디비의 설치는 다름 아닌! 압축 풀기 입니다. 저는 C드라이브에 mongodb라는 폴더를 만들어서 그 안에 압축을 해제 하였..