Opensource
5 entries201607 · 27
redis data types
Testing is done with redis-cli, but for real use I'd probably use an api library for the language
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 monitoring, not collecting The architecture seems…
Opensource1 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 per interface using the apache logs For the hadoop,…
Opensource1 min

201605 · 30
Analyzing log files with Python and Spark (with hadoop)
Installing and running Hadoop, then analyzing files with Spark. Done on OSX, written up in order from configuration to execution.
Opensource2 min
201509 · 20
Installing redis 3.2.3
Building and installing Redis 3.0.4 from source, from preparing gcc and the build tools through compiling and running it.
Opensource1 min