Wallowa v0.3.0 to use a Docker image for distribution. The image is available as gunrein/wallowa
on Docker Hub.
To run this version use the command:
docker run -v .:/usr/wallowa:rw -p 127.0.0.1:9843:9843 gunrein/wallowa:0.3.0`
This version uses DuckDB v0.8.1 (the same version as Wallowa v0.2).
Changes
- Use a Docker image for distribution
- Use a GitHub Action to automatically build a new Docker image for the release when a new Git tag is pushed to GitHub
Known issues
- Background data fetching in the server has a concurrency issue. During a fetch charts and other display elements that require data from the database will be slow to respond.