morningstarxcdcode opened a new pull request, #458: URL: https://github.com/apache/hugegraph-doc/pull/458
Add Algorithm API documentation to the RESTful API guide, resolving issue #205. ## What's added - Algorithm job submission endpoint documentation - Task monitoring via Task API for tracking algorithm progress - Algorithm result retrieval and property mapping for different algorithms - List of all supported algorithms (pagerank, lpa, wcc, degree_centrality, closeness_centrality, betweenness_centrality, triangle_count) - Performance guidance for choosing between REST API and distributed computing frameworks - Navigation updates (SUMMARY.md) for both English and Chinese documentation ## Implementation details The documentation covers: - REST API endpoint for submitting algorithm jobs - Request body parameters common across algorithms - Response structure showing task_id for progress tracking - Integration with existing Task API for job monitoring - Result property mappings specific to each algorithm - Guidance on when to use distributed frameworks for large graphs Both English and Chinese translations are included to maintain the repository's bilingual documentation standard. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
