Skip to content

How to analyze millions of records in seconds with Amazon Web Services and SQL

License

Notifications You must be signed in to change notification settings

palewire/first-athena-query

Repository files navigation

How to analyze millions of records in seconds with Amazon Web Services and SQL

Contributing

Start by making a fork of the repository. Then clone the forked repository to your local machine.

You can install the required dependencies with uv by running the following command:

uv sync --all-extras

Start the documentation site's test server with the following command, which will enable live reloading in your browser:

cd docs && uv run make livehtml

You can now make changes to the documentation site in the docs folder and see the changes in real-time. You should commit your changes to a new branch and open a pull request to the main repository.