An open API service indexing awesome lists of open source software.

https://github.com/palewire/first-athena-query

How to analyze millions of records in seconds with Amazon Web Services and SQL
https://github.com/palewire/first-athena-query

athena data-journalism journalism news python sql tutorial

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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](https://docs.astral.sh/uv/) by running the following command:

```bash
uv sync --all-extras
```

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

```bash
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.