levelup-talk-cloudconf

My talk for CloudConf on LevelUp

Stars
11
Committers
1

Build your own database with LevelDB and Node.js

A Bespoke.js presentation

Go check out LevelGraph!

If you want to build your own database, check out LevelUp and have the amazing "Level Me Up, Scotty" workshopper at nodeschool.

All of this would not have been possible without the amazing LevelDB, from Google.

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Grunt: $ npm install -g grunt-cli

Then, install dependencies and run the preview server:

$ npm install && bower install
$ grunt server