Suggested Design for communication between UI and Nebula Graph #5591
xs2tarunkukreja
started this conversation in
General
Replies: 1 comment 2 replies
-
Dear @xs2tarunkukreja Have you looked into this project? https://github.com/vesoft-inc/nebula-http-gateway NebulaGraph Studio/Explorer is actually built on top of that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
We are using Nebula Graph having N types of entities and M types of relationship. We are planning to display the same on SPA(Angular). Currently I have developed an REST API for communication between UI and Graph DB.
I have developed endpoints to get entities and relationships. But while working on this approach, I realized this is not a sustainable solution.
Do any of you know any suggested design for the same? Any reference would be helpful.
Regards,
Tarun
Beta Was this translation helpful? Give feedback.
All reactions