title | excerpt | keywords | tags | |||||
---|---|---|---|---|---|---|---|---|
Verb the widget in the tool |
Verb your widgets to achieve an outcome using the tool |
|
|
A single paragraph description of the tutorial. Make sure to cover what the tutorial does in one or two sentences, including the desired learning outcome. For example:
This tutorial shows you how to efficiently store raw financial tick
data, create different candlestick views, and query aggregated data in
TimescaleDB using the OHLCV format.
Before you begin, make sure you have:
- A TimescaleDB instance running locally or on the cloud. For more information, see installation options.
psql
, or any other PostgreSQL client.
A numbered list of the sub-pages in the tutorial. Remember that this is curricula content, so these steps must be in order:
This section collects all the concept information related to the tutorial, and the tools that are being used throughout. It answers the question "What is it?" This section should not include any procedures, but it can contain code samples if they are being used to explain the feature. Break this page up in a way that is logical, starting from simpler concepts and moving to more complicated ones. Use diagrams and screenshots sparingly, and ensure they add value. Try to keep this section succinct, by linking to lengthier material that exists elsewhere.
For example:
Candlestick charts are used in the financial sector to visualize the price
change of an asset. Each candlestick represents a time frame, such as 1
minute, 1 hour, or similar, and shows how the asset's price changed
during that time.
Include reference-style links at the bottom of the page.