Glavin001 / Cobra

API Server for storing and graphing real-time time-series data in MongoDB
MIT License
18 stars 1 forks source link

Use Redis to check for pending insert #4

Open Glavin001 opened 10 years ago

Glavin001 commented 10 years ago

If the Insert takes longer than the interval between sending data (per second?) then this will cause issues and redundant inserts

xianlin commented 9 years ago

Did you managed to get Redis done?

Glavin001 commented 9 years ago

No, I am no longer working on this proof-of-concept timeseries datastore. I'd be open to reviewing pull requests :smiley:. Thanks for your interest!