Skip to content
Tri Nguyen edited this page Feb 8, 2016 · 15 revisions

Resources

Getting started with LevelDB on Node

Also see the LevelUP README for thorough information on how to use LevelDB in Node.

Articles

An introduction to LevelDB, by @hij1nx.

Article on the CAP theorem and push notification databases, by @dominictarr.

An introductory article about Node and LevelDB, by @richorama

An brazilian post which explain how to build a simple API using Express + LevelUP, by @caio-ribeiro-pereira

An introductory article about Node and LevelDB, by @oren

On using level-sublevel to achieve a separation of data buckets, by @oren

Understanding what lexicographical sorting is and how its used in LevelDB to do great things like range queries, by @st-luke

Presentations

On building databases with JavaScript, some focus on LevelDB, by Max Ogden @ LXJS 2012

An set of slides introducing LevelDB, how it works and how it can be used in Node.js, by @rvagg @ Node.js Dublin

A set of slides introducing LevelDB, LevelUP and its extensions ecosystem, introductory level, by @rvagg @ [Sydney Node.ninjas)(http://www.meetup.com/sydney-node-ninjas/)

A set of slides building on the above two presentations. For the first San Fransisco Node Databases meetup in June 2013.