Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcollina/levelup-talk-cloudconf

My talk for CloudConf on LevelUp
https://github.com/mcollina/levelup-talk-cloudconf

Last synced: 2 months ago
JSON representation

My talk for CloudConf on LevelUp

Awesome Lists containing this project

README

        

# Build your own database with LevelDB and Node.js

> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation

Go check out [LevelGraph](http://levelgraph.io)!

If you want to build your own database, check out
[LevelUp](http://github.com/rvagg/node-levelup)
and have the amazing ["Level Me Up, Scotty"](http://nodeschool.io/#levelmeup)
workshopper at [nodeschool](http://nodeschool.io).

All of this would not have been possible without the amazing
[LevelDB](https://code.google.com/p/leveldb/), from Google.

## View slides locally

First, ensure you have the following installed:

1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`

Then, install dependencies and run the preview server:

```bash
$ npm install && bower install
$ grunt server
```