Database/Cassandra

cassandra 설치 및 eclipse 연동

bisi 2019. 4. 1. 12:30

1. Cassandra 

- 개념 : NoSql DB 중 하나로 대표적인 분산형 Data Storage. 

- 장점 : Write 성능이 비교적 우수, CQL으로 기존 RDB SQL과 비슷하게 사용 가능.

- 단점 : JOIN 불가, 복잡한 쿼리 사용 불가

- Cassandra 소개 블로그 : https://meetup.toast.com/posts/58

 

2. Cassandra 설치 

 

1) 공식 홈페이지에서 Cassandra Download

http://cassandra.apache.org/

 

Apache Cassandra

Proven Cassandra is in use at Constant Contact, CERN, Comcast, eBay, GitHub, GoDaddy, Hulu, Instagram, Intuit, Netflix, Reddit, The Weather Channel, and over 1500 more companies that have large, active data sets. Scalable Some of the largest production dep

cassandra.apache.org

 

① Download Cassnadra 클릭

 

② 3.11.4 클릭
③ gz 파일 다운로드

 

2) gz 압축 폴더 압축 풀기 

 

 

3) bin 폴더에서 .\cassandra -f실행 

 

PS C:\Dev\apache-cassandra-3.11.4\bin> .\cassandra -f

아래의 로그까지 확인하면, 정상적으로 실행 한 것이다. 

 

PS. 혹시 powershell로 실행중 권한 오류가 난다면 아래 내용 참고.

https://log-laboratory.tistory.com/category/DevelopTool/PowerShell

 

'DevelopTool/PowerShell' 카테고리의 글 목록

 

log-laboratory.tistory.com