An open API service indexing awesome lists of open source software.

https://github.com/tatris-io/tatris

Time-aware Search and Storage System
https://github.com/tatris-io/tatris

cloud-native database k8s log-analysis logstore observability queue search-engine storage time-series

Last synced: 11 months ago
JSON representation

Time-aware Search and Storage System

Awesome Lists containing this project

README

          


TATRIS

[![Build Status](https://github.com/tatris-io/tatris/actions/workflows/build.yml/badge.svg)](https://github.com/tatris-io/tatris/actions/workflows/build.yml)
![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)

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
* [How to build Tatris and its Docker image](/docs/dev_guides/build.md)
* [How to configure Tatris](/docs/user_guides/configure.md)

## Contributing
Any contribution is welcome!

## Licensing
Tatris is under [Apache License 2.0](./LICENSE).