{"id":26954511,"url":"https://github.com/vishva7/logly","last_synced_at":"2026-04-15T15:32:29.101Z","repository":{"id":285547660,"uuid":"958490375","full_name":"vishva7/Logly","owner":"vishva7","description":"A log analytics platform designed to collect, process and visualize log data in real time. Built as mini-project for Cloud Computing (UE22CS351B)","archived":false,"fork":false,"pushed_at":"2025-04-01T10:23:43.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T11:27:39.524Z","etag":null,"topics":["fastapi","grafana","kafka","logging"],"latest_commit_sha":null,"homepage":"","language":"Python","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/vishva7.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}},"created_at":"2025-04-01T09:30:36.000Z","updated_at":"2025-04-01T10:25:48.000Z","dependencies_parsed_at":"2025-04-01T11:37:57.736Z","dependency_job_id":null,"html_url":"https://github.com/vishva7/Logly","commit_stats":null,"previous_names":["vishva7/logly"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishva7%2FLogly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishva7%2FLogly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishva7%2FLogly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vishva7%2FLogly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vishva7","download_url":"https://codeload.github.com/vishva7/Logly/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922243,"owners_count":20855345,"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":["fastapi","grafana","kafka","logging"],"created_at":"2025-04-03T02:17:36.963Z","updated_at":"2025-10-12T08:11:55.636Z","avatar_url":"https://github.com/vishva7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logly\n\nLog Analytics Platform is designed to collect, process, and visualize log data in real time. \n\nIt leverages Grafana for visualization, Kafka for real-time log ingestion, and a relational database for storage.\n\nBuilt for Cloud Computing course mini-project (UE22CS351B).\n\n## Features\n\nThe platform visualizes the following metrics in Grafana:\n- Request Count per Endpoint: Track the number of requests made to each API endpoint.\n- Response Time Trends: Display response time patterns over different time periods.\n- Most Frequent Errors in the Application: Identify and highlight recurring errors.\n- Real-Time Logs: Provide a live feed of logs for monitoring purposes.\n\n## Technology Stack\n\n- Containerization: Docker\n- Simulated server endpoints: FastAPI\n- Message Broker: Apache Kafka for log ingestion\n- Visualization: Grafana for querying and visualizing log data\n\n## Running the Project\n \n1. Start the Docker containers: `docker-compose up -d`\n \n2. Access the API: API endpoints will be available at http://localhost:8000\n \n3. Run the workload simulator (after containers are up):\n`python workload_simulator.py --duration 300 --workers 5`\nThis will simulate traffic for 5 minutes with 5 concurrent workers.\n \n4. Monitor Kafka (optional): Access Kafka UI at http://localhost:8080\n \n5. View logs and metrics in Grafana: Access Grafana at http://localhost:3000\n```language:none\nDefault credentials: admin/admin\n \nYou'll need to configure a PostgreSQL data source in Grafana:\nHost: postgres:5432\nDatabase: logly_db\nUser: logly\nPassword: logly_password\n```\n \n6. Shut down the project (when finished): `docker-compose down`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishva7%2Flogly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvishva7%2Flogly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvishva7%2Flogly/lists"}