3 repository-uri
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.
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.
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.
Paginates through Instagram API responses to retrieve complete follower, following, comment, and media lists.