codementum / experimentr

Backend (Node.js, redis), frontend (js), and analysis (R) for web-based visualization studies.
29 stars 16 forks source link

Redis v. LevelDB #64

Open codementum opened 9 years ago

codementum commented 9 years ago

Level is now at a point where it's really easy to use. Since it persists data by default, it may well be easier than Redis.

The conversion would also be straightforward, because the commands are similar (e.g. put, get).

This video is a great intro. Most of what we need is covered in the first half.

Thoughts @connorgr?