paypal / junodb

JunoDB is PayPal's home-grown secure, consistent and highly available key-value store providing low, single digit millisecond, latency at any scale.
Apache License 2.0
2.56k stars 163 forks source link

Feature Request: TimeSeries Database & Feature modularization with libraries #144

Open sur5an opened 1 year ago

sur5an commented 1 year ago

Hi,

Two request

  1. Like redis database, if we can provide capability to store time series values and options to retrieve as time grouped , that will be awesome
  2. Also looking at redis features are build separately from main and can be added during run time like

redis-server --loadmodule /redis/modules/redistimeseries.so

Giving such option gives lot of scopes to add new features easily

Thanks SUR5AN