https://github.com/riywo/rws
Robust Web System
https://github.com/riywo/rws
Last synced: 5 months ago
JSON representation
Robust Web System
- Host: GitHub
- URL: https://github.com/riywo/rws
- Owner: riywo
- Created: 2013-04-09T04:43:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-09T05:12:18.000Z (over 13 years ago)
- Last Synced: 2026-01-17T17:27:20.229Z (7 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RWS
===
# Robust web system with Linux
POC
## What is RWS?
RWS is "robust" web system architecture. "Robust" means:
- stable
- no SPOF(Single Point Of Failure)
- sustainable
- continuous changing/updating software/libraries
- simple
- understandable for most people
- common software/libraries
- less manual operations
## Why?
There are many ways to construct a web system, so everyone is confused everytime. Usually "LAMP" is used as a general way, but this word is not tangible. I want to figure out all details of the elements of an architecture, which is the best practice I think *so far*.
# RWS components
Here is a list of components which should be considered in RWS and the best practice for each component.
## IP address
## Building box (OS installation)
## DNS
## NTP
## SSH environment
## NFS
## Package repository
## Provisioning box
## Loadbalancer
## HA (Failover)
## Application environment
## Database
## Caching
## Job/Queue/Batch
## Backup
## Analytics
## Orchestration
## Monitoring
## Visualization
Underconstructing....