{"id":21731575,"url":"https://github.com/codebyaadi/feedoku","last_synced_at":"2026-04-15T18:03:18.357Z","repository":{"id":248055597,"uuid":"817347625","full_name":"codebyaadi/feedoku","owner":"codebyaadi","description":"Feedoku is an open-source RSS Feed aggregator built to showcase high-performance backend development skills using Go, Redis, Postgres, and Kafka. Designed for efficient feed collection and processing, Feedoku serves as a demonstration of scalable architecture and reliable data handling in an RSS aggregation platform.","archived":false,"fork":false,"pushed_at":"2025-06-23T15:22:49.000Z","size":557,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T20:42:43.351Z","etag":null,"topics":["go","golang","project-idx","rss-aggregator"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codebyaadi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-19T14:10:40.000Z","updated_at":"2025-10-01T13:59:41.000Z","dependencies_parsed_at":"2024-09-07T09:26:52.760Z","dependency_job_id":"6a90500b-3e02-4d2d-8e2b-bb0f736e378a","html_url":"https://github.com/codebyaadi/feedoku","commit_stats":null,"previous_names":["codebyaadi/rss-feed-agg","codebyaadi/feedoku"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebyaadi/feedoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Ffeedoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Ffeedoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Ffeedoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Ffeedoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebyaadi","download_url":"https://codeload.github.com/codebyaadi/feedoku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Ffeedoku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31853280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["go","golang","project-idx","rss-aggregator"],"created_at":"2024-11-26T04:26:35.696Z","updated_at":"2026-04-15T18:03:18.340Z","avatar_url":"https://github.com/codebyaadi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feedoku\n\nFeedoku is a modern RSS Feed aggregator built with Next.js, Go, Postgres, Redis, and Kafka. It allows users to aggregate, manage, and read their favorite RSS feeds in one place.\n\n## 🚀 Features\n\n- Real-time feed updates using Kafka ( Not implemented yet )\n- Fast content delivery with Redis caching\n- Responsive web interface built with Next.js\n- RESTful API powered by Go\n- Feed management and organization\n- Search functionality across all feeds\n- Mobile-friendly interface\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Next.js\n- **Backend**: Go (Golang)\n- **Cache**: Redis\n- **Message Broker**: Apache Kafka\n- **Database**: PostgreSQL\n\n## 🔧 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/codebyaadi/feedoku.git\ncd feedoku\n```\n\n2. Set up the frontend:\n```bash\ncd www\nnpm install\ncp .env.example .env\n# Configure your environment variables\n```\n\n3. Set up the backend: (work in main directory)\n```bash\ncp .env.example .env\n# Configure your environment variables\n```\n\n4. Start Redis:\n```bash\nredis-server\n```\n\n5. Start Kafka:\n```bash\n# Start Zookeeper first\nbin/zookeeper-server-start.sh config/zookeeper.properties\n\n# Start Kafka\nbin/kafka-server-start.sh config/server.properties\n```\n\n## 🚀 Running the Application\n\n1. Start the frontend development server:\n```bash\ncd frontend\nnpm run dev\n```\n\n2. Start the backend server: (work in main directory)\n```bash\ngo run main.go\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👥 Authors\n\n- Aditya Rajbhar - [codebyaadi](https://github.com/codebyaadi)\n\n## 🙏 Acknowledgments\n\n- Thanks to all contributors\n- Inspired by various RSS readers and aggregators\n- Built with amazing open source technologies","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebyaadi%2Ffeedoku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebyaadi%2Ffeedoku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebyaadi%2Ffeedoku/lists"}