Open-EO / Open-EO/openeo-python-driver
[EPIC] pagination support
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 8
- Avg merge
- 6d 3h
- Merged PRs (30d)
- 4
Description
Epic for all things pagination
So far, pagination support has been absent (or somewhat and afterthought) in the design of openeo-python-driver. We already started working on pagination support for job listings to battle some operational challenges, but there is still more to cover, hence this epic.
as a reference, these are openEO endpoints and things that can be paginated (from https://github.com/Open-EO/openeo-python-client/issues/677#issuecomment-2518877397):
GET /collectionsGET /processesGET /jobsGET /process_graphGET /filesGET /services- Logs (Services and Jobs)
- Collection Items (if implemented)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing pagination work for job listings and the openEO endpoints listed in this issue: collections, processes, jobs, process_graph, files, services, logs, and collection items. Define the scope and implementation entry points for each applicable endpoint; done means pagination behavior is covered consistently across the selected endpoints.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100