git-hulk commented on code in PR #187: URL: https://github.com/apache/kvrocks-website/pull/187#discussion_r1444120600
########## blog/2024-01-07-kvrocks-2023-in-review/index.md: ########## @@ -0,0 +1,67 @@ +--- +slug: kvrocks-2023-in-review +title: Apache Kvrocks 2023 In Review +--- + +The year 2023 is a small milestone for the community in open source, and it is also a new starting point. **Kvrocks successfully graduated from the incubator to become an Apache top-level project in June, which is a great affirmation for the community's health and sustainability**. At the same time, there are also some exciting progress in the project and community. + +Before we start, we would like to thanks all the contributors and users who have been supporting Apache Kvrocks. We can't make it without you! + +<!--truncate--> + +### Project Retrospective + +We collected a lot of feedback from users and developers in the discussion: [2023 Planning(Want your feedback)](https://github.com/apache/kvrocks/discussions/1226), some of them have been resolved in 2023, and some of them are still in the plan list: + +**The key progresses in 2023:** + +- JSON data structure +- BloomFilter data structure +- Watch/Unwatch command +- Lua Functions +- Replication with TLS +- 65 bits expire time and size +- Allow to use `LOAD RDB` command to load Redis RDB file +- Allow to dynamically adjust the number of Worker threads +- Enable Namespace replication +- Support RESTORE command + +**What we are still working on:** + +- RESP3 protocol, more information can be found in [Tracking issue: Support RESP3 in Kvrocks](https://github.com/apache/kvrocks/issues/1980) +- Kvrocks in Kubernetes, [kvrocks-operator](https://github.com/RocksLabs/kvrocks-operator) is ready to test now, but still need more work to make it production-ready +- Controller to manage cluster, the API part of [kvrocks-controller](https://github.com/RocksLabs/kvrocks-controller) is finished, but we belive it's not enough of users before UI part is ready + +**What still in the backlog:** + +- Allow to use the Raft protocol for replication +- HyperLogLog/RedisGraph data structure Review Comment: Sure, those items are just carried from the 2023 planning. Maybe we should explicitly state that RedisGraph won't be supported in the future. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
