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
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