
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
github.com/wreckitral/RSS-feed-aggregator
The RSS Feed Aggregator API is a high-performance service built using Go, using sqlc for type-safe SQL queries and goose for database migrations. This API allows you to manage RSS feeds and articles.
This API can be run on your local development system using two methods.
if you have golang and postgresql installed
PORT=<port>
DBCONN=postgres://<username>:<password>@<hostname>:5432/<dbname>?sslmode=disable
cd sql/schema
goose postgres "postgres://<username>:<password>@<hostname>:5432/<dbname>?sslmode=disable" up
make run
to run the project,
docker-compose up -d
docker-compose down
to turn down the containerEndpoint | Method | Status | Request | Response |
/users | POST | 201 |
|
|
/users | GET | 200 |
|
|
/feeds | POST | 201 |
|
|
/feeds | GET | 200 |
|
|
/feed_follows | POST | 201 |
|
|
/feed_follows | GET | 200 |
|
|
/feed_follows/{feedFollowId} | DELETE | 200 |
|
|
/posts | GET | 200 |
|
|
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.