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
- Host: GitHub
- URL: https://github.com/tatris-io/tatris
- Owner: tatris-io
- License: apache-2.0
- Created: 2022-12-01T09:49:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T18:48:08.000Z (almost 3 years ago)
- Last Synced: 2025-06-25T18:47:34.396Z (12 months ago)
- Topics: cloud-native, database, k8s, log-analysis, logstore, observability, queue, search-engine, storage, time-series
- Language: Go
- Homepage:
- Size: 1.15 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/tatris-io/tatris/actions/workflows/build.yml)

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).