tdex-network / tdex-analytics

Analytics and Historical data feed about TDEX Network
MIT License
0 stars 6 forks source link

Fetch prices for last 3 months #48

Closed sekulicd closed 1 year ago

sekulicd commented 2 years ago

This fixes issue related to fetching "older" data which was happening cause before we had string fields in measurement and this caused influx aggregateWindow func to fail. In order to avoid this issue we filter only double fields.

@tiero @altafan please review.