AWS 터치 시각 형상 도구
8561 단어 athena”aws”quicksighttech
베이스
AWS의 기본을 배우자. 스페셜 편의 스페셜 편 최신 서비스. Athena와 QuickSight 함께 공유. 구현한 내용을 토대로 요약합니다.
Amazon Athena
Amazon S3의 데이터 투척 표준 SQL에 대한 상호 조회 및 데이터 분석을 위한 서버 없는 서비스
Amazon Athena Federated Query
Amazon Athena Federated Query 설정 화면
새 Lambda
SAM용 정의
AthenaDynamoDBConnector:
Type: AWS::Serverless::Application
Properties:
Location:
ApplicationId: arn:aws:serverlessrepo:us-east-1:292517598671:applications/AthenaDynamoDBConnector
SemanticVersion: 2021.14.1
Parameters:
# The name you will give to this catalog in Athena. It will also be used as the function name. This name must satisfy the pattern ^[a-z0-9-_]{1,64}$
AthenaCatalogName: YOUR_VALUE
# WARNING: If set to 'true' encryption for spilled data is disabled.
# DisableSpillEncryption: 'false' # Uncomment to override default value
# Lambda memory in MB (min 128 - 3008 max).
# LambdaMemory: '3008' # Uncomment to override default value
# Maximum Lambda invocation runtime in seconds. (min 1 - 900 max)
# LambdaTimeout: '900' # Uncomment to override default value
# The name of the bucket where this function can spill data.
SpillBucket: YOUR_VALUE
# The prefix within SpillBucket where this function can spill data.
# SpillPrefix: 'athena-spill' # Uncomment to override default value
Lambda 만들기
Athena에서 DDB 검색
Athna 검색 결과
Amazon QuickSight
브라우저만 있으면 관리자, 편집, 열람자의 조작을 완성할 수 있다
VPN 및 사설 회선 연결 서비스를 통해 총리의 데이터 소스에 연결 가능
AWS 내의 다른 서비스와도 연결 가능(물론)
AWS 이외의 SaaS 시스템에도 연결 가능
내부에서 SPICE(Super-fast, Parallel, In-memory Calculation Engine)가 실행 중입니다.
화면이 30분 동안 연결되면 하나의 세션이 됩니다.
QuickSight의 Athena 설정
최후
새 부팅 시 고려 사항
2021년 4월 Amazon QuickSight 신규 등록 후
외부 데이터를 읽기 전에 약간의 시간이 필요한 경우
또한 QuickSight는 용량 영역을 가지고 있습니다.
AWS 계정에서 가장 먼저 QuickSight를 시작하는 영역은 용량 영역입니다.
QuickSight가 시작되는 영역은 Athena와 같아야 합니다. 그렇지 않으면 연결할 수 없습니다.
이외에
AWS로 실천!Analythics modernization~ 사례 제편~
Reference
이 문제에 관하여(AWS 터치 시각 형상 도구), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/mid480/articles/aws-athena-quicksight텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)