Skip to content

A quick guide to LevelDB (node.js's free/built-in) key-value data store.

Notifications You must be signed in to change notification settings

nelsonic/learn-leveldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

learn-leveldb

A quick guide to LevelDB (node.js's free/built-in) key-value data store.

New to LevelDB?

If you've never heard of LevelDB, read: https://medium.com/node-js-javascript/the-ultimate-database-of-the-future-45e0d00f153c

and watch Dominic Tarr explain:

http://vimeo.com/70232116

Then try the Level Me Up Nodeschoo.io tutorial.

Useful links

Try it with a Simple Example!

I built a simple auto-suggestion tool using LevelDB: https://github.com/nelsonic/ac Read through the code/tests its pretty simple.

About

A quick guide to LevelDB (node.js's free/built-in) key-value data store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published