Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3618 docs rfc unite some get started pages into one #3644

Draft
wants to merge 14 commits into
base: latest
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _partials/_high-availability-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<Procedure>

1. In [Timescale Console][cloud-login], select the service to enable replication for.
1. Click `Operations`, then select `High availability`.
1. Choose your replication strategy, then click `Change configuration`.
<img
class="main-content__illustration"
src="https://assets.timescale.com/docs/images/tsc-replication-add.png"
alt="Creating a database replica in Timescale"
/>

1. In `Change high availability configuration`, click `Change config`.

</Procedure>

[cloud-login]: https://console.cloud.timescale.com
14 changes: 9 additions & 5 deletions _partials/_where-to-next.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Now you have TimescaleDB running, have a look at the:
What next? [Try the main features offered by Timescale][try-timescale-features], see the [use case tutorials][tutorials],
interact with the data in your $SERVICE_LONG using [your favorite programming language][connect-with-code], integrate
your $SERVICE_LONG with a range of [third-party tools][integrations], plain old [Use Timescale][use-timescale], or dive
into [the API][use-the-api].

* [Tutorials][tutorials]: walk through a variety of business scenarios using example datasets.
* [Use Timescale][tsdb-docs]: browse the features available with TimescaleDB.

[tsdb-docs]: /use-timescale/:currentVersion:/
[tutorials]: /tutorials/:currentVersion:/
[connect-with-code]: /quick-start/:currentVersion:/
[integrations]: /use-timescale/:currentVersion:/integrations/
[use-the-api]: /api/:currentVersion:/
[use-timescale]: /use-timescale/:currentVersion:/
[try-timescale-features]: /getting-started/:currentVersion:/test-drive-timescale-features/
23 changes: 15 additions & 8 deletions getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,28 @@ import WhereNext from "versionContent/_partials/_where-to-next.mdx";

This section shows you how to:

1. [Create and connect to a Timescale service][services-create]
1. [Run queries from Timescale Console][run-queries-from-console]
1. [Ingest some real financial data into your database][ingest-data]
1. [Construct some interesting queries][queries] <FeaturedCTA href="/getting-started/latest/queries/#try-it-out-code-block-1" data-tracking="cta-try-out-queries">Try out some <b>live queries</b></FeaturedCTA>
1. [Create and query a continuous aggregates][caggs]
1. [Create and connect to a $SERVICE_LONG][services-create]: choose the capabilities that match your business and
engineering needs on $COMPANY's cloud-based PostgreSQL platform.
1. [Run queries from $CONSOLE][run-queries-from-console]: securely interact your data in the $CONSOLE UI.
1. [Try the main features in Timescale products][test-drive]: rapidly implement the features in $CLOUD_LONG that
enable you to ingest and query data faster while keeping prices low.

Already know the basics? See the
[more advanced tutorials][tutorials], or see how to
[Use Timescale][use-timescale].
What next? See the [use case tutorials][tutorials], interact with the data in your $SERVICE_LONG using
[your favorite programming language][connect-with-code], integrate your $SERVICE_LONG with a range of
[third-party tools][integrations], plain old [Use Timescale][use-timescale], or dive into [the API][use-the-api].

[tutorials]: /tutorials/:currentVersion:/
[connect-with-code]: /quick-start/:currentVersion:/
[integrations]: /use-timescale/:currentVersion:/integrations/
[use-the-api]: /api/:currentVersion:/
[use-timescale]: /use-timescale/:currentVersion:/


[services-create]: /getting-started/:currentVersion:/services#create-your-timescale-account
[services-connect]: /getting-started/:currentVersion:/services/#connect-to-your-service
[test-drive]: /getting-started/:currentVersion:/test-drive-timescale-features/
[run-queries-from-console]: /getting-started/:currentVersion:/run-queries-from-console/
[ingest-data]: /getting-started/:currentVersion:/time-series-data/
[queries]: /getting-started/:currentVersion:/queries/
[caggs]: /getting-started/:currentVersion:/aggregation/

26 changes: 3 additions & 23 deletions getting-started/page-index/page-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,9 @@ module.exports = [
excerpt: "Run your queries securely from inside Timescale Console",
},
{
title: "Tables and hypertables",
href: "tables-hypertables",
excerpt: "Create tables and hypertables for your data",
},
{
title: "Time-series data",
href: "time-series-data",
excerpt: "Add time-series data to your database",
},
{
title: "Queries",
href: "queries",
excerpt: "Query your data using full SQL",
},
{
title: "Aggregation",
href: "aggregation",
excerpt: "Query aggregated data, and create a continuous aggregate",
},
{
title: "Next steps",
href: "next-steps",
excerpt: "Get even more from your Timescale database",
title: "Try the main features in Timescale products",
href: "test-drive-timescale-features",
excerpt: "Improve database performance with Hypertables, time bucketing, continuous aggregates, compression, data tiering, and high availability",
},
],
},
Expand Down
3 changes: 3 additions & 0 deletions getting-started/run-queries-from-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ layout_components: [next_prev_large]
content_group: Getting started
---

import WhereNext from "versionContent/_partials/_where-to-next.mdx";

# Run your queries from Timescale Console

As Timescale Cloud is based on PostgreSQL, you can use lots of [different tools][integrations] to
Expand Down Expand Up @@ -225,6 +227,7 @@ To use SQL editor with Timescale:
details.


<WhereNext />

[readreplica]: /use-timescale/:currentVersion:/ha-replicas/read-scaling/
[run-popsql]: /getting-started/:currentVersion:/run-queries-from-console/#data-mode
Expand Down
6 changes: 3 additions & 3 deletions getting-started/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Connect from "versionContent/_partials/_cloud-connect.mdx";
import CreateAHypertable from "versionContent/_partials/_create-hypertable.mdx";
import ServiceOverview from "versionContent/_partials/_service-overview.mdx";
import CloudIntro from "versionContent/_partials/_cloud-intro.mdx";
import WhereNext from "versionContent/_partials/_where-to-next.mdx";

# Create your first $SERVICE_LONG

Expand Down Expand Up @@ -59,11 +60,10 @@ A Timescale service comes with access control to its data. To be able to run que

<Connect />

## Create a hypertable
And that is it, you are up and running. Enjoy developing with $COMPANY.

<CreateAHypertable />
<WhereNext />

And that is it, you are up and running. Enjoy developing with $COMPANY.

[tsc-portal]: https://console.cloud.timescale.com/
[services-how-to]: /use-timescale/:currentVersion:/services/
Expand Down
Loading
Loading