반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Medium
- python
- 엘라스틱서치
- 해시
- dump
- kibana
- 스파크
- Django
- 리트코드
- dfs
- 파이썬
- Easy
- 장고
- 알고리즘
- Algorithm
- daspecialty
- Optimization
- AWS
- elasticsearch
- RecommendationSystem
- Spark
- leetcode
- ELK
- 키바나
- 프로그래머스
- CentOS
- solution
- programmers
- 깊이우선탐색
- twosum
Archives
- Today
- Total
반응형
목록pyathena (1)
Archive
[AWS][Athena] Pyathena를 통한 Athena 쿼리
0. Overview Pyathena 는 AWS Athena를 위한 DB API를 제공하는 Package이다. 해당 글은 외부 서버(On-Prem 등) 에서 Python 내 Pyathena 패키지를 활용하여 Athena 에 쿼리를 날리는 과정을 보여준다. 1. VPC Endpoint 생성 외부 서버에서 Athena Query 를 실행시키기 위해서는 VPC Endpoint를 이용하게 된다. VPC Endpoint 는 VPC와 AWS 서비스들을 Private 하게 연결해주고 Client 는 VPC Endpoint 의 IP / DNS 등으로 접근할 수 있다.
------- DE -------/Cloud
2022. 8. 5. 15:14
반응형