GitXplorerGitXplorer
j

awesome-web-architecture

public
10 stars
3 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

awesome-web-architecture

a list of links to help you make various important architectural decisions

Overview

General

Load Balancing Tier

Web Tier

App Tier

Cache Tier

Database Tier

  • Designing Data-Intensive Applications - NoSQL is all the buzz. This book does a good job of explaining the design tradeoffs and feature differences between different database technologies to try and help you pick the right one for your application

TODO

  • Explain topics like high availability
  • Security
  • HTTPS/SSL, private networks
  • CI
  • Backup & disaster recovery
  • Deployment, config management
  • Logging
  • Monitoring and alerting