Cloud Storage Showdown: Google Drive, Dropbox, iCloud and More Compared
Category: Sysadmin
System administration is a special are of IT. It also has a special place in my heart. It is an interesting mixture of all the other disciplines, both common across the whole industry, and at the same time unique for each person, company, and geographical location. When I have something to say or share about system administration, I use this category.
5 Common Server Setups For Your Web Application
5 Common Server Setups For Your Web Application
Covering:
- Everything on one server.
- Separate database server.
- Load balancer (reverse proxy).
- HTTP accelerator (caching reverse proxy).
- Master-slave database replication
Extract, Transform, Load
I’ve been doing all kinds of data migrations and system integration for years now. Â But only yesterday I’ve learned that there is a very specific term linked to the process.
In computing, extract, transform, and load (ETL) refers to a process in database usage and especially in data warehousing that:
- Extracts data from outside sources
- Transforms it to fit operational needs, which can include quality levels
- Loads it into the end target (database, more specifically, operational data store, data mart, or data warehouse)
ETL systems commonly integrate data from multiple applications, typically developed and supported by different vendors or hosted on separate computer hardware. The disparate systems containing the original data are frequently managed and operated by different employees. For example a cost accounting system may combine data from payroll, sales and purchasing.
tmux-resurrect – persists tmux environment across system restarts
tmux-resurrect – persists tmux environment across system restarts
git-annex – manage large files with git
git-annex – manage large files with git. Â This is similar to git-fat that I mentioned that other day.
