Athena是否是搜索非结构化JSON的可行/明智选择?
创始人
2024-09-21 14:30:05
0

Athena 是 Amazon Web Services 中的一项服务,可用于在 S3 存储桶中进行 SQL 查询。我们可以通过在 Athena 中建立外部表来查询存储在 S3 存储桶中的非结构化 JSON 数据。

以下是一个简单的 Python 示例,演示如何使用 AWS SDK for Python(boto3)和 Athena 查询非结构化 JSON:

import boto3
import json

# Create Athena client
client = boto3.client('athena')

# Set Athena configuration
database = 'mydatabase'
table = 'mytable'

# Set query
query = f"SELECT * FROM {table}"

# Start query execution
response = client.start_query_execution(
    QueryString=query,
    QueryExecutionContext={
        'Database': database
    },
    ResultConfiguration={
        'OutputLocation': 's3://my-bucket/my-folder/'
    }
)

# Get query execution ID
query_execution_id = response['QueryExecutionId']

# Wait for the query to complete
while True:
    query_execution = client.get_query_execution(QueryExecutionId=query_execution_id)

    status = query_execution['QueryExecution']['Status']['State']
    if status in ['SUCCEEDED', 'FAILED', 'CANCELLED']:
        break

result_location = query_execution['QueryExecution']['ResultConfiguration']['OutputLocation']

# Get query results
s3_client = boto3.client('s3')
result_key = result_location.replace('s3://my-bucket/', '')

response = s3_client.get_object(Bucket='my-bucket', Key=result_key)

results = response['Body'].read().decode('utf-8')
results = json.loads(results)

print(results)

此示例将 mytable 中的所有数据选择出来,并将结果存储在 S3 存储桶 my-bucket 中的 my-folder 文件夹中。然后,它会等待查询完成,并获取结果并将其解析为 Python 对象,以便在命令行中打印出来。

请确保在执行此示例之前,您已经设置了 AWS 认证。

相关内容

热门资讯

线上(wepoke真的)原来是... 线上(wepoke真的)原来是真的有挂!其实真的有挂(2022已更新)(哔哩哔哩);亲,其实确实真的...
两教程(Wepoke程序)软件... 两教程(Wepoke程序)软件透明挂辅助工具(软件透明挂)透视辅助(2024已更新)(哔哩哔哩);致...
软件(wepoke透明)原来是... 软件(wepoke透明)原来是真的有挂!其实真的有挂(2020已更新)(哔哩哔哩)是一款可以让一直输...
一模拟器(德扑工具)外挂辅助工... 一模拟器(德扑工具)外挂辅助工具(透视)透视辅助(2025已更新)(哔哩哔哩);亲真的是有正版授权,...
系统(aapoker讲解)竟然... 系统(aapoker讲解)竟然真的有挂!其实真的有挂(2021已更新)(哔哩哔哩);aapoker讲...
6系统(aapoker下载)外... 6系统(aapoker下载)外挂辅助工具(辅助挂)透视辅助(2023已更新)(哔哩哔哩)aapoke...
智能(德扑之星刷数据)果真真的... 智能(德扑之星刷数据)果真真的有挂!原来真的有挂(2025已更新)(哔哩哔哩);《WPK辅助透视》‌...
1机器人(德州nzt软件)软件... 1机器人(德州nzt软件)软件透明挂辅助软件(透视)透视辅助(2022已更新)(哔哩哔哩);人气非常...
ai代打(德扑之星决策)确实是... ai代打(德扑之星决策)确实是真的有挂!原来真的有挂(2020已更新)(哔哩哔哩);科技详细教程小薇...
第8透明(wepoke数据)外... 第8透明(wepoke数据)外挂透明挂辅助神器(辅助挂)透视辅助(2023已更新)(哔哩哔哩);原来...