parseablehq / pb

CLI client for Parseable server. Inspect, query and analyse Parseable log data from your terminal.
https://parseable.com
GNU Affero General Public License v3.0
15 stars 8 forks source link

Add Query Iterator for paginating select queries #19

Closed trueleo closed 1 year ago

trueleo commented 1 year ago

Description

Select queries can pull in lot of data if user is not careful with the time frame. This adds a Iterator API which paginates on minute basis when query is recognized as simple select <projection> from <table>

How to use:

In PB change query to a select if not already set.

Use Ctrl + R and Ctrl + B to move forth and back. The small indicator at bottom of the table view shows when user can go to next or previous data window

Screenshot_20230912_140906

Todo: