kaelio/start
public demo data stack

Try klo against a real data stack

Postgres + dbt + Metabase + Notion, pre-loaded with the Orbit demo corpus. Read-only credentials are shared publicly so you can connect klo in seconds.

4 sourcesread-onlypublic~5 MB · 38k rows
  • Postgres
  • Metabase
  • dbt
  • Notion
connectionread-only
host
start.kaelio.com
port
5432
database
demo
username
kaelio_demo
password
kaelio_demo
sslmode
prefer(no TLS termination)
url
postgresql://kaelio_demo:kaelio_demo@start.kaelio.com:5432/demo?sslmode=disable
jdbc
jdbc:postgresql://start.kaelio.com:5432/demo?user=kaelio_demo&password=kaelio_demo
shell
# connect with psql
$ psql 'postgresql://kaelio_demo:kaelio_demo@start.kaelio.com:5432/demo?sslmode=disable'
shell
# or register as a klo source
$ klo source add postgres demo \ --url 'postgresql://kaelio_demo:kaelio_demo@start.kaelio.com:5432/demo?sslmode=disable'
what's inside · Postgres
orbit_rawschema
21 tables
~5 MB · 38,338 rows
Notable tables
  • accounts
  • users
  • sessions
  • contracts
  • subscriptions
  • purchase_requests
  • purchase_orders
  • invoices
  • invoice_line_items
  • approval_events
orbit_analyticsschema
35 views
Notable views
  • int_customer_health_signals
  • int_active_contract_arr
  • int_parent_account_arr_movements
  • int_procurement_qualifying_actions
  • int_activation_policy_windows

notes: credentials shown here are intentionally public for demo use. all roles are read-only — writes and destructive actions are rejected. no SLA, no PII, the host may be rebuilt without notice. if something looks broken, ping hello@kaelio.com.