{"id":17445617,"url":"https://github.com/isparshp/moocflix","last_synced_at":"2026-04-10T02:05:04.097Z","repository":{"id":257902661,"uuid":"873003291","full_name":"iSparshP/moocflix","owner":"iSparshP","description":"MoocFlix: A scalable, microservices-based MOOC streaming platform. Combining education with modern video streaming technology for an enhanced learning experience.","archived":false,"fork":false,"pushed_at":"2024-10-18T22:09:41.000Z","size":205,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T13:13:57.401Z","etag":null,"topics":["aws-s3","docker","e-learning","express","ffmpeg","kafka","kubernetes","microservices","mongodb","mooc","nodejs","postgresql","video-streaming"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/iSparshP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-10-15T12:51:29.000Z","updated_at":"2024-10-18T22:09:45.000Z","dependencies_parsed_at":"2024-10-23T00:36:15.074Z","dependency_job_id":null,"html_url":"https://github.com/iSparshP/moocflix","commit_stats":null,"previous_names":["isparshp/moocflix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iSparshP%2Fmoocflix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iSparshP%2Fmoocflix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iSparshP%2Fmoocflix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iSparshP%2Fmoocflix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iSparshP","download_url":"https://codeload.github.com/iSparshP/moocflix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245960837,"owners_count":20700783,"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":["aws-s3","docker","e-learning","express","ffmpeg","kafka","kubernetes","microservices","mongodb","mooc","nodejs","postgresql","video-streaming"],"created_at":"2024-10-17T18:06:15.186Z","updated_at":"2026-04-10T02:05:04.066Z","avatar_url":"https://github.com/iSparshP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MoocFlix 🎓🎬\n\n![MOOCFLIX (2)](https://github.com/user-attachments/assets/2685fa1e-2058-416a-8471-af8c968a6bb3)\n\nMoocFlix is a cutting-edge MOOC (Massive Open Online Course) streaming platform that combines the power of education with the convenience of modern video streaming services. Built with a microservices architecture, MoocFlix offers a scalable and robust solution for online learning.\n\n## 🌟 Features\n\n- 📚 Course Management\n- 🎥 Video Streaming\n- 📝 Assessment \u0026 Grading\n- 👤 User Management\n- 🔄 Real-time Video Transcoding\n\n## 🏗️ Architecture\n\nMoocFlix is built using a microservices architecture, allowing for scalability and easier maintenance. Here's an overview of our main services:\n\n### 1. User Management Service\n\nHandles user authentication, authorization, and profile management.\n\nKey Features:\n- User registration and login\n- JWT-based authentication\n- Role-based access control (students, instructors, admins)\n- Profile management\n\n### 2. Content Delivery Service\n\nManages video uploads, streaming, and transcoding.\n\nKey Features:\n- Video upload to AWS S3\n- HLS/WebRTC streaming\n- Kafka-based transcoding requests\n- Caching with Redis\n\n### 3. Course Management Service\n\nHandles course creation, updates, and student enrollments.\n\nKey Features:\n- Course CRUD operations\n- Student enrollment\n- Course catalog management\n\n### 4. Assessment Service\n\nManages quizzes, assignments, and grading.\n\nKey Features:\n- Quiz creation and submission\n- Assignment management\n- Auto-grading for objective questions\n\n### 5. Transcoding Service\n\nHandles video transcoding for optimal streaming quality.\n\nKey Features:\n- FFmpeg-based video transcoding\n- Multiple quality profiles\n- Kafka-based job queue\n\n## 🚀 Getting Started\n\n(Add instructions on how to set up and run your project locally)\n\n## 🛠️ Tech Stack\n\n- Backend: Node.js with Express\n- Databases: MongoDB, PostgreSQL, Redis\n- Message Broker: Apache Kafka\n- File Storage: AWS S3\n- Authentication: JWT\n- Video Processing: FFmpeg\n- Containerization: Docker\n- Orchestration: Kubernetes\n\n## 📊 System Architecture Diagram\n\n![MoocFlix System Architecture](path/to/architecture/diagram.png)\n\n## 🌈 API Documentation\n\n(Add links or embed your API documentation here)\n\n## 🧪 Testing\n\nOur project includes various levels of testing:\n\n- Unit Tests\n- Integration Tests\n- End-to-End Tests\n\nTo run the tests:\nbash\n```\nnpm run test\n```\n\n## 🤝 Contributing\n\nWe welcome contributions to MoocFlix! Please see our [Contributing Guide](CONTRIBUTING.md) for more details.\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Acknowledgements\n\n- [Express.js](https://expressjs.com/)\n- [MongoDB](https://www.mongodb.com/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Apache Kafka](https://kafka.apache.org/)\n- [FFmpeg](https://ffmpeg.org/)\n- [Docker](https://www.docker.com/)\n- [Kubernetes](https://kubernetes.io/)\n\n---\n\n\u003cp align=\"center\"\u003eMade with ❤️ by the MoocFlix Team\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisparshp%2Fmoocflix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisparshp%2Fmoocflix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisparshp%2Fmoocflix/lists"}