Skip to content

vargon/bp-docdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

bplus document search code in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published