UpDown Dev Story
ElasticSearch 시작하기 - 설치 본문
ElasticSearch 시작하기
- 정말 아주 간단하게 최소한으로 설치만하고 실행만 해보았습니다. 실 업무에 적용할 때에는
따로 설정 이 많이 필요합니다. 이점 참고 바랍니다.
1. ElasticSearch 설치하기
- https://www.elastic.co/kr/downloads/elasticsearch?baymax=KR-ES-getting-started&elektra=landing-page
- 위 경로에서 ZIP을 다운로드 받아서 압축해제.
2. ElasticSearch 실행하기
- 필자의 경우 ZIP 파일 압축 풀고 바로 exe 파일로 실행 하였음
- 실행 시킨 후 log
- 설치 확인은 브라우져에 http://localhost:9200/ 이라고 쳤을때 json 데이터로 정보 나오면 설치완료
3. 용어 정리
Elasticsearh | RDBMS |
---|---|
Index | Database |
Type | Table |
Document | Row |
Field | Column |
Comments