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

https://github.com/genieframework/pkgvizboard

📦 Package download stats visualisation app based on [Stipple Ecosystem] Genie.jl, Stipple.jl, StippleUI.jl, StipplePlotly.jl etc
https://github.com/genieframework/pkgvizboard

julia julia-language

Last synced: about 1 year ago
JSON representation

📦 Package download stats visualisation app based on [Stipple Ecosystem] Genie.jl, Stipple.jl, StippleUI.jl, StipplePlotly.jl etc

Awesome Lists containing this project

README

          

Local setup:

- Download the database from [here](https://pkgs.genieframework.com/#db)
- Place the dev.sql in `db/dev.sqlite`
- In project root

```julia-repl
PkgVizBoard $ julia --project
julia> ]
pkg(1.6)> activate .
pkg(1.6)> instantiate
```

- close julia repl session

- In root of directory

```shell
PkgVizBoard $ bin/runtask ImportPackageNamesTask
PkgVizBoard $ bin/runtask S3DBTask
```

- starting the app(in project root)

```shell
PkgVizBoard $ bin/server
```

Visit http://localhost:8080/

### Swagger/OpenAPI support powered by [SwagUI](https://github.com/GenieFramework/SwagUI.jl)
_thanks 🙏 @jiachengzhang1_

![swagui](_content/swagger.gif)