Skip to content

Graph database library and server for dealing with Tatoeba's sentence database

Notifications You must be signed in to change notification settings

allan-simon/tatodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tatodb Graph database for Tatoeba sentences database

Tatodb is a database written in C specifically made to handle the graph representation of the sentences in Tatoeba in order to provide something way more efficient than using a SQL database

This project is composed of

  • libtato: the library permitting you to embed this database
  • server: an http server implementing the libtato and exposing an http API

##Build libtato

you should go in libtato/ and then

libtoolize
aclocal
autoconf
automake --add-missing

./configure
make
make install

#TODO

Write documentation, build instruction etc.

Note: the project also contains an "hypergraph" version of the code (and of the server), it will be moved to a dedicated repository in the future

About

Graph database library and server for dealing with Tatoeba's sentence database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages