awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesCursor-Based Pagination

Data retrieval patterns using opaque tokens for consistent ordering.

Distinguishing note: Focuses on the architectural implementation of pagination rather than the API interface.

Explore 3 awesome GitHub repositories matching web development · Cursor-Based Pagination. Refine with filters or upvote what's useful.

Awesome Cursor-Based Pagination GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • posthog/posthogAvatar PostHog

    PostHog/posthog

    35,060Vezi pe GitHub↗

    PostHog is a comprehensive product analytics and feature management platform designed to capture, process, and visualize user behavior data. It provides a unified suite for tracking application events, managing feature rollouts, and monitoring system health through session recordings and error tracking. By leveraging a columnar-storage-optimized architecture, the platform enables high-performance aggregation and filtering across massive event datasets. What distinguishes PostHog is its integrated approach to data pipelines and application control. It features a robust event ingestion system t

    Uses opaque tokens for sequential data retrieval to ensure memory efficiency and consistent ordering.

    Pythonab-testingai-analyticsanalytics
    Vezi pe GitHub↗35,060
  • ent/entAvatar ent

    ent/ent

    17,110Vezi pe GitHub↗

    Ent is a statically typed entity framework for Go that models database structures as a graph of nodes and edges. It functions as a code generation engine that transforms schema definitions into type-safe database clients, query builders, and migration scripts. By representing data as interconnected entities, the framework enables intuitive traversal of complex relationships and ensures that database interactions remain consistent with the application model at compile time. The framework distinguishes itself through its graph-based approach to data modeling and its reliance on compile-time cod

    Implements cursor-based pagination and global node identification for efficient navigation of large datasets.

    Goententity-frameworkorm
    Vezi pe GitHub↗17,110
  • subzeroid/instagrapiAvatar subzeroid

    subzeroid/instagrapi

    6,366Vezi pe GitHub↗

    Paginates through Instagram API responses to retrieve complete follower, following, comment, and media lists.

    Pythonapi-wrapperinstabotinstagram
    Vezi pe GitHub↗6,366
  1. Home
  2. Web Development
  3. Cursor-Based Pagination

Explorează sub-etichetele

  • Social Graph PaginatorsRetrieves complete lists of followers, following, comments, and media by paginating through API responses with configurable batch sizes. **Distinct from Cursor-Based Pagination:** Distinct from Cursor-Based Pagination: focuses on paginating social graph data specifically rather than general cursor-based data retrieval patterns.