Merged
Conversation
…king; update Dockerfile and requirements. Added a separate bash script for polling
…extraction, and article processing modules
…vices packages; add news_fetcher service for fetching articles from News API
…story tracking services; replace print statements with logger calls for better traceability
…s to 1 article; refactor summarization function into a utilities module
Code restructure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This merge request introduces a polling worker for story tracking, along with API endpoints for starting and stopping the tracking process. Additionally, the Dockerfile and requirements have been updated, and a separate bash script has been added for polling.
Commits Overview:
Add Polling Worker & API Endpoints
Implemented a polling worker to handle automated story tracking.
Added API endpoints to start and stop the story tracking process.
Introduced a dedicated bash script for polling execution.
Restructured API Gateway
Improved the modularity and maintainability of the API gateway.
Add Summarization Microservices
Developed content fetching, keyword extraction, and article processing modules.
Add Story Tracking Microservice
Built article retrieval and matching functionality.
Remove Unnecessary Files & Implement Data Services
Deleted .DS_Store files.
Introduced storage and data_services packages.
Added news_fetcher service for retrieving articles from the News API.
Implement Logging for Multiple Services
Added structured logging for health checks, summarization, user profiles, and story tracking.
Replaced print statements with logger calls for better traceability.
Enhance API with CORS Support & Code Refactoring
Enabled CORS for the story tracking endpoint.
Limited news fetch results to one article.
Refactored the summarization function into a utilities module for better maintainability.
Code Restructure (Merge Pull Request #6)
Performed a general code restructure to improve project organization.
Testing & Validation:
Verified polling worker functionality and API endpoint behavior.
Ensured smooth integration with existing services.
Tested logging, CORS handling, and story tracking operations.