Skip to content

Commit 7ede42e

Browse files
committed
Promote app stacks content
1 parent 324920f commit 7ede42e

6 files changed

+44
-6
lines changed

articles/postgresql/TOC.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,9 +688,11 @@
688688
- name: How-to guides
689689
items:
690690
- name: Connect and query
691+
href: hyperscale/howto-connect.md
692+
- name: App stacks
691693
items:
692-
- name: Psql client
693-
href: hyperscale/howto-connect.md
694+
- name: Overview
695+
href: hyperscale/howto-app-stacks-overview.md
694696
- name: Python
695697
href: hyperscale/howto-app-stacks-python.md
696698
- name: Node.js
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Writing apps to connect and query Hyperscale (Citus)
3+
description: Learn to query Hyperscale (Citus) in multiple languages
4+
ms.author: sasriram
5+
author: saimicrosoft
6+
ms.service: postgresql
7+
ms.subservice: hyperscale-citus
8+
ms.topic: how-to
9+
ms.date: 06/20/2022
10+
---
11+
12+
# Query Hyperscale (Citus) from your app stack
13+
14+
[!INCLUDE[applies-to-postgresql-hyperscale](../includes/applies-to-postgresql-hyperscale.md)]
15+
16+
## Overview
17+
18+
Select your development language to learn how to connect to Hyperscale (Citus)
19+
to create, read, update, and delete data.
20+
21+
* [Python](howto-app-stacks-python.md)
22+
* [Node JS](howto-app-stacks-nodejs.md)
23+
* [C#](howto-app-stacks-Csharp.md)
24+
* [Java](howto-app-stacks-java.md)
25+
* [Ruby](howto-app-stacks-ruby.md)
26+
27+
## Next steps
28+
29+
Learn to [build scalable applications](howto-build-scalable-apps-overview.md)
30+
with Hyperscale (Citus).

articles/postgresql/hyperscale/howto-build-scalable-apps-model-high-throughput.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ When building a high-throughput app, keep some optimization in mind.
5959

6060
We've completed the how-to for building scalable apps.
6161

62+
* Learn how to use specific [app stacks](howto-app-stacks-overview.md) with Hyperscale (Citus).
6263
* You may now want to know how to [scale a server group](howto-scale-grow.md)
6364
to give your app more nodes and hardware capacity.

articles/postgresql/hyperscale/howto-build-scalable-apps-model-multi-tenant.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ it easy to include a tenant ID in queries. Here are instructions:
129129

130130
## Next steps
131131

132-
If you're migrating an existing multi-tenant app to Hyperscale (Citus), see
133-
this highly detailed guide:
132+
We've completed the how-to for building scalable apps.
134133

135-
> [!div class="nextstepaction"]
136-
> [Migrating an existing app (external) >](https://docs.citusdata.com/en/stable/develop/migration.html#transitioning-mt)
134+
* Learn how to use specific [app stacks](howto-app-stacks-overview.md) with Hyperscale (Citus).
135+
* You may now want to know how to [scale a server group](howto-scale-grow.md)
136+
to give your app more nodes and hardware capacity.
137+
* To migrate an existing multi-tenant app to Hyperscale (Citus), see
138+
[Migrating an existing app (external) >](https://docs.citusdata.com/en/stable/develop/migration.html#transitioning-mt)

articles/postgresql/hyperscale/howto-build-scalable-apps-model-real-time.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ SELECT create_reference_table('countries');
7878

7979
We've completed the how-to for building scalable apps.
8080

81+
* Learn how to use specific [app stacks](howto-app-stacks-overview.md) with Hyperscale (Citus).
8182
* You may now want to know how to [scale a server group](howto-scale-grow.md)
8283
to give your app more nodes and hardware capacity.

articles/postgresql/hyperscale/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ landingContent:
2828
links:
2929
- text: Building scalable apps
3030
url: howto-build-scalable-apps-overview.md
31+
- text: Language-specific app stacks
32+
url: hyperscale/howto-app-stacks-overview.md
3133

3234
# Card
3335
- title: Scale

0 commit comments

Comments
 (0)