Skip to main content

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.

  1. PostgreSQL timescaleDB database and a DRF similar to deepvibe-api-drf needs to be created.
  2. Current notebooks are communicating with TDEngine via a tdengine provided library.
  3. Modify the current interface with TDEngine to Timescale DB using a REST library or by other custom library.