Skip to content
forked from wumch/taboo

an HTTP/WebSocket based prefix predict server with user-customizeable property matching feature

Notifications You must be signed in to change notification settings

jimmy-kuo/taboo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##taboo

taboo is an HTTP/WebSocket based prefix predict server with user-customizeable property matching feature. taboo is written in c++03 and makes use of cedar(an implementation of double array trie).

###current status: generally usable if you donot need some features such as detach(delete attached prefixes and items from trie).

###requirements: all requrements are shiped as git submodule.

###installation:

git clone git@github.com:wumch/taboo.git taboo
cd taboo
git submodule update
mkdir build
cd build
ln -s ../etc etc
cmake ..
make
./taboo --help    # show configure options
./taboo			  # start taboo daemon
../tests/samples.sh		# run sample tests
../tests/bentchmark.sh  # run bentchmark tests

###todo lists:

  • detach implementation
  • store/restoreimplementation
  • runtime reload implementation

contact wumuch@gmail.com to submit suggestions or features tickets if you can not wait for issues processing.

About

an HTTP/WebSocket based prefix predict server with user-customizeable property matching feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • Shell 1.4%
  • Other 1.5%