{"id":24522066,"url":"https://github.com/nickssilver/real-time-stock-tracker","last_synced_at":"2025-06-17T05:04:42.074Z","repository":{"id":256078098,"uuid":"854268325","full_name":"nickssilver/Real-Time-Stock-Tracker","owner":"nickssilver","description":"An application that tracks real-time stock market data, visualizes price fluctuations with technical indicators, and allows users to set custom alerts. Includes containerized deployment with Docker, CI/CD automation, and monitoring with Prometheus \u0026 Grafana.","archived":false,"fork":false,"pushed_at":"2024-12-15T16:19:43.000Z","size":869,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T11:53:29.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickssilver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-08T20:16:18.000Z","updated_at":"2025-01-24T19:02:27.000Z","dependencies_parsed_at":"2024-09-08T21:41:42.224Z","dependency_job_id":"42d571e3-9322-42a4-965b-a92ff951d26f","html_url":"https://github.com/nickssilver/Real-Time-Stock-Tracker","commit_stats":null,"previous_names":["nickssilver/real-time-stock-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickssilver/Real-Time-Stock-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2FReal-Time-Stock-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2FReal-Time-Stock-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2FReal-Time-Stock-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2FReal-Time-Stock-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickssilver","download_url":"https://codeload.github.com/nickssilver/Real-Time-Stock-Tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2FReal-Time-Stock-Tracker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294455,"owners_count":22987622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-22T03:17:45.508Z","updated_at":"2025-06-17T05:04:41.766Z","avatar_url":"https://github.com/nickssilver.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Time Stock Tracker 📈\n\n\n### Overview\n\nWelcome to the Real-Time Stock Tracker, a `C#` application designed to track and visualize real-time stock data! This project leverages modern DevOps practices, including containerization with Docker, CI/CD pipelines, and cloud monitoring with Prometheus \u0026 Grafana. With integrated stock analysis tools, users can follow stock prices, set alerts, and stay updated with relevant news in real-time.\n\n\u003c/hr\u003e\n\n#### Features:\n\n   - 📊 Real-Time Data: Fetches live stock prices using financial APIs like Alpha Vantage or IEX Cloud.\n   - 📈 Technical Indicators: Visualizes technical analysis tools such as Moving Averages and RSI.\n   - 🔔 Price Alerts: Set price alerts and receive notifications when thresholds are hit.\n   - 📰 Stock News: Displays up-to-date news articles related to tracked stocks.\n   - 💼 Portfolio Management: Track and compare multiple stocks simultaneously in a personalized portfolio.\n   - ⚙️ DevOps Integration: Fully containerized with Docker for easy deployment.\n   - 🚀 CI/CD Automation: Automates build, test, and deployment processes using GitHub Actions.\n   - 📈 Monitoring \u0026 Visualization: Monitors performance metrics using Prometheus and Grafana dashboards.\n\n\u003c/hr\u003e\n\n#### Tech Stack:\n\n   - C#/.NET Core: For building the application backend and data processing.\n   - LiveCharts/OxyPlot: For real-time data visualization.\n   - Alpha Vantage/IEX Cloud: API for fetching stock data.\n   - SQLite/SQL Server: Database for storing historical stock data.\n   - Docker: Containerization for consistent application environments.\n   - Prometheus \u0026 Grafana: Monitoring and metrics visualization.\n\n\u003c/hr\u003e\n\n### Getting Started:\n\n#### Prerequisites:\n\n   - .NET Core SDK 8.0\n   - Docker (optional, for containerized deployment)\n   - Git for version control\n\n#### Clone the Repo:\n\nbash\n\ngit clone https://github.com/yourusername/Real-Time-Stock-Tracker.git\ncd Real-Time-Stock-Tracker\n\n#### Run the Application:\n\n  1. Install dependencies:\n\n    bash\n\n    dotnet restore\n\n  2. Build and run the project:\n\n    bash\n\n    dotnet run\n\n  3. Access the application at http://localhost:5000.\n\n\u003c/hr\u003e\n\n#### Docker Setup:\n\n  1. Build Docker Image:\n\n    bash\n\n    docker build -t stock-tracker .\n\n  2. Run the Container:\n\n    `bash\n\n    docker run -d -p 5000:80 stock-tracker\n\n\u003c/hr\u003e\n\n### Contributing:\n\nFeel free to fork this repository, create a new branch, and submit a pull request with any improvements or new features.\n\n### License:\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\nHappy tracking! 👨‍💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickssilver%2Freal-time-stock-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickssilver%2Freal-time-stock-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickssilver%2Freal-time-stock-tracker/lists"}