LevelDB is Google's embedded key/value store that uses similar design concepts as the BigTable Tablet
- https://github.com/nulayer/NULevelDB/blob/master/Classes/NULDBUtilities.mm
- https://github.com/hoisie/LevelDB-ObjC/blob/master/Classes/LevelDB.mm
- https://github.com/preble/APLevelDB/blob/master/APLevelDB/APLevelDB.mm
- http://en.wikipedia.org/wiki/LevelDB
- https://news.ycombinator.com/item?id=2526032
- https://news.ycombinator.com/item?id=2526263 - Chrome uses leveldb as the back-end for IndexedDB 1 2 3
- http://nparashuram.com/IndexedDB/
- http://leveldb.googlecode.com/svn/trunk/doc/index.html
- http://www.quora.com/LevelDB
- Optimizing LevelDB for Performance and Scale - YouTube
- https://github.com/couchbaselabs/TouchDB-iOS/wiki/Guide%3A-Data-Model
- https://github.com/couchbase/couchbase-lite-ios/wiki/Guide%3A-Data-Model
- https://github.com/Softmotions/ejdb - Uses key/data store as backend to create a nosql database
- http://www.postgresql.org/docs/9.1/static/hstore.html
- https://github.com/msgpack/msgpack-c - Enhanced JSON serialization
Taste of Riak: Python
http://docs.basho.com/riak/latest/dev/taste-of-riak/python/
Full-text search with Cocoa | Torsten Curdt's weblog
http://vafer.org/blog/20090107014544/
Modules · rvagg/node-levelup Wiki
https://github.com/rvagg/node-levelup/wiki/Modules
Browse by Keyword: "leveldb"
https://npmjs.org/browse/keyword/leveldb
whistlepig/test-search.c at master · wmorgan/whistlepig
https://github.com/wmorgan/whistlepig/blob/master/test-search.c
Class: Whistlepig::Query
http://masanjin.net/whistlepig/doc/Whistlepig/Query.html
CLucene - lightning fast C++ search engine
http://clucene.sourceforge.net/
MongoLab: MongoDB-as-a-Service (MongoDB hosting)
https://mongolab.com/welcome/
mongo-c-driver/src/bson.h at master · mongodb/mongo-c-driver
https://github.com/mongodb/mongo-c-driver/blob/master/src/bson.h
johnnyd/EJDBKit
https://github.com/johnnyd/EJDBKit