Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Summary] Enhancement and optimization OLTP algorithm & api #2276

Open
4 of 6 tasks
DanGuge opened this issue Aug 10, 2023 · 0 comments
Open
4 of 6 tasks

[Feature Summary] Enhancement and optimization OLTP algorithm & api #2276

DanGuge opened this issue Aug 10, 2023 · 0 comments
Labels
feature New feature

Comments

@DanGuge
Copy link
Contributor

DanGuge commented Aug 10, 2023

Feature Description (功能描述)

Background

HugeGraph provides interfaces for querying through RESTful APIs. However, in the current RESTful API corresponding to the OLTP algorithms, both the algorithms and functionalities are not yet fully complete and require further expansion. There is also room for optimization in the execution of the algorithm. Therefore, in this feature implementation, we have set the following objectives:

  • Provide more comprehensive query result information and details about algorithm execution
  • Enhance algorithm execution efficiency through techniques such as pruning and parallelization

In the existing HugeGraph framework, the OLTP algorithm corresponds to the following interfaces, all of which will be subject to modification:

OLTP APIs
Kout Get
Kout Post
Kneighbor Get
Kneighbor Post
Sameneighbors Get
Sameneighbors Post
Jaccard Similarity Get
Jaccard Similarity Post
Shortest Path Get
All Shortest Paths Get
Weighted Shortest Path Get
Single Source Shortest Path Get
Multi Node Shortest Path Post
Paths Get
Paths Post
Customized Paths Post
Template Paths Post
Crosspoints Get
Customized Crosspoints Post
Rings Get
Rays Get
Fusiform Similarity Post

Tasks

@DanGuge DanGuge added the feature New feature label Aug 10, 2023
@imbajin imbajin changed the title [Feature] Enhancement and Optimization OLTP algorithm & api [Feature Summary] Enhancement and optimization OLTP algorithm & api Aug 25, 2023
@imbajin imbajin moved this to 🏗 In progress in HugeGraph Tasks Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
Status: 🏗 In progress
Development

No branches or pull requests

1 participant