cube-js / cube

📊 Cube — The Semantic Layer for Building Data Applications
https://cube.dev
Other
17.5k stars 1.74k forks source link

Cursor feature #6209

Open electroheadfx opened 1 year ago

electroheadfx commented 1 year ago

In the cubeJS api I don't see any cursor method, only offset. I there something similar that cursor ?

https://mithle.sh/the-pagination-dilemma-offset-vs-cursor-part-2/

paveltiunov commented 1 year ago

@electroheadfx Streaming queries support SQL API is WIP. Do you want to use SQL or REST API with cursor?

electroheadfx commented 1 year ago

Hey, thanks for answer, REST API is fine, maybe SQL too.

paveltiunov commented 1 year ago

@electroheadfx You can try it out using CUBESQL_STREAM_MODE=true for SQL API.