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

Add the HTTP API for querying pipelines #5084

Open
zyy17 opened this issue Dec 3, 2024 · 0 comments
Open

Add the HTTP API for querying pipelines #5084

zyy17 opened this issue Dec 3, 2024 · 0 comments
Labels
C-enhancement Category Enhancements good first issue Good for newcomers

Comments

@zyy17
Copy link
Collaborator

zyy17 commented Dec 3, 2024

What type of enhancement is this?

User experience

What does the enhancement do?

Although we decide not to expose many HTTP APIs for DB, it will be natural to have an HTTP API for querying pipelines except for the create and delete operation for pipeline management.

For developer experience, when they create a pipeline, it will be convenient to use a similar API to query the pipeline unless using SQL to query greptime_private, for example:

curl -XGET "http://localhost:4000/v1/events/pipelines/test?db=public"

Implementation challenges

No response

@zyy17 zyy17 added C-enhancement Category Enhancements good first issue Good for newcomers labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant