Manage Hosted Subgraphs

In Subgraphs, you can view a list of all existing subgraphs and create a new subgraph using the Create Subgraph button. Click on a subgraph to open the subgraph details. The subgraph details include information such as the Creation date, Blockchain Network, and Workspace. You can view the subgraph Deployment Command and the Subgraph Query URL.

Monitor your subgraph status

The status of a subgraph is displayed on the subgraph detail page. The status will be one of the following:

  • Not deployed — this status is displayed when you create a subgraph but have not yet deployed a subgraph.

  • Deployed — the subgraph is in the process of being deployed and is syncing data.

Work with Subgraphs:

Step 1: Register/Login - Create a new account or log in to your existing account on the Zeeve Platform.

Step 2: Navigate to Hosted Subgraphs - Click on the Hosted Subgraphs above the PERMISSIVE CHAINS section on the Left navigation panel.

Step 3: You will be redirected to the Subgraph Dashboard screen to view a list of all existing subgraphs.

Step 4: Click on the Create Subgraph button at the top right of the screen, after which you will be redirected to the Create Subgraph screen.

Step 5: Enter valid Details of the subgraph and Click on the Add Subgraph button. After successful authentication, you can create a subgraph and be redirected to the details page.

Step 6: The subgraph details page includes information such as the Creation date, Blockchain Network, and Workspace. You can view the API units consumed and other request metadata. Also, you can view the Subgraph Query URL and the Subgraph Deployment Command, which you are required to deploy the subgraph.

Step 7: The subgraph details page includes information such as the latest and current block Sync Status.

Step 8: Click on the Query URL to trace all successful hits. The results are stored in a PostgreSQL database.

Step 9: Click on the Log button of any deployed subgraph to get real-time status information about the progress of the sync.

Step 10: Click on the Delete button to delete a subgraph. Your subgraph is deleted, and you return to the Subgraphs dashboard page. Then click on Continue to authorize the deletion.

Last updated