Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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