cayleygraph / cayleygraph/cayley

Cursors and Pagination

Open
#121 6 comments 1 reaction 0 assignees View on GitHub
Feature Design
Dominant language
Go
Stars
15.1k
Forks
1.2k
PR merge metrics
No merged PRs in 30d

Description

Is there a way to offset a query, e.g: g.V().GetLimit(limit, offset)? Such a feature would be very handy for pagination purposes.

Contributor guide

Open the contributing guide

Research direction

Start by tracing the query API around the proposed g.V().GetLimit(limit, offset) call and determine how pagination should interact with graph traversals. Define the expected cursor or offset behavior and add coverage for paginated results before considering the feature complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
databases
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.