BigData

Apache Cassandra 가이드

Kyle79 2019. 5. 13. 16:13

확장성과 안정성이 좋고 Query 에 익숙한 사용자라면 추천합니다.


 

* Docker

https://hub.docker.com/_/cassandra

불러오는 중입니다...

* 특징

https://nicewoong.github.io/development/2018/02/11/cassandra-feature/

 

Cassandra(카산드라) 특징 정리 - nicewoong

Cassnadra 의 기본 특징 정리 NoSQL 데이터베이스의 한 종류인 Cassnadra 의 기본 특징에 대하여 알아봅시다. 데이터모델 Key space Table Row column name : column value SET, LIST, MAP 도 칼럼에 저장 가능 (참고) Cassandra : Key-space > Table > Row > Column name : Column value Mongodb : db > collection > documen

nicewoong.github.io

* 가이드

https://weejw.tistory.com/251

 

* Java Client 연동

https://weejw.tistory.com/255?category=798588

 

* 특화

http://theeye.pe.kr/archives/1375

 

[NoSQL] Cassandra를 운영 및 관리하기 위한 몇가지 팁

카산드라는 생각이상으로 운영에 대한 고민이 많이 필요한 녀석인것 같습니다. 예를 들면 거의 필수에 가까운 라이브러리조차 기본적으로 포함하지 않는걸 보면(오픈소스 세계에서도 견제가 있는걸까요) 그냥 실행했더니 잘 구동되더라..라고 해서 안심할만한것은 아닙니다. 알아두면 좋은 팁 몇가지를 정리해 보겠습니다.JNA 라이브러리 추가하기[code]wget 명령…

theeye.pe.kr

 

* 클러스터링

https://maelfabien.github.io/bigdata/EC2_Cassandra/#try-the-connection-between-every-cassandra-node

'BigData' 카테고리의 다른 글

Docker 운용  (0) 2019.05.29
Kafka 와 Druid 연동  (0) 2019.05.27
GitKraken 사용법  (0) 2019.05.17
Apache Kafka 가이드  (0) 2019.05.13
블록체인(BlockChain) 기술 기반 메신저, 비챗(BeeChat)  (0) 2019.05.10