Notes on Timescale DB integration for Collimator notebooks
[01/30/2024] Following are notes on how to migrate the current data comparison notebooks from working with TDEngine to PostgreSQL.
- PostgreSQL timescaleDB database and a DRF similar to deepvibe-api-drf needs to be created.
- Current notebooks are communicating with
TDEnginevia a tdengine provided library. - Modify the current interface with TDEngine to
Timescale DBusing a REST library or by other custom library.