This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 673f0e17ac chore: rename ceresdb to apache horaedb (#8674)
673f0e17ac is described below
commit 673f0e17ace7e7a08474c26be50038cf0e251477
Author: Ruixiang Tan <[email protected]>
AuthorDate: Fri Dec 29 19:27:39 2023 +0800
chore: rename ceresdb to apache horaedb (#8674)
---
docs/source/user-guide/introduction.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/source/user-guide/introduction.md
b/docs/source/user-guide/introduction.md
index 6c1e54c2b7..b737c3bab2 100644
--- a/docs/source/user-guide/introduction.md
+++ b/docs/source/user-guide/introduction.md
@@ -75,7 +75,7 @@ latency).
Here are some example systems built using DataFusion:
-- Specialized Analytical Database systems such as [CeresDB] and more general
Apache Spark like system such a [Ballista].
+- Specialized Analytical Database systems such as [HoraeDB] and more general
Apache Spark like system such a [Ballista].
- New query language engines such as [prql-query] and accelerators such as
[VegaFusion]
- Research platform for new Database Systems, such as [Flock]
- SQL support to another library, such as [dask sql]
@@ -96,7 +96,6 @@ Here are some active projects using DataFusion:
- [Arroyo](https://github.com/ArroyoSystems/arroyo) Distributed stream
processing engine in Rust
- [Ballista](https://github.com/apache/arrow-ballista) Distributed SQL Query
Engine
-- [CeresDB](https://github.com/CeresDB/ceresdb) Distributed Time-Series
Database
- [CnosDB](https://github.com/cnosdb/cnosdb) Open Source Distributed Time
Series Database
- [Cube Store](https://github.com/cube-js/cube.js/tree/master/rust)
- [Dask SQL](https://github.com/dask-contrib/dask-sql) Distributed SQL query
engine in Python
@@ -104,6 +103,7 @@ Here are some active projects using DataFusion:
- [delta-rs](https://github.com/delta-io/delta-rs) Native Rust implementation
of Delta Lake
- [GreptimeDB](https://github.com/GreptimeTeam/greptimedb) Open Source & Cloud
Native Distributed Time Series Database
- [GlareDB](https://github.com/GlareDB/glaredb) Fast SQL database for querying
and analyzing distributed data.
+- [HoraeDB](https://github.com/apache/incubator-horaedb) Distributed
Time-Series Database
- [InfluxDB IOx](https://github.com/influxdata/influxdb_iox) Time Series
Database
- [Kamu](https://github.com/kamu-data/kamu-cli/) Planet-scale streaming data
pipeline
- [LakeSoul](https://github.com/lakesoul-io/LakeSoul) Open source LakeHouse
framework with native IO in Rust.
@@ -128,7 +128,6 @@ Here are some less active projects that used DataFusion:
[ballista]: https://github.com/apache/arrow-ballista
[blaze]: https://github.com/blaze-init/blaze
-[ceresdb]: https://github.com/CeresDB/ceresdb
[cloudfuse buzz]: https://github.com/cloudfuse-io/buzz-rust
[cnosdb]: https://github.com/cnosdb/cnosdb
[cube store]: https://github.com/cube-js/cube.js/tree/master/rust
@@ -138,6 +137,7 @@ Here are some less active projects that used DataFusion:
[flock]: https://github.com/flock-lab/flock
[kamu]: https://github.com/kamu-data/kamu-cli
[greptime db]: https://github.com/GreptimeTeam/greptimedb
+[horaedb]: https://github.com/apache/incubator-horaedb
[influxdb iox]: https://github.com/influxdata/influxdb_iox
[parseable]: https://github.com/parseablehq/parseable
[prql-query]: https://github.com/prql/prql-query