Examples

TimeDB includes interactive Jupyter notebooks that demonstrate key features and usage patterns.

Before running the examples locally, ensure you have:

  1. PostgreSQL Database: A PostgreSQL database (version 12+)

  2. Environment Variables: Set your database connection string:

    export TIMEDB_DSN="postgresql://user:password@host:port/database"
    
  3. Jupyter: Install Jupyter to run the notebooks interactively:

    pip install jupyter