Skip to content

Cottontail DB is a column store aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (k-nearest-neighbours lookup) used in similarity search.

License

Notifications You must be signed in to change notification settings

sauterl/cottontaildb

 
 

Repository files navigation

Cottontail DB

Cottontail DB is a column store aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (k-nearest-neighbours lookup) used in similarity search.

Setup

Please clone this repository including submodules or initialize them after cloning using git submodule update --init --recursive Then, generate Proto sources using the gradle task generateProto and antlr sources using generateGrammarSource

Credit

Cottontail DB is based on the ideas presented in the following papers:

About

Cottontail DB is a column store aimed at multimedia retrieval. It allows for classical boolean as well as vector-space retrieval (k-nearest-neighbours lookup) used in similarity search.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 97.4%
  • ANTLR 2.6%