Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BohuTANG committed Mar 27, 2021
1 parent c270207 commit bfa0bfb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,12 +1,12 @@
# FuseQuery
# Datafuse
[![](https://badgen.net/badge/Slack/Join%20Datafuse/0abd59?icon=slack)](https://join.slack.com/t/datafusecloud/shared_invite/zt-nojrc9up-50IRla1Y1h56rqwCTkkDJA)
[![Unit Tests](https://github.com/datafuselabs/datafuse/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/datafuselabs/datafuse/actions/workflows/unit-tests.yml)
[![codecov](https://codecov.io/gh/datafuselabs/datafuse/branch/master/graph/badge.svg?token=V3SC44OQDO)](https://codecov.io/gh/datafuselabs/datafuse)
![Platform](https://img.shields.io/badge/Platform-Linux,%20ARM,%20OS%20X,%20Windows-green.svg?style=flat)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)


FuseQuery is a real-time Cloud Query Engine implemented in Rust.
Datafuse is a free Cloud-Native Analytics DBMS(Inspired by ClickHouse) implemented in Rust.

Inspired by [ClickHouse](https://github.com/ClickHouse/ClickHouse) and powered by [Arrow](https://github.com/apache/arrow).

Expand Down Expand Up @@ -82,14 +82,14 @@ Note:

## Getting Started

### Learn FuseQuery
### Learn Datafuse

* [Architecture](docs/overview/architecture.md)
* [Performance](docs/overview/performance.md)
* [SQL](docs/sqlstatement/)
* [Functions](docs/functions/)

### Try FuseQuery
### Try Datafuse

* [How to Run](docs/overview/building-and-running.md)

Expand All @@ -109,4 +109,4 @@ You can learn more about contributing to the FuseQuery project by reading our [C

## License

FuseQuery is licensed under [Apache 2.0](LICENSE).
Datafuse is licensed under [Apache 2.0](LICENSE).

0 comments on commit bfa0bfb

Please sign in to comment.