lloyd / bp-docdb forked from vargon/bp-docdb

bplus document search code in progress

This URL has Read+Write access

Lloyd Hilaiel (author)
Fri Oct 09 10:20:26 -0700 2009
README.textile

What is this?

This, our friends, is an experiment in client side storage.
SQL on the client is cute, surely, but is there room for something else?
What if we had an ultra-fast document storage system optimized for
full text search and retrival? Couldn’t we have both simplicity and
power? Dunno, let’s find out.

Building

(NOTE: osx only for now)

1. git clone …
2. git submodule init && git submodule update
3. cd external/ && ./build.rb
4. cd ../
5. mkdir build && cd build && cmake ..
6. make

Built service lives in build/SearchDB