GET STARTED with TigerGraph Developer Edition on Google Cloud

Deploying Your Instance

1. Go to https://console.cloud.google.com/marketplace and search "Tigergraph Developer Edition". Choosing the latest edition (2.6.1) is recommended. 2. Click on "Launch"

3. The default setting should work for you, but feel free to modify them. When complete, click on "Deploy" Notes: The instance type needs to have at least 4 CPU and 16GB RAM for TigerGraph to work properly. The "Allow TCP port 14240 traffic from the Internet" checkbox must be checked if you want to access GraphStudio (TigerGraph's visualization platform). For more about GraphStudio, see the GraphStudio UI Guide.

For information on how to set up authentication please see User access management The "Allow TCP port 9000 traffic from the Internet" checkbox must be checked if you want to send RESTful requests to TigerGraph from outside the instance (this includes configuring the GSQL client on a remote machine). For more about the REST API, see the TigerGraph RESTful API User Guide.

For more about the TigerGraph Platform, see the TigerGraph Platform Overview.

4. That's it! The TigerGraph instance has been successfully deployed on Google Cloud.

Starting TigerGraph on Your Instance

1. Log on to the instance and switch to the tigergraph user using the following command:

sudo su - tigergraph

2. Run the following command to start TigerGraph

gadmin start

3. TigerGraph has been successfully started on your cloud instance.

Next Steps

If you're new to TigerGraph, see the section "You're Ready to go" for suggested next steps.

Last updated