Skip to content

Files for the tutorial on Citus & Multi-Tenant Models @ PGConf US 2017

Notifications You must be signed in to change notification settings

citusdata/pgconfus-tutorial-multi-tenant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGConf US Tutorial

You will require a Citus Cloud formation for this tutorial, with the tutorial data pre-loaded.

In case you want to follow this at home, contact us in Slack or on the website, and we'd be happy to set you up with a tutorial formation.

0. Requirements

  • Citus Cloud tutorial formation (hand-out)
  • PostgreSQL client on your laptop

1. Create the schema and load data

Follow each section in schema_and_data.md

2. Follow the tutorial

Follow each section in tutorial.md


Note: How to access worker nodes

Run SELECT nodename, nodeport FROM pg_dist_node and copy one of the hostnames starting with ec2- and ending in .com.

Take the connection string you get from the Citus Cloud dashboard, and replace the coordinator hostname (starting with c. and ending in .com) with the worker hostname. Then simply use psql to connect to the worker (username, password, port and database name are the same).

About

Files for the tutorial on Citus & Multi-Tenant Models @ PGConf US 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages