Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcollina/levelup-talk-cloudconf
- Owner: mcollina
- Created: 2014-04-02T17:13:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T08:27:27.000Z (over 10 years ago)
- Last Synced: 2024-10-06T01:49:47.825Z (3 months ago)
- Language: CSS
- Homepage: http://mcollina.github.io/levelup-talk-cloudconf/
- Size: 9.08 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```