Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 622 Bytes

docs_wip.md

File metadata and controls

27 lines (19 loc) · 622 Bytes

This file contain documentation that might be used in the future but right now is not.

Connect to the DB UI

  1. Visit http://localhost:9000
  2. Fill
    1. Email/Username: [email protected]
    2. Password: password
  3. Press the login button.

Start Downloading Data

make start

Create Server

CREATE SERVER IF NOT EXISTS postgres2 FOREIGN
DATA WRAPPER postgres_fdw
OPTIONS (host 'timescale', dbname 'postgres', port '5432');

Reference