Skip to content

matteo-campana/rss-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS Aggregator with GO

Go Postgres Angular Redis

The project is an RSS Aggregator built with Go, a statically typed, compiled programming language developed by Google. An RSS Aggregator is a type of software that fetches and consolidates RSS feeds from various sources into a single location. RSS, which stands for Really Simple Syndication, is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format.

This particular RSS Aggregator is designed to fetch data from various RSS feeds and aggregate it. The aggregated data is then stored in a Postgres database for later retrieval and analysis. Postgres, or PostgreSQL, is a powerful, open-source object-relational database system.

The requirements section lists the technologies needed to run the project. In this case, the project requires Go (specifically version 1.22) and Postgres (specifically version 16.3). These versions are likely the ones the project was developed and tested with, so using them would help ensure compatibility and smooth operation.

Next Steps

This project starts to extend the tutorial / crash course Golang Web Server and RSS Scraper | Full Tutorial. My goal is to create a complete RSS aggregator to aggregate the rss feeds from fitgirl-repacks, DODI-repacks, and Nyaa and retrieve data from SteamDB and AnimeDB to get the latest game and anime releases and help users find the latest content without having to visit multiple websites.

pirate alt

TODO

  • Create a Go program to fetch RSS feeds
  • Parse the fetched data and store it in a Postgres database
  • Implement a REST API to retrieve the aggregated data
  • Refactor the code to improve readability and maintainability using the project go-blueprint
  • Write tests to ensure the program works as expected
  • Define a front-end interface to display the aggregated data (Angular or Next.js)
  • Add authentication and authorization to the REST API
  • Implement caching to improve performance (Redis?) (optional)
  • Add error handling and logging to the program (optional)
  • Refactor the code to improve readability and maintainability (optional)
  • Document the project to help other developers understand and contribute (optional)
  • Optimize the program for scalability and efficiency (optional)
  • Add support for additional RSS feed formats and sources (optional)
  • Integrate with third-party services for additional functionality (optional)
  • Implement a CI/CD pipeline to automate testing and deployment
  • Deploy the project to a server for public access
  • Monitor the project for performance and stability (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published