kvrocks icon indicating copy to clipboard operation
kvrocks copied to clipboard

Support time series data structure and commands like Redis

Open PragmaTwice opened this issue 1 year ago • 14 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Motivation

RedisTimeSeries is a redis module used to operate and query time series data, giving redis basic time series database capabilities.

As Apache Kvrocks is characterized by being compatible with the Redis protocol and commands, we also hope to provide temporal data processing capabilities that are compatible with RedisTimeSeries.

This task is to implement the time series data structure and its commands on Kvrocks. Note: Since Kvrocks is an on-disk database based on RocksDB, the implementation will be quite different from Redis.

https://redis.io/docs/data-types/timeseries/ https://kvrocks.apache.org/community/data-structure-on-rocksdb

Solution

No response

Are you willing to submit a PR?

  • [ ] I'm willing to submit a PR!

PragmaTwice avatar Jul 15 '24 07:07 PragmaTwice