Skip to content

tatris-io/tatris

Repository files navigation

TATRIS

Build Status License

Time-aware search and storage system

Getting started

Build from source and have a try!

Tatris compiles to a single binary. You can execute the following commands and have a try:

git clone git@github.com:tatris-io/tatris.git
cd tatris && make
./bin/tatris-server --conf.logging=conf/log-conf.yml --conf.server=conf/server-conf.yml

Useful links for beginners

Contributing

Any contribution is welcome!

Licensing

Tatris is under Apache License 2.0.