Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matteo-campana/rss-aggregator-with-go
https://github.com/matteo-campana/rss-aggregator-with-go
angular go golang postgres postgresql redis rss sqlc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matteo-campana/rss-aggregator-with-go
- Owner: matteo-campana
- Created: 2024-06-02T14:55:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T10:11:01.000Z (8 months ago)
- Last Synced: 2024-06-19T21:18:48.646Z (7 months ago)
- Topics: angular, go, golang, postgres, postgresql, redis, rss, sqlc
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Aggregator with GO
[![Go](https://img.shields.io/badge/Go-1.22-blue)](https://golang.org/)
[![Postgres](https://img.shields.io/badge/Postgres-16.3-blue)](https://www.postgresql.org/)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.