Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.3 KB

database-building-blocks-with-leveldb_brycebaril.md

File metadata and controls

32 lines (21 loc) · 1.3 KB

Database Building Blocks With LevelDB

Abstract

The Node.js community has quickly latched onto LevelDB to build databases into applications. Let's dig into this powerful little database engine and why it has captured the hearts of so many Node developers.

  • Why you should consider using LevelDB in your Node app
  • Why sometimes you shouldn't
  • An overview of the many plugin modules
  • Address some FAQs about LevelDB

Speaker Bio

brycebaril

Bryce is a total data nerd. You can usually find him in his basement writing code while his white standard poodle naps on the futon. He's building Ravenwall, a service for monitoring and metrics.

One of the things he loves most is teaching his three daughters how to code.

Bryce also maintains the popular node_redis library.