Opensource
5 entries201607 · 27
redis data types
Redis Data Type Summary There are plenty of good resources on the internet, but I’m writing this …
Opensource3 min
201606 · 22
Collecting logs with fluentd
I’ve been collecting error logs with flume, but I’m switching to fluentd. actually the goal is …
Opensource2 min
201606 · 08
Getting average response time, call count, Min, Max on a restful api server
There’s an api server that handles data traffic from an app I computed the average response time …
Opensource2 min
201605 · 30
Analyzing log files with Python and Spark (with hadoop)
File analysis with Spark I did this without really knowing spark or hadoop, so there will be …
Opensource4 min
201509 · 20
Installing redis 3.2.3
Install the compiler first. (Skip if already installed) 1 yum install gcc gcc-c++ autoconf …
Opensource1 min