-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Add API for Retrieving All Documents #677
Comments
Currently, there is an |
Exactly. I think I need an HTTP REST API. The service data is needed more for data analysis rather than in real-time, and gRPC has significant technical overhead. |
@krapie I remember connect-rpc also exposing the APIs in HTTP as well as gRPC. Am I right? |
@hackerwins Yes, connect-rpc also exposes plain HTTP along with gRPC. I think we can also resolve this issue when we switch current server rpc to connect-rpc. |
After migrating to Connect RPC, we can use REST API. I think this issue could be solved by using the Private Key created in the Dashboard during the authentication step. yorkie/server/rpc/auth/auth.go Lines 46 to 61 in 258cb1e
|
Then, is it possible to provide API for other features? (Document Editing, ...) |
It would be better to deal with this as a separate issue. |
Description:
Proposing the addition of a REST API to retrieve the contents of Yorkie Documents, enabling developers using Yorkie to utilize the data.
Why:
During the operation of our service, the need for data analysis, such as inspecting accumulated data in Yorkie Documents, has arisen.
The text was updated successfully, but these errors were encountered: