Apache Superset 설치 방법

‍서산·2023년 11월 18일

기존에는 Looker Studio라는 데이터 툴을 사용함.
하지만 SQL을 바로 시각화하고 싶었음.
Looker Studio는 SQL의 결과를 스프레드시트로 옮기고, 스프레드시트를 시각화하기 때문에 이중으로 작업이 소요됨.
Apache Superset은 SQL문 자체를 시각화 할 수 있다는 장점이 있음!

설치 방법

  1. Docker 설치
  2. Docker 환경설정 변경 (이 부분이 필요한지는 모르겠음)
  3. $ git clone https://github.com/apache/superset.git
  4. $ cd superset
  5. $ export DOCKER_DEFAULT_PLATFORM=linux/x86_64/v8
  6. $ docker-compose -f docker-compose-non-dev.yml pull
  7. $ docker-compose -f docker-compose-non-dev.yml up
  8. http://localhost:8088 접속

참고 글

에러 해결

0개의 댓글