Skip to content

Commit

Permalink
2024-06-17-13-50-53 - update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephKevinMachado committed Jun 17, 2024
1 parent 659a313 commit 3e674b6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@


* [Bitcoin Monitor](#bitcoin-monitor)
* [Run Data Pipeline](#run-data-pipeline)
* [Run on codespaces](#run-on-codespaces)
* [Run locally](#run-locally)
* [Architecture](#architecture)

# Bitcoin Monitor

This is an ETL pipeline to pull bitcoin exchange data from [CoinCap API](https://docs.coincap.io/) and load it into our data warehouse. For more details check out the blog at https://startdataengineering.com/post/data-engineering-project-to-impress-hiring-managers/
Expand All @@ -15,6 +23,8 @@ You can run this data pipeline using GitHub codespaces. Follow the instructions
3. Wait for `make up` to complete, and then wait for 30s (give Metabase sometime to setup).
4. After 30s go to the `ports` tab and click on the link exposing port `3000` to access Metabase UI (username and password is `sdeuser` and `sdepassword1234` respectively).

**Note**: The screenshots show how to run a project on codespaces, please make sure to use the instructions above for this specific project.

![codespaces start](./assets/images/cs1.png)
![codespaces make up](./assets/images/cs2.png)
![codespaces open url](./assets/images/cs3.png)
Expand Down

0 comments on commit 3e674b6

Please sign in to comment.