
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
github.com/arttet/reddit-feed-api
make deps # Installation of dependencies
make build # Build the project
docker-compose build
make run
docker-compose up -d
docker-compose down
docker container logs --tail 100 reddit-feed-api_reddit-feed-api_1
It reads protobuf service definitions and generates a reverse-proxy server which translates a RESTful HTTP API into gRPC
Metrics gRPC Server
http_microservice_requests_total
reddit_feed_api_feed_not_found_total
Service condition and its information
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
For the convenience of working with the database, you can use the pgcli utility. Migrations are rolled out when the service starts. migrations are located in the ./migrations directory and are created using the goose tool.
pgcli "postgresql://docker:docker@localhost:5432/reddit_feed_api"
The Swagger UI is an open source project to visually render documentation for an API defined with the OpenAPI (Swagger) Specification
admin
ADMIN
Monitor and troubleshoot transactions in complex distributed systems.
Prometheus is an open-source systems monitoring and alerting toolkit
UI for Apache Kafka is a simple tool that makes your data flows observable, helps find and troubleshoot issues faster and deliver optimal performance. Its lightweight dashboard makes it easy to track key metrics of your Kafka clusters - Brokers, Topics, Partitions, Production, and Consumption.
Graylog is a leading centralized log management solution for capturing, storing, and enabling real-time analysis of terabytes of machine data.
admin
admin
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
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.