Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucko/spark2json
Convert raw spark profiler data to JSON
https://github.com/lucko/spark2json
Last synced: 7 days ago
JSON representation
Convert raw spark profiler data to JSON
- Host: GitHub
- URL: https://github.com/lucko/spark2json
- Owner: lucko
- License: mit
- Created: 2022-08-08T20:01:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T20:15:34.000Z (4 months ago)
- Last Synced: 2024-08-06T23:43:05.157Z (4 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# spark2json
Convert raw spark profiler data to JSON.### usage (web)
If you're using the official spark viewer website, you can just append the `?raw=1` query parameter.
```
GET https://spark.lucko.me/abcdef?raw=1
```
:)### usage (cli, docker)
```
docker run -it --rm ghcr.io/lucko/spark2json node cli.js
```### usage (cli, compile yourself)
```
yarn install
node src/cli.js
```### license
MIT