- install docker and docker-compose
- clone repo
- get free account at: https://exchangeratesapi.io/
- save api key in
.env
file in the root repo directory asAPI_KEY
- execute
docker-compose up
in the root directory - the dbt models will be created
- leaving the containers running you can now access metabase at
http://localhost:3000
- sign up and regisiter you running postgres db
- host = mypg
- port = 5432
- db = exchange
- refactor into a kubernetes cluster
- fix
.env
so it will also hold the postgres and other secret data (had problems with DBT resolving the postgres credentials) - add tests in DBT
- add macros in DBT
- add documentation in DBT
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Samuel Adams McGuire - [email protected]
Linkedin: LinkedIn