GraphScope Interactive Development guideΒΆ
Users can develop C++ stored procedures and Cypher stored procedures based on GraphScope Interactive
.
Interactive also provides an Admin Service for managing graph data and stored procedures at runtime, and it can also retrieve the running status of the service.
- Turning Cypher Queries into Stored Procedures with GraphScope Interactive
- Create c++ Stored Procedures on GraphScope Interactive
- RESTful API Documentation
- Introduction
- API Overview
- Detailed API Documentation
- ListGraphs API (GraphManagement Category)
- GetGraphStatistics API (GraphManagement Category)
- CreateGraph (GraphManagement Category)
- DeleteGraph (GraphManagement Category)
- GetGraphSchema (GraphManagement Category)
- GetGraphMeta (GraphManagement Category)
- ImportGraph (GraphManagement Category)
- CreateProcedure (ProcedureManagement Category)
- ListAllProcedure (ProcedureManagement Category)
- GetProcedure (ProcedureManagement Category)
- UpdateProcedure (ProcedureManagement Category)
- DeleteProcedure (ProcedureManagement Category)
- StartService (ServiceManagement Category)
- RestartService (ServiceManagement Category)
- StopService (ServiceManagement Category)
- ServiceStatus
- SystemMetrics (NodeMetrics Category)
- GetJobById (JobManagement Category)
- GetAllJobs (JobManagement category)
- CancelJobById (JobManagement category)
- Enable AdminService in development
- Http error code
- Java SDK Reference
- Python SDK Reference