Skip to content

Commit

Permalink
Merge pull request #40 from PtPrashantTripathi/PtPrashantTripathi-pat…
Browse files Browse the repository at this point in the history
…ch-1

Update README.md
  • Loading branch information
PtPrashantTripathi authored Aug 24, 2024
2 parents 729e4ff + 997fab0 commit c7d0970
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,3 @@ If you're reading this, you're awesome! Thank you for helping us make this proje
* Use the **imperative** mood ("Move cursor to..." not "Moves cursor to...")
* Limit the first line to 72 characters or fewer
* Reference issues and pull requests liberally

## Try your changes

When modifying any of the files located in the `/src` folder, you will need to recompile the assets. You can do this by running:

```
npm install
npm run build
```
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<!-- Thank you so much for your PR, your contribution is appreciated! ❤️ -->

- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/portfoliotracker/portfoliotracker/blob/HEAD/.github/CONTRIBUTING.md#submitting-a-pull-request).
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/PtPrashantTripathi/PortfolioTracker/blob/main/.github/CONTRIBUTING.md).
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upstox ETL with Medallion Architecture https://ptprashanttripathi.github.io/PortfolioTracker

[![pages-build-deployment](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/pages-build-deployment.yml/badge.svg)](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/pages-build-deployment.yml)

[![Update Data](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/update.yml/badge.svg)](https://github.com/PtPrashantTripathi/PortfolioTracker/actions/workflows/update.yml)


**Description:**

I've just completed an exciting ETL journey, leveraging the power of Medallion architecture! 🚀 This Python notebook seamlessly extracts, transforms, and loads data from my Upstox trading account into a multi-tiered storage system: BRONZE, SILVER, and GOLD layers. It's a powerful way to enhance data management, analytics, and decision-making in my trading activities.
Expand Down

0 comments on commit c7d0970

Please sign in to comment.