-
Notifications
You must be signed in to change notification settings - Fork 1
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
Design the REST-full API #141
Comments
Operations to (eventually support)Partitioning
Checkpoint
Additional data
Patterns |
GET /flows GET /flows/{flowId}/checkpoints?type=flat|structured (aggregate up all checkpoints from respective partitionning's CPs) GET /partitionings GET /partitionings/{partId}/flows (just an alias of partitioning's flows field) GET /partitionings/{partId}/checkpoints for batched data: for streamed data: GET /partitionings/{partId}/additionalData GET /partitionings?searchByAdditionalData=k,v GET /patterns PUT change all-at-once / PATCH partial update (field or multiple) |
It's suggested to have 3 controllers for now:
|
// new layer in Atum agent
-- TODO these two:
Eventually (!!!!):
// optional query params limit and offset |
Background
The current REST API of the server is not complex nor very REST-full. And very rudimentary.
Feature
Design the REST API endpoints.
The text was updated successfully, but these errors were encountered: