lloyd / bp-docdb forked from vargon/bp-docdb
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Lloyd Hilaiel (author)
Fri Oct 09 10:20:26 -0700 2009
bp-docdb /
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | ||
| |
BuildConfigs.cmake | ||
| |
CMakeLists.txt | ||
| |
README.textile | ||
| |
external/ | ||
| |
manifest.json | ||
| |
src/ | ||
| |
test/ |
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

