flat-viewer icon indicating copy to clipboard operation
flat-viewer copied to clipboard

Data viewer for Flat repos

Results 17 flat-viewer issues
Sort by recently updated
recently updated
newest added

closes #41 - use response `download_url` not base-encoded string which didn't allow when response greater than 1MB

since Get repository content would use base64-encoded when size less than 1MB, but when the size exceed `1MB`, the `encoded` payload became empty '' ``` { content: "" download_url: "https://raw.githubusercontent.com/zhang699/translations/b11706c2aff98a97988faf9d38a873565053d4c7/xxx.json?token=ABIL4IH7KXMQWJ2IS5LK7TTC4O3FG"...

This PR is a rough pass at #38, providing an interface for querying the current dataset via `duckdb-wasm`. cc @LoneRifle, I welcome any and all thoughts you may have here....

@duckdb provides an in-process database query engine for common tabular file formats, including csv and JSON. A wasm distribution is available on [npm](https://www.npmjs.com/package/@duckdb/duckdb-wasm), and can be used in JSONDetail to...

enhancement
good first issue
help wanted

It would be handy to extend this: https://github.com/githubocto/flat-viewer/blob/19477a0d975ea69ecad16140b3bc733aaab348c4/src/api/index.ts#L48-L49

I have set up a repo to collect holdings of ARK funds using flat When I sort by market value column, I notice that the sorting is done in pure...

enhancement
help wanted

Would it be possible to establish some way to configure the file location for dates and values?

enhancement
good first issue
help wanted

Example: this is what I get when hitting one of my repos: ![image](https://user-images.githubusercontent.com/656833/127350101-8ea6d47d-d94a-4087-8e44-aad05c772fab.png) Expected: you skip .json configs you can't display instead of being greeted with an error when viewing...

[cross-posting https://github.com/githubocto/flat/discussions/15 in case this is a better place to discuss this] ### 🧙 The killer feature for me would be to be able to graph the evolution of values...

enhancement

Example: https://github.com/RandomFractals/vscode-data-preview/tree/master/data/arrow Apache Arrow ecosystem page: https://arrow.apache.org/powered_by/ Sample preview of that arrow data file: ![image](https://user-images.githubusercontent.com/656833/118886899-2f7e4200-b8bf-11eb-8210-f581718d8edf.png) would be nice to view it via flatgithub url. Thanks!

enhancement