-
-
Notifications
You must be signed in to change notification settings - Fork 80
11. Golbat
Mygod edited this page Sep 27, 2025
·
4 revisions
Golbat is a new data processor. It is new, exciting, and super fast. Since there is a ton of interest from the community and currently Golbat is the only system that supports many of the latest game features, Golbat has its own page.
So what do you actually need to do?
- Go set up Golbat.
- If you are using the Legacy RealDeviceMap, pay attention to Hybrid Setup.
- Update ReactMap.
- Modify your configuration file (
server/src/configs/local.json).
This will use Golbat for everything: spawns, quests, Pokemon (in-memory using the API endpoint), etc.
"schemas": [
{
"host": "127.0.0.1",
"port": 3306,
"username": "golbat_username",
"password": "golbat_password",
"database": "golbat",
"useFor": [
"scanCell",
"spawnpoint",
"gym",
"pokestop",
"weather",
"route"
]
},
{
"type": "golbat",
"endpoint": "http://127.0.0.1:9001",
"secret": "golbat_api_secret",
"useFor": [
"pokemon",
"device"
]
}
]