tigergraph-connector
Service icon

TigerGraph Connector

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 10 January 2023
 by 
Novigo Solutions
0.0
 (0 ratings)
tigergraph-connector

TigerGraph Connector

Documentation
1.0.0

An application with a service module to connect to the TigerGraph server using token based authorization to retrieve the query data based on parameters.

TigerGraph’s REST API endpoints exist on the REST++ and the GSQL server. REST++ (or RESTPP) is the TigerGraph customized REST server. Our API accepts URL-encoded query string parameters, JSON-encoded request bodies and returns JSON encoded responses.

To submit a request, send an HTTP request to the REST++ server or the GSQL server. By default, the REST++ server listens for requests at port 9000 and the GSQL server listens on port 14240.

Helpful links: https://docs.tigergraph.com/tigergraph-server/current/api/