Skip to content

Commit

Permalink
Link to codebase of example app, rather than server instance (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonels-msft committed Oct 2, 2019
1 parent 02e6b31 commit f431a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_started/tutorial_multi_tenant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Data model and sample data
---------------------------

We will demo building the database for an ad-analytics app which companies can use to view, change,
analyze and manage their ads and campaigns (see an `example app <http://citus-example-ad-analytics.herokuapp.com/>`_).
analyze and manage their ads and campaigns (see an `example app <https://github.com/citusdata/citus-example-ad-analytics/>`_).
Such an application has good characteristics of a typical multi-tenant system. Data from different tenants is stored in a central database, and each tenant has an isolated view of their own data.

We will use three Postgres tables to represent this data. To get started, you will need to download sample data for these tables:
Expand Down

0 comments on commit f431a64

Please sign in to comment.