24 days of Rust - redis

Important note: this article is outdated! Go to http://zsiciarz.github.io/24daysofrust/ for a recent version of all of 24 days of Rust articles. The blogpost here is kept as it is for historical reasons.

Today I'm revisiting the topic of database access in Rust. I mentioned PostgreSQL client library a week ago. This time we'll move from SQL to NoSQL land. Our focus for today will be Redis - a data structure server. The redis crate is a client library to access Redis from Rust.

Czytaj dalej »
Napisane 18 grudnia 2014

Getting started with HBase

Web 2.0, AJAX, HTML5, and now Big Data. Buzzwords, buzzwords everywhere. However, Big Data means data, and these large amounts of data need to be stored somewhere. Apache HBase is a distributed data store well suited for the task. As I've been playing around with Vagrant and Ansible recently, I've created a virtual machine environment for quick-and-dirty HBase setup. See vagrant-hbase at my GitHub.

Czytaj dalej »
Napisane 28 lipca 2013