erpc_analysis

Module db_client

source
Expand description

Provides the Neo4jAnalysisClient, a concrete implementation of the AnalysisDatabase trait for interacting with a Neo4j database for eRPC’s analysis tasks.

This module includes:

  • The client struct (Neo4jAnalysisClient) for executing queries.
  • Methods for common analysis-related database operations, such as creating GDS graph projections.

Structs§