/timescaledb-insert-benchmarks

Benchmarking inserting a ~trillion rows of weather data into TimescaleDB

Primary LanguagePythonMIT LicenseMIT

  1. Install docker and docker-compose
  2. Configure .env (might need to add more code to support different port 5433)
  3. docker-compose up
  4. Install poetry
  5. poetry install --no-root (might need to delete poetry.lock?)