Skip to content

Commit

Permalink
Merge pull request #83 from PtPrashantTripathi/deepshikha
Browse files Browse the repository at this point in the history
updayed
  • Loading branch information
PtPrashantTripathi authored Sep 27, 2024
2 parents 2c18683 + e64b504 commit abc9bb9
Show file tree
Hide file tree
Showing 2,158 changed files with 5,233 additions and 237,652 deletions.
3 changes: 2 additions & 1 deletion DATA/API/API_data.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"load_timestamp": "2024-09-27 18:16:10.833539",
"financial_summary": {
"invested_value": 76895.35,
"current_value": 219423.45,
Expand Down Expand Up @@ -16736,4 +16737,4 @@
}
]
}
}
}
248 changes: 248 additions & 0 deletions FRONTEND/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,248 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Portfolio Tracker</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="asset/icon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="asset/icon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="asset/icon/favicon-16x16.png"
/>
<link rel="manifest" href="asset/icon/site.webmanifest" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback"
/>
<link
rel="stylesheet"
href="adminlte/js/fontawesome-free/css/all.css"
/>
<link rel="stylesheet" href="adminlte/css/adminlte.css" />
</head>

<body class="hold-transition layout-top-nav">
<div class="wrapper">
<nav class="main-header navbar navbar-expand-md navbar-light">
<!-- class=navbar-white -->
<div class="container">
<a href="index.html" class="navbar-brand">
<span class="brand-text">Portfolio Tracker</span>
</a>
<button
class="navbar-toggler order-1"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="navbar-collapse order-3 collapse"
id="navbarCollapse"
style=""
>
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a
href="current_holdings.html"
class="nav-link"
>
Current Holdings</a
>
</li>
<li class="nav-item">
<a href="profit_and_loss.html" class="nav-link">
Profit and Loss</a
>
</li>
<li class="nav-item">
<a href="dividend.html" class="nav-link">
Dividend</a
>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">About</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content-wrapper">
<div class="content-header">
<div class="container">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0">About</h1>
</div>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item">
<a href="#">Home</a>
</li>
<li class="breadcrumb-item active">
About
</li>
</ol>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="row">
<div class="col">
<div class="card">
<img
class="card-img-top"
src="https://raw.githubusercontent.com/PtPrashantTripathi/PortfolioTracker/main/.github/portfolio_tracker_header.png"
alt="Header"
/>
<div class="card-header">
<h3 class="card-title">Description</h3>
</div>

<div class="card-body">
<p>
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.
</p>
<p><strong>Key Highlights:</strong></p>
<p>
📊
<strong
>Medallion Architecture</strong
>: Designed to efficiently handle
data at scale, ensuring robust ETL
processes that can grow with my
trading data needs.
</p>
<p>
🔗
<strong>Upstox Integration</strong>:
Seamlessly connect with my Upstox
trading account to retrieve
real-time and historical data.
</p>
<p>
🛠️ <strong>ETL Workflow</strong>:
Perform data extraction, apply
transformations, and load the
processed data into multiple layers
to facilitate various analytics and
reporting needs.
</p>
<p>
📈
<strong
>BRONZE, SILVER, GOLD
Layers</strong
>: Structured storage tiers for raw
data (BRONZE), cleaned and
transformed data (SILVER), and
curated data ready for analysis
(GOLD).
</p>
<p>
📊
<strong>Presentation Layer</strong>:
Another companion notebook creates
interactive visualizations and
insights from the GOLD layer data,
making it easier to understand my
trading performance and make
informed decisions.
</p>
<p>
📓
<strong>Educational Tool</strong>: A
valuable resource for traders
looking to optimize their data
analysis workflow.
</p>
<p>
👩‍💼
<strong
>Financial Decision
Support</strong
>: Empowering traders with
data-driven insights to improve
decision-making and optimize their
trading strategies.
</p>
<p>
<strong
>Stay tuned for the upcoming
presentation layer notebook!
📊💡</strong
>
</p>
<p>
Feel free to explore, contribute, or
share this notebook with fellow
traders. Let's navigate the world of
data-driven trading together! 📈💰
</p>
</div>
<div class="card-footer clearfix">
<p>
<strong
>#DataAnalytics
#TradingStrategies
#MedallionArchitecture
#ETLProcess #UpstoxData
#DataDrivenDecisions
#FinanceTech
#DataInsights</strong
>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="main-footer">
<div>
Copyright © 2023-2024 -
<a
href="https://github.com/ptprashanttripathi/PortfolioTracker"
>@PtPrashantTripathi</a
>
<span class="float-right d-inline">
All rights reserved.
</span>
</div>
</footer>
</div>
</body>
</html>
Loading

0 comments on commit abc9bb9

Please sign in to comment.