Golbat is an experimental raw data processor for Pokemon Go. Initially designed to be database compatible with RDM, it will be able to evolve faster by not needing to retain backward compatibility.
go 1.18
On Ubuntu 22 (jammy), installing using apt
sudo apt install golang-go
should install the right version.
To get Go 1.18 on earlier versions of Ubuntu, I followed
this
guide. Instead of the download link given there, you can use
https://go.dev/dl/go1.18.3.linux-amd64.tar.gz
,
which is the latest version as of writing this.
- copy
config.toml.example
toconfig.toml
go run .
go build golbat
pm2 start golbat
- Authenticate to GitHub Packages's docker container registry
- copy
docker-compose.yml.example
todocker-compose.yml
- modify it as you want
docker-compose up -d
The data source should be configured to send to Golbat's
URL which will be http://ip:port/raw