This is an automated email from the ASF dual-hosted git repository.
hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
The following commit(s) were added to refs/heads/main by this push:
new cfce4c41 Update README (#419)
cfce4c41 is described below
commit cfce4c419688cc8f5335f0cece3b356b8613231d
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Sun Mar 17 19:47:16 2024 +0800
Update README (#419)
* Update README.md
Co-authored-by: Superskyyy <[email protected]>
---------
Co-authored-by: Superskyyy <[email protected]>
---
README.md | 52 ++++------------------------------------------------
1 file changed, 4 insertions(+), 48 deletions(-)
diff --git a/README.md b/README.md
index 80b07eb9..bd80ff03 100644
--- a/README.md
+++ b/README.md
@@ -25,56 +25,12 @@ The database research community usually uses [RUM
Conjecture](http://daslab.seas
* For Chinese speaker, send `[CN] Request to join SkyWalking slack` mail to
the mail list(`[email protected]`), we will invite you in.
* X (Twitter): [@BanyanDB](https://twitter.com/BanyanDB) and
[@ASFSkyWalking](https://twitter.com/ASFSkyWalking)
-## Documents
+## Documentation
-[Documents](https://skywalking.apache.org/docs/skywalking-banyandb/next/readme/)
+- [Dev version
doc](https://skywalking.apache.org/docs/skywalking-banyandb/next/readme/)
+- [Latest release
doc](https://skywalking.apache.org/docs/skywalking-banyandb/latest/readme/)
+- [Java Client SDK doc](https://skywalking.apache.org/docs/#BanyanDBJavaClient)
-## RoadMap
-
-### Client manager
-
-- [x] gRPC server
-- [x] HTTP server
-
-### Distributed manager
-
-- [x] Sharding
-- [x] Load balance
-- [x] Distributed query optimizer
-- [x] Data queue
-
-### Data processor
-
-- [x] Schema management
-- [x] Time-series abstract layer
-- [x] Stream data processor
-- [x] Measure data processor
-- [x] Property data processor
-- [x] TopNAggregation processor
-- [x] Index processor
-- [x] TTL
-- [x] Cold data processor
-- [x] WAL
-
-### Query processor
-
-- [x] Stream query processor
-- [x] Measure query processor
-- [x] Index reader
-- [x] Streaming pipeline processor(OR and nested querying)
-- [ ] Parallel executor
-- [ ] Cost-based optimizer
-
-### Storage
-
-- [ ] Compaction
-- [ ] Merge data files
-- [ ] Sparse index
-
-### Tools
-
-- [x] Command-line
-- [x] Webapp
## Contributing