Examples
TimeDB includes interactive Jupyter notebooks that demonstrate key features and usage patterns.
Before running the examples locally, ensure you have:
PostgreSQL Database: A PostgreSQL database (version 12+)
Environment Variables: Set your database connection string:
export TIMEDB_DSN="postgresql://user:password@host:port/database"
Jupyter: Install Jupyter to run the notebooks interactively:
pip install jupyter