Export And Import Solution

Export And Import Solution

These two features can be found in the GraphStudio Home page. You can return to the Home page by clicking "Home" the Menu Bar on the left or clicking the "GraphStudio" logo at the top.

Export

Click on the "Export Current Solution" link to export the whole solution and download it as a tarball, including the schema, the loading jobs and the queries.

ATTENTION:

  1. The graph data and data files will not be exported.

  2. If a query has been modified since it was last installed, GraphStudio will export the modified draft instead of the version that have been installed in the TigerGraph engine.

Import

Click on the "Import an Existing Solution" will upload a previously exported tarball of a solution.

In order to optimize the time required for Import, the imported queries will not be installed but saved as drafts. You need to install them manually.

For security reasons, user-created data sources won't be exported. If you import a solution with S3 data sources, you will need to manually create the data sources again (either though GraphStudio Map Data To Graph page or through GSQL shell). In GraphStudio, you can delete the previously created data sources and create new data sources to avoid duplicate data sources and ensure proper data loading.

Last updated