Skip to content

Commit

Permalink
Descriptions updated for Tutorials/Use sections
Browse files Browse the repository at this point in the history
  • Loading branch information
atovpeko authored Feb 11, 2025
1 parent e81e128 commit 252992d
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion tutorials/cookbook.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Timescale cookbook
excerpt: Code examples from the community that help you with loads of common conundrums.
excerpt: Browse code examples from the Timescale Cloud community that resolve common issues and provide solutions for non-standard tasks
product: [cloud, mst, self_hosted]
---

Expand Down
2 changes: 1 addition & 1 deletion tutorials/nyc-taxi-cab/compress-nyc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Query time-series data tutorial - set up compression
excerpt: Compress the dataset so you can store the NYC taxi trip data more efficiently
excerpt: Compress the dataset so you can store the NYC taxi trip data more efficiently with Timescale Cloud
products: [cloud, mst, self_hosted]
keywords: [tutorials, query]
tags: [tutorials, beginner]
Expand Down
2 changes: 1 addition & 1 deletion tutorials/nyc-taxi-geospatial/dataset-nyc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Plot geospatial time-series data tutorial - set up dataset
excerpt: Set up a dataset so you can query geospatial time-series data
excerpt: Ingest and set up a sample dataset so you can query geospatial time-series data
products: [cloud]
keywords: [tutorials, GIS, geospatial, learn]
tags: [tutorials, intermediate]
Expand Down
2 changes: 1 addition & 1 deletion tutorials/nyc-taxi-geospatial/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Plot geospatial time-series data tutorial
excerpt: Learn how to plot geospatial time-series data
excerpt: Follow this tutorial to run queries on a sample dataset with taxi rides in Manhattan, then visualize them using Grafana
products: [cloud]
keywords: [tutorials, GIS, geospatial, learn]
tags: [tutorials, intermediate]
Expand Down
2 changes: 1 addition & 1 deletion tutorials/nyc-taxi-geospatial/plot-nyc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Plot geospatial time-series data tutorial - query the data
excerpt: Query geospatial time-series data
excerpt: Set up a sample dataset for PostGIS and construct queries to analyze the sample time-series data
products: [cloud]
keywords: [tutorials, GIS, geospatial, learn]
tags: [tutorials, intermediate]
Expand Down
2 changes: 1 addition & 1 deletion tutorials/simulate-iot-sensor-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Simulate an IoT sensor dataset
excerpt: Simulate an IOT dataset in your Timescale Cloud service
excerpt: It is often necessary to simulate IoT datasets, for example, when testing a new system. Simulate an IOT dataset in your Timescale Cloud service
products: [cloud, mst, self_hosted]
keywords: [IoT, simulate]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hypertables/about-hypertables.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About hypertables
excerpt: Learn how hypertables work for time-series data
excerpt: Learn how hypertables work and why they are the ultimate tool to run real-time analytical queries on time-series and event data
products: [cloud, mst, self_hosted]
keywords: [hypertables, partitions]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/hypertables/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Hypertables
excerpt: Hypertables are PostgreSQL tables with special features that make it easy to handle time-series data
excerpt: Hypertables are PostgreSQL tables with special features that power real-time analytics on time-series and event data. Learn to use hypertabes in your Timescale Cloud service
products: [cloud, mst, self_hosted]
keywords: [hypertables]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Use Timescale
excerpt: Learn how to work with Timescale
excerpt: Create hypertables and continuous aggregates, compress your data, manage your projects, and use other features available in Timescale Cloud
---

# Use Timescale
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/members.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: User management
excerpt: User management in Timescale Cloud
excerpt: Manage your projects in Timescale Console. Add and delete users, join and leave projects, transfer project ownership, and configure authentication
products: [cloud]
keywords: [members, projects, admin, roles]
tags: [users]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/query-data/about-query-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About querying data
excerpt: How to query data in Timescale
excerpt: Querying data in Timescale Cloud works just like querying data in PostgreSQL, which means you can reuse your existing queries from another PostgreSQL database
products: [cloud, mst, self_hosted]
keywords: [queries]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/query-data/advanced-analytic-queries.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Perform advanced analytic queries
excerpt: Perform advanced data analysis using native PostgreSQL queries and Timescale hyperfunctions
excerpt: Perform real-time data analysis using native PostgreSQL queries and Timescale Cloud hyperfunctions
products: [cloud, mst, self_hosted]
keywords: [queries, hyperfunctions, analytics]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/query-data/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Query data
excerpt: Query data in Timescale
excerpt: Query data in Timescale Cloud with SELECT, get faster queries with SkipScan, and run advanced analytis - all while getting extra benefits from Timescale Cloud architecture and query planning
products: [cloud, mst, self_hosted]
keywords: [queries]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/query-data/select.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SELECT data
excerpt: Query data from a hypertable using a standard SELECT command
excerpt: Query data from a hypertable in Timescale Cloud using the standard SELECT command
products: [cloud, mst, self_hosted]
keywords: [queries]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/change-resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manually change compute resources
excerpt: Manually adjust your service resources
excerpt: Timescale Cloud charges for the storage you actually use, and handles disk resize for you. You can also manually resize the compute resources available to your Timescale Cloud services with minimal downtime
products: [cloud]
keywords: [services, operation, storage]
tags: [disk space, resources, oom, memory]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/connection-pooling.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Connection pooling
excerpt: Use a connection pool for your Timescale services
excerpt: Connection pooling is reusing existing connections instead of creating a new one each time a client requests access to the database. Create connection poolers in Timescale Console to boost your database performance
products: [cloud]
keywords: [connection pooling, pooler, connections, services]
cloud_ui:
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/i-o-boost.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: I/O boost
excerpt: Increase I/O and throughput to avoid performance bottlenecks and enhance scalability
excerpt: Increase I/O and throughput to avoid performance bottlenecks and enhance scalability with I/O Boost
products: [cloud]
keywords: [io, io boost, performance]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About Timescale Cloud services
excerpt: Learn more about Timescale Cloud services
excerpt: A Timescale Cloud service is a 100% PostgreSQL database instance that you use as is, or extend with capabilities specific to your business needs. Learn more about services and available features
products: [cloud]
keywords: [services]
cloud_ui:
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/service-explorer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Service explorer
excerpt: Get insight into the performance and structure of your database
excerpt: Timescale Service Explorer provides a rich administrative dashboard for understanding the state of your services. Get insight into the performance and structure of your service
products: [cloud]
keywords: [services, hypertables, schemas, indexes, policies]
cloud_ui:
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/service-management.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Service management
excerpt: Manage your service from the Operations dashboard
excerpt: Manage your Timescale Cloud service from the Operations dashboard in Timescale Console. Fork the service, reset your password, pause or delete a service, and more
products: [cloud]
keywords: [services, operations, forks]
tags: [manage, admin, passwords, pause, stop, terminate]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/services/service-overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About services
excerpt: See information on your service's connection parameters, configuration, and resource usage
excerpt: Manage your Timescale Cloud services in Timescale Console. Run daily admin operations, control access, set up security, compress data, run analytical queries, and more
products: [cloud]
keywords: [connect, services]
tags: [storage, resources, disk space]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/time-buckets/about-time-buckets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About time buckets
excerpt: Learn how time buckets help you aggregate data by time interval
excerpt: Learn how time buckets help you aggregate data by time interval for efficient and simple real-time analytics in Timescale Cloud
products: [cloud, mst, self_hosted]
keywords: [time buckets]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/time-buckets/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Time buckets
excerpt: Aggregate data by time interval with time buckets
excerpt: Data aggregation is a crucial part of real-time data analysis. Timescale Cloud time buckets enable you to aggregate data in hypertables by time interval. Learn to create and use time buckets in your service
products: [cloud, mst, self_hosted]
keywords: [time buckets]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/time-buckets/use-time-buckets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Aggregate time-series data with time bucket
excerpt: Group your data to perform aggregate calculations over arbitrary time intervals
excerpt: A time bucket function in Timescale Cloud helps you group data so you can perform aggregate calculations over required time intervals. Learn when and how to use time buckets
products: [cloud, mst, self_hosted]
keywords: [time buckets]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/write-data/about-writing-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About writing data
excerpt: How to write data to Timescale
excerpt: Writing data to Timescale Cloud services works the same way as writing data to regular PostgreSQL tables. Learn the basics of inserting, updating, upserting, and deleting data in your services using SQL
products: [cloud, mst, self_hosted]
keywords: [ingest]
tags: [write]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/write-data/delete.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Delete data
excerpt: How to delete data from Timescale
excerpt: Delete data with DELETE or by dropping chunks from a hypertable in your Timescale Cloud service using SQL
products: [cloud, mst, self_hosted]
keywords: [delete, hypertables]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/write-data/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Write data
excerpt: Write data to TimescaleDB
excerpt: Learn to write data in your Timescale Cloud service with SQL
products: [cloud, mst, self_hosted]
keywords: [ingest]
tags: [write]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/write-data/insert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Insert data
excerpt: Insert data into a hypertable
excerpt: Insert single and multiple rows and return data in your Timescale Cloud service with SQL
products: [cloud, mst, self_hosted]
keywords: [ingest]
tags: [insert, write, hypertables]
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/write-data/update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Update data
excerpt: Update data in a hypertable
excerpt: Update single and multiple rows in a hypertable in your Timescale Cloud service with SQL
products: [cloud, mst, self_hosted]
keywords: [updates, hypertables]
---
Expand Down
2 changes: 1 addition & 1 deletion use-timescale/write-data/upsert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Upsert data
excerpt: Upsert data to insert a new row or update an existing row
excerpt: Insert a new row or update an existing row in a hypertable in your Timescale Cloud service using UPSERT
products: [cloud, mst, self_hosted]
keywords: [upsert, hypertables]
---
Expand Down

0 comments on commit 252992d

Please sign in to comment.