Fork me on GitHub

Other articles


  1. Updating Existing Data

    Ingestion된 데이터를 저장하고 사용하다가 데이터를 업데이트하고 싶을 때

    Updating Dimension Values

    Dimension 값을 자주 바꾸길 원한다면 Lookup을 사용할 수 있다.

    Rebuilding Segments(Reindexing)

    특정 기간에 대해서 세그먼트를 다시 저장할 수 있다. 기존 세그먼트에 컬럼을 추가하거나, 롤업 granularity를 바꾸고 싶을 때 사용한다.

    이 방법을 사용할 경우에 대비하여 원시 데이터의 사본을 …

    read more

    There are comments.

  2. Public key로 SSH 접속하기

    Published: Wed 18 April 2018
    Updated: Wed 18 April 2018
    By Yunseop Song

    In cli.

    Key 생성

    일단 퍼블릭키가 없다면 생성합시다

    $ ssh-keygen
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/user1/.ssh/id_rsa):
    Enter passphrase (empty for no passphrase):
    Enter same passphrase again:
    Your identification has been saved in /home/user1/.ssh/id_rsa.
    Your public key has been …
    read more

    There are comments.

  3. Lambda Architecture

    Published: Tue 17 April 2018
    Updated: Tue 17 April 2018
    By Yunseop Song

    In data.

    실시간 분석을 지원하는 빅데이터 아키텍쳐 대량의 데이터를 실시간으로 분석하기 위해서 Batch로 만든 데이터와 실시간 데이터를 혼합해서 사용하는 방식

    데이터 파이프 라인

    1. 데이터가 시스템으로 들어감. 이 때 Batch Layer와 Speed Layer로 둘다 들어가게 됨
    2. Batch Layer는 두가지 기능을 해야함
    3. Immutable, Append-only한 raw data를 저장하고 관리함
    4. Batch View를 만들기 위해 사
    5. Serving …
    read more

    There are comments.

Page 1 / 15 »

links

social