cayleygraph / cayleygraph/cayley
Cursors and Pagination
Open
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
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