How to schedule and export query result to gcp bucket

Hi team,
I have some questions

Q. how to export my query result directly to gcp bucket ?
Q. How to schedule query ?

@abhishek,

When you create a query and install it in TigerGraph, the platform compiles the query into a REST endpoint. To schedule data retrieval, there are a couple of effective methods:

  1. Cron Job: You can create a cron job to execute the query at specified intervals. This is a standard approach for automating tasks.
  2. Google Cloud Scheduler: Alternatively, you can leverage Google Cloud services like Google Cloud Scheduler. This service allows you to schedule and manage recurring tasks easily. You can use it to trigger your query and store the retrieved data in your Google Cloud Storage bucket.

Feel free to reach out if you have further questions or need assistance.