본문 바로가기

code name blue

검색하기
code name blue
프로필사진 byebyeblue

  • 분류 전체보기 (28)
    • Pin (1)
      • Article (1)
    • Programming (21)
      • Tutorial (2)
      • Python (8)
      • SQL (1)
      • Elasticsearch (10)
    • AI (0)
      • Machine Learning (0)
    • PM (6)
      • PM School 28 (6)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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 31
Tags
  • 제로베이스
  • python
  • 학습일지
  • json
  • shell
  • bulk
  • UNIX
  • 블록구조
  • 조건문
  • 셸
  • elif문
  • if문
  • for문
  • 제로베이스부트캠프
  • Size
  • while문
  • 매핑
  • pm스쿨28기
  • kuromoji
  • 제로베이스pm스쿨
  • 일본어형태소분석기
  • 반복문
  • 파이썬
  • kibana
  • else문
  • Sort
  • pm
  • ElasticSearch
  • NumPy
  • mapping
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록json (1)

code name blue

elasticsearch : 다량의 데이터 넣기(bulk json insert)

elasticsearch 6.4.3 version 다량의 데이터를 넣기 위해 사전에 "test_movie"라는 인덱스를 생성하고 'title' 필드를 매핑하였다. 이후 아래와 같은 형식으로 bulk_title.json 파일을 생성하였다. 1 2 3 4 5 6 { "index" : { "_index" : "인덱스명", "_type" : "타입명", "_id" : "1" } } { "title" : "About Time" } { "index" : { "_index" : "인덱스명", "_type" : "타입명", "_id" : "2" } } { "title" : "Eternal Sunshine" } { "index" : { "_index" : "인덱스명", "_type" : "타입명", "_id" : "3"..

Programming/Elasticsearch 2019. 10. 8. 17:55
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바