mirror of https://github.com/tikv/website.git
19 lines
596 B
Markdown
19 lines
596 B
Markdown
---
|
|
title: Query Layers
|
|
description: Extend TiKV using stateless query layers
|
|
menu:
|
|
"dev":
|
|
parent: Reference-dev
|
|
weight: 2
|
|
identifier: Query Layers-dev
|
|
---
|
|
|
|
TiKV works as storage engines for the following projects:
|
|
|
|
* [TiDB](https://github.com/pingcap/tidb) (MySQL)
|
|
* [Zetta](https://github.com/zhihu/zetta) (Table Store & HBase)
|
|
* [Tidis](https://github.com/yongman/tidis) (Redis)
|
|
* [Titan](https://github.com/distributedio/titan) (Redis)
|
|
* [Titea](https://github.com/gengmei-tech/titea) (Redis)
|
|
* [TiPrometheus](https://github.com/bragfoo/TiPrometheus) (Prometheus)
|