Skip to content

mcollina/levelup-talk-cloudconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Sponsor this project

 

Packages

No packages published