An open API service indexing awesome lists of open source software.

https://github.com/harmoniousmoss/kyoto

Kyoto protects your website from malicious traffic by blocking bad IP addresses, harmful URLs, and preventing abuse through rate limiting.
https://github.com/harmoniousmoss/kyoto

actix-web mongodb rust

Last synced: 2 months ago
JSON representation

Kyoto protects your website from malicious traffic by blocking bad IP addresses, harmful URLs, and preventing abuse through rate limiting.

Awesome Lists containing this project

README

          

# Kyoto - Security & Rate Limiting Service

Kyoto protects your website from malicious traffic by blocking bad IP addresses, harmful URLs, and preventing abuse through rate limiting.

## ✨ Features
- [x] **IP Blacklisting**: Block malicious IP addresses in real-time
- [x] **URL Protection**: Prevent access to harmful or malicious URLs
- [x] **Rate Limiting**: Control traffic flow to prevent abuse
- [x] **Real-time Updates**: Instant security rule updates
- [x] **Authentication**: Secure access control
- [x] **API Integration**: Easy integration with existing systems

## 🛠️ Tech Stack
- **Backend**: Rust with Actix Web framework
- **Database**: MongoDB for data persistence
- **Authentication**: JWT (JSON Web Tokens)
- **Architecture**: RESTful API design
- **Deployment**: Docker containerization support