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
- Host: GitHub
- URL: https://github.com/genieframework/pkgvizboard
- Owner: GenieFramework
- Created: 2021-11-18T07:39:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T16:34:00.000Z (over 1 year ago)
- Last Synced: 2025-03-25T04:27:18.861Z (about 1 year ago)
- Topics: julia, julia-language
- Language: Julia
- Homepage: https://pkgs.genieframework.com/
- Size: 4.93 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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_
