Open-EO / Open-EO/openeo-python-driver

[EPIC] pagination support

Open
#377 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

epic
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 /collections
  • GET /processes
  • GET /jobs
  • GET /process_graph
  • GET /files
  • GET /services
  • Logs (Services and Jobs)
  • Collection Items (if implemented)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.