This template helps apply analytics engineering best practices when working with raw data on your local machine, such as financial statements downloaded as CSV. It can also be used for technical assessments when interviewing for data jobs.
- Docker Desktop
- VS Code
- Dev Containers extension (Identifier:
ms-vscode-remote.remote-containers
) - Create an environment variable
LOCAL_DATA_PATH
for the path to the folder containing the raw data you want to load, transform, and analyze. This folder will be mounted to the dev container.
- Use this template to create a repository.
- Clone your new repository.
- Open the repository in VS Code.
- Reopen in Container.
- Open View > Terminal.
- Run:
make run