Click HDC in the left sidebar to manage HDC graphs and algorithms in the database.

To use this module, HDC (High-Density Computing) servers must be deployed for the databases. You can switch between HDC servers using the dropdown menu at the top. Each HDC server maintains its own set of graphs and algorithms independently.
An HDC graph resides in the memory of the HDC server and contains all or part of the data loaded from a graph. You can manage HDC graphs for the selected server in the Graph tab.
Click the Add HDC Graph button to add an HDC graph with the following options:
static: Changes made to the original graph will not be reflected in the HDC graph.dynamic: Insertions, updates, and deletions in the original graph will be synchronized to the HDC graph.
Click an HDC graph in the list to view the schemas and properties of the nodes and edges it contains.
Click the Delete icon on an HDC graph card to remove it from the selected HDC server.
Ultipa provides a suite of algorithms that can be installed on HDC servers. These algorithms are hot-pluggable, allowing you to add or remove them seamlessly without interrupting ongoing database operations. Once installed, they can be executed on HDC graphs.
You can manage HDC algorithms for the selected server in the Algo tab:

Click the Install button to install HDC algorithms. Each algorithm requires an installation file (.so) and a configuration file (.yml) for proper setup. To obtain algorithms, please contact us at [email protected].
Click an algorithm in the list to view its details, including introduction, parameters, writeback options, and executable GQL and UQL examples. Click on an example to automatically populate the Editor with the corresponding query. Be sure to replace <hdcGraphName> in the query with your target HDC graph before executing it.

Click the Delete icon on an HDC algorithm card to remove it from the selected HDC server.