Skip to main content

Athena-mvsh é um biblioteca python, que interage com o serviço Amazon Athena

Project description

Athena-mvsh

O que é o Athena-mvsh ?

Athena-mvsh é um biblioteca python, que interage com o serviço Amazon Athena, que é um serviço de consulta interativa que permite usar SQL para analisar dados diretamente no Amazon S3.

Algumas regras da DB API 2.0 (PEP 249) são implemetadas.

Instalação

pip install "git+https://github.com/Marcus-Holanda777/athena-mvsh.git"

Credenciais

Para se conectar é preciso informar o aws_access_key_id, aws_secret_access_key o local de saida das consultas s3_staging_dir e a regiao do bucket region_name. Se você usar o arquivo de perfil padrão, não será necessário informar as credenciais.

from athena_mvsh import (
    Athena,
    CursorPython
)

cursor = CursorPython(
    s3_staging_dir='s3:/caminho-saida-consulta/',
    aws_access_key_id='KEY_ID',
    aws_secret_access_key='SECRET_KEY',
    region_name='us-east-1'
)

with Athena(cursor=cursor) as cliente:
    cliente.execute("SELECT 1")
    rst = cliente.fetchone()

Como usar ?

Esta biblioteca Python facilita a consulta ao Amazon Athena, oferecendo suporte para três tipos de cursores: Python, Parquet e DuckDB. Com esta biblioteca, você pode executar consultas SQL no Amazon Athena e obter os resultados no formato desejado de maneira fácil e eficiente.

Funcionalidades Consulta ao Amazon Athena: Execute consultas SQL no Amazon Athena.

Cursores Diversos:

  • CursorPython: Retorna os resultados da consulta como objetos Python.
  • CursorParquet: Retorna os resultados da consulta no formato Parquet.
  • CursorParquetDuckdb: Retorna os resultados da consulta integrados ao DuckDB.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

athena_mvsh-0.0.3.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

athena_mvsh-0.0.3-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file athena_mvsh-0.0.3.tar.gz.

File metadata

  • Download URL: athena_mvsh-0.0.3.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.7 Windows/10

File hashes

Hashes for athena_mvsh-0.0.3.tar.gz
Algorithm Hash digest
SHA256 82f02e53c1e389afc93370b2d4b06fc3ca196059c1d477f742ed5a9268112549
MD5 d63cc84ea5d290799301c8ef23677846
BLAKE2b-256 2f3cdec90e5f4ac86f5a9e1a0674b73674cd79813ba877365f9c9e32e53328b0

See more details on using hashes here.

File details

Details for the file athena_mvsh-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: athena_mvsh-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.7 Windows/10

File hashes

Hashes for athena_mvsh-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 24b716246b146e2027a22c8ce40716956bac81524d87fceb51a2f2f4000ee2e7
MD5 59b05dfbc7e1eab0626ab52bc7f54487
BLAKE2b-256 f58b9928323a408b8957a7abefe1fc2028ddcc7a808facd90ad385bab535c020

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page