# ceresdb **Repository Path**: zen0fpy17/ceresdb ## Basic Information - **Project Name**: ceresdb - **Description**: CeresDB 是一款高性能、分布式、Schema-less 的云原生时序数据库,能够同时处理时序型(time-series)以及分析型(analytics)负载。 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 25 - **Created**: 2023-12-11 - **Last Updated**: 2023-12-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![License](https://img.shields.io/badge/license-Apache--2.0-green.svg) [![CI](https://github.com/CeresDB/horaedb/actions/workflows/ci.yml/badge.svg)](https://github.com/CeresDB/horaedb/actions/workflows/ci.yml) [![OpenIssue](https://img.shields.io/github/issues/CeresDB/horaedb)](https://github.com/CeresDB/horaedb/issues) [![Slack](https://badgen.net/badge/Slack/Join%20CeresDB/0abd59?icon=slack)](https://join.slack.com/t/ceresdbcommunity/shared_invite/zt-1dcbv8yq8-Fv8aVUb6ODTL7kxbzs9fnA) [![Docker](https://img.shields.io/docker/v/ceresdb/horaedb-server?logo=docker)](https://hub.docker.com/r/ceresdb/horaedb-server) [中文](./README-CN.md) HoraeDB is a high-performance, distributed, cloud native time-series database. ## Documentation - [User Guide](https://ceresdb.github.io/docs) - [Development Guide](https://ceresdb.github.io/docs/dev/compile_run.html) - [Roadmap](https://ceresdb.github.io/docs/dev/roadmap.html) ## Contributing Any contribution is welcome! Read our [Contributing Guide](CONTRIBUTING.md) and make your first contribution! ## Acknowledgment When develop HoraeDB, we benefit a lot from several other open source projects, such as [influxdb_iox](https://github.com/influxdata/influxdb/tree/main/influxdb_iox), [tikv](https://github.com/tikv/tikv) etc, thanks for their awesome work. In our production usage, we heavily use [OceanBase](https://github.com/oceanbase/oceanbase) as implementation of both WAL and ObjectStorage, and OceanBase team help us maintain stability of our cluster, thanks for their kindly support. ## License HoraeDB is under [Apache License 2.0](./LICENSE).