https://github.com/j3rrryy/news-aggregator
News Aggregator app with analytics. Written using Spring Boot
https://github.com/j3rrryy/news-aggregator
docker news-aggregator nginx postgresql redis spring-boot
Last synced: 3 months ago
JSON representation
News Aggregator app with analytics. Written using Spring Boot
- Host: GitHub
- URL: https://github.com/j3rrryy/news-aggregator
- Owner: j3rrryy
- License: mit
- Created: 2025-05-06T23:00:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-13T11:59:58.000Z (4 months ago)
- Last Synced: 2025-06-13T12:49:49.563Z (4 months ago)
- Topics: docker, news-aggregator, nginx, postgresql, redis, spring-boot
- Language: Java
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# News Aggregator
## :book: Key features
- News collection from multiple sources (rt.ru, aif.ru, svpressa.ru)
- Different search and filtration options
- Real-time news analytics
- Data export to CSV, JSON or HTML
- Configurable automatic updates
- Main DB - PostgreSQL
- DB for cache - Redis> [!NOTE]
> API located at `/api`
>
> Docs located at `/api/docs`## :computer: Requirements
- Docker
## :hammer_and_wrench: Getting started
- Copy `.env` file from `examples/` to `docker/` folder and fill it in
- Copy `redis.conf` file from `examples/` to `docker/` folder and fill it in
### :rocket: Start
```shell
docker compose up --build -d
```### :x: Stop
```shell
docker compose stop
```## :sparkling_heart: HSE FCS IPDD