lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 2 forks source link

gRPC console #178

Open lukashornych opened 1 month ago

lukashornych commented 1 month ago

Consider creating gRPC console for testing directly gRPC requests using JSON bodies. Keep in mind that evitaDB now provides gRPC docs utility from Armeria server.

novoj commented 1 month ago

Could we potentially integrate Armeria console into ours? I don't know if it would be feasible and whether we could achieve seamless integration.

lukashornych commented 1 month ago

Yeah thats also possibility i want to try out, but i fear that the ui/ux will not be as seamless as i would like as it is basically different app.