{"id":29492553,"url":"https://github.com/ranjeetj06/insighthub","last_synced_at":"2026-05-17T18:02:28.660Z","repository":{"id":301177841,"uuid":"1008410423","full_name":"RANJEETJ06/InsightHub","owner":"RANJEETJ06","description":"InsightHub is a data analytics project that helps automate the entire process of preparing, analyzing, and reporting on CSV data.","archived":false,"fork":false,"pushed_at":"2025-09-14T16:16:36.000Z","size":1532,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-23T07:31:58.039Z","etag":null,"topics":["analysis","begineer","data","springboot"],"latest_commit_sha":null,"homepage":"","language":"Java","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/RANJEETJ06.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-25T13:56:26.000Z","updated_at":"2025-09-14T16:16:39.000Z","dependencies_parsed_at":"2025-09-14T12:09:23.126Z","dependency_job_id":"85d47474-d16a-452f-9179-50305c4721e8","html_url":"https://github.com/RANJEETJ06/InsightHub","commit_stats":null,"previous_names":["ranjeetj06/insighthub"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RANJEETJ06/InsightHub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RANJEETJ06%2FInsightHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RANJEETJ06%2FInsightHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RANJEETJ06%2FInsightHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RANJEETJ06%2FInsightHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RANJEETJ06","download_url":"https://codeload.github.com/RANJEETJ06/InsightHub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RANJEETJ06%2FInsightHub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["analysis","begineer","data","springboot"],"created_at":"2025-07-15T15:08:11.000Z","updated_at":"2026-05-17T18:02:28.655Z","avatar_url":"https://github.com/RANJEETJ06.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# InsightHub\n\nFor educational purpose only,this project allow the user to get some valuable and non valuable insights from a given dataset(in .csv or .xl). \n\n\n## 🧰 Tech Stack\n\n**Client:** React.js\n\n**Server:** Spring Boot 3 (Java 17)\n\n**Messaging:** RabbitMQ\n\n**Database:** MongoDB(Docker)\n\n**Report Generation:** \n- Apache POI (Excel)\n- iText (PDF)\n- JFreeChart (for charts: bar, pie, line, scatter, etc.)\n\n**AI Integration:** Gemini API (for advanced data cleaning Not yet)\n\n**Containerization:** Docker, Docker Compose\n\n## 🔧 Microservices Overview\n\nIt contains 3 microservices:\n\n| Service                | Description                                               | Technologies Used                     |\n|------------------------|-----------------------------------------------------------|----------------------------------------|\n| UploadCleanService     | Cleans uploaded CSV using manual rules \u0026 Gemini AI        | Spring Boot, Gemini API, RabbitMQ      |\n| InsightAnalyzerService | Analyzes cleaned data, encodes categories, finds insights | Spring Boot, MongoDB, RabbitMQ         |\n| ReportService          | Generates PDF/Excel reports with charts                   | Spring Boot, JFreeChart, iText, POI    |\n## ⚙️ Setup of the Project\n\n### ✅ Prerequisites\n\nMake sure the following are installed and set up:\n\n- [Docker](https://www.docker.com/) and Docker Compose ✅\n- Java 17 ✅\n- Maven 3.8+ ✅\n- Git ✅\n\n---\n\n```bash\ngit clone https://github.com/RANJEETJ06/InsightHub.git\ncd InsightHub\n\n\ndocker-compose up -d\n```\n\nStart RabbitMQ on localhost:5672\n(UI: http://localhost:15672, default user/pass: guest/guest)\n\nStart MongoDB on localhost:27017\n\n\n\nWhile on InsightHub move to these 3 files and run all the microservices\n### Terminal 1\n```bash\ncd uploadClean\n./mvnw spring-boot:run\n```\n\n### Terminal 2\n```bash\ncd analysisInsights\n./mvnw spring-boot:run\n```\n\n### Terminal 3\n```bash\ncd report\n./mvnw spring-boot:run\n```\n\n---\n\n# To Do\n\n✅ After Startup\n\n✅ Upload a CSV via the UploadClean API(`curl` or Postman format)\n\n✅ Processed events will flow automatically via RabbitMQ\n\n✅ Reports (PDF/Excel) will be generated and saved locally\n\nNOTE: After terminating all microservices make sure to remove docker containers by\n```bash\ndocker-compose down\n\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjeetj06%2Finsighthub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Franjeetj06%2Finsighthub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Franjeetj06%2Finsighthub/lists"}