Postgres dashboard
Follow a Postgres table into a live dashboard, using only published plugins.
less than a minute
The examples/
directory in the repository holds runnable programs, each focused on one thing. They
run against a local build of the repository, so they exercise your changes rather than
the released package — see the
README
there for the two commands that set that up.
| Example | Shows |
|---|---|
python_source.py | Pushing changes into a Python source and printing the diffs |
streaming.py | Consuming results as an async iterator |
sync_quickstart.py | The same thing with the blocking API |
install_plugin.py | Installing a plugin from ghcr.io and using it |
postgres_cdc.py | Following a real Postgres table through change data capture |
Only the last two need network access, and postgres_cdc.py needs Docker.
Follow a Postgres table into a live dashboard, using only published plugins.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.