Skip to content

Commit

Permalink
Merge pull request #221 from babylonchain/add-infra-recommendation-in…
Browse files Browse the repository at this point in the history
…-readme

chore: add infra recommendation in README
  • Loading branch information
jrwbabylonlab authored Jul 29, 2024
2 parents e87e724 + 169299b commit 11e624a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ The primary infrastructure components include:
2. RabbitMQ
3. Redis cache (Work In Progress)

### Infra recommendation

Since the service is public-facing and exposes a set of endpoints,
it's crucial to apply additional protection mechanisms in front of the service.
Here are some recommendations beyond the basic configurations of request size
limit, header limit, request caching, and DDOS protection:

- Request size limit
- Header limit
- Request caching
- Rate limiting
- DDOS protection mechanism
- SSL/TLS
- ... other common API gateway setup for running with microservices.

### Key Features

- **Asynchronous Communication**: Enables decoupled, non-blocking inter-service
Expand Down

0 comments on commit 11e624a

Please sign in to comment.