Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightblure/keyset-pagination-example

Keyset pagination example (comparison vs limit-offset)
https://github.com/nightblure/keyset-pagination-example

dependency-injection fastapi keyset-pagination postgresql sqlalchemy testcontainers

Last synced: 13 days ago
JSON representation

Keyset pagination example (comparison vs limit-offset)

Awesome Lists containing this project

README

        

# Keyset pagination example

## Install dependencies:
```bash
make deps
```

## Request for offset example:
```
http://0.0.0.0:8000/offset-example?page_size=100&offset=1900000
```

## Request for keyset example:
```
http://0.0.0.0:8000/keyset-example?page_size=100&last_item_sorting_value=2020-12-22T16:42:58.003807
```