Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/levelgraph-talk-nodejsconfit
My Talk at nodejsconf.it 2014! "How to Cook a Graph Database in a Night"
https://github.com/mcollina/levelgraph-talk-nodejsconfit
Last synced: about 1 month ago
JSON representation
My Talk at nodejsconf.it 2014! "How to Cook a Graph Database in a Night"
- Host: GitHub
- URL: https://github.com/mcollina/levelgraph-talk-nodejsconfit
- Owner: mcollina
- Archived: true
- Created: 2014-01-22T11:15:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T18:14:44.000Z (over 10 years ago)
- Last Synced: 2024-08-04T01:15:59.361Z (5 months ago)
- Language: CSS
- Homepage: nodejsconfit.levelgraph.io
- Size: 9.52 MB
- Stars: 36
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - levelgraph-talk-nodejsconfit
README
# How to Cook a Graph Database in a Night
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentationGo 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
```