GitXplorerGitXplorer
j

awesome-web-architecture

public
10 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
415db642dd5465dd138d4340947c870d6f636993

add reddit retro

jjbodah committed 9 years ago
Unverified
870a60826a56623ca4d14e98ce4662f226f81446

Update README.md

jjbodah committed 9 years ago
Unverified
9c69cbab6a0982ff479a67611d5de9b0366c3c97

Update README.md

jjbodah committed 9 years ago
Unverified
ee785875ccaae8e6cf42f8a912a6b710bbb34a11

Update README.md

jjbodah committed 9 years ago
Unverified
3f705a5aefd26ab3064145ec5e40277af6d7cddd

initial commit

jjbodah committed 9 years ago
Unverified
2d1e5560b0ef7229088afb6c680c2cac04379bf1

Initial commit

jjbodah committed 9 years ago

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