Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding athena_example #120

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Adding athena_example #120

wants to merge 19 commits into from

Conversation

asajadi
Copy link

@asajadi asajadi commented May 9, 2021

Added an athena_example directory, which similar to mysql_example and pgsql_big_dedupe_example, runs the exact same flow but relying on Athena.
Athena (a managed Presto by AWS), is inherently different from MySQL and PostgreSQL, and adding support to Athena is quite a bit of a challenge. I've hidden most of the complexity in the athena_utils.py module.
Duo to Athena's parallel query execution behavior, the improvement is quite significant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant