Skip to content

Releases: winwiz1/crisp-bigquery

Implement SRI, move to eslint, upgrade dependencies

25 Jul 07:32
Compare
Choose a tag to compare

Tighten security by implementing Subresource Integrity. Move from tslint to eslint. Upgrade dependencies. Improve Dockerfile.

Maintenance release

28 Mar 01:27
Compare
Choose a tag to compare

Maintenance release. Includes updates.

Maintenance release.

23 Feb 08:58
Compare
Choose a tag to compare

Maintenance release. Includes updates and minor fixes.

Bugfix release

26 Jan 01:24
Compare
Choose a tag to compare

Fixes for tests and containerisation.

Auto-pagination and export to CSV file

18 Jan 02:01
Compare
Choose a tag to compare

Additional functionality is available:

  1. Auto-pagination.
    After having set the data page size (from the default 100 rows to 2000 rows) you can start new query by auto-paginating in order to fetch the desired number of data pages, up to 100. All data pages are saved in the cache for delay-free browsing.

    Alternatively start a new query by manually fetching a couple of data pages. Then review the fetched data, ensure the search criteria used is optimal and continue the existing query by auto-paginating.

  2. Export to CSV.
    Export all the fetched data, up to 200,000 rows, to a CSV file for subsequent import into the analytical or statistical package of your choice like Excel, SAS etc. No need to export the data into a cloud storage bucket and download it from there.

Sample screenshot:
screenshot2