Managing directories and files in tgcloud

If I run EXPORT GRAPH fbf to “/home/tigergraph/bak2” it will create the directory bak2 and do the export.

Is there a way to view/edit/delete these files and directories when using tgcloud?

Hi @fjblau,

TG Cloud doesn’t give you that much control for accessing the files. I also don’t think you can edit the files in TG Cloud.

However, if you specifically want to export the graph, you should be able to use “Export and Import Solution” tool in GraphStudio GUI: Export and Import Solution :: GraphStudio and Admin Portal

Best,
Supawish Limprasert (Jim)
Solution Engineer, TigerGraph

So is there any way to automate deployment in TG Cloud? Seems that requires access to GSQL from the command line on the host and access to the files.

Hi @fjblau ,

For automated deployment, if you are not using the files on the host, you can utilize something like a gsql function in pyTigerGraph to run commands:

  • you can potentially set up a python script that will run GSQL commands, like the ones used to create the graph, or define queries and loading jobs.

If you have other questions around this, feel free to reach out to TigerGraph Support team.

Best,
Supawish Limprasert (Jim)
Solution Engineer, TigerGraph