{"id":15654298,"url":"https://github.com/hackjutsu/pokemongo-map-poc","last_synced_at":"2025-04-30T22:50:00.393Z","repository":{"id":83185308,"uuid":"88819958","full_name":"hackjutsu/pokemongo-map-poc","owner":"hackjutsu","description":" 🎃 POC project for Pokemon Go map","archived":false,"fork":false,"pushed_at":"2017-05-12T21:25:23.000Z","size":4361,"stargazers_count":27,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T22:49:55.350Z","etag":null,"topics":["aws","aws-rds","aws-sqs","django","docker","elasticbeanstalk","pokemon","pokemongo","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackjutsu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-20T04:14:26.000Z","updated_at":"2023-10-05T14:50:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bd57d65-bbdd-4f73-9db2-6ae305d9fb98","html_url":"https://github.com/hackjutsu/pokemongo-map-poc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fpokemongo-map-poc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fpokemongo-map-poc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fpokemongo-map-poc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackjutsu%2Fpokemongo-map-poc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackjutsu","download_url":"https://codeload.github.com/hackjutsu/pokemongo-map-poc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251795387,"owners_count":21645019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-rds","aws-sqs","django","docker","elasticbeanstalk","pokemon","pokemongo","python"],"created_at":"2024-10-03T12:50:34.422Z","updated_at":"2025-04-30T22:50:00.365Z","avatar_url":"https://github.com/hackjutsu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PokemonGo Map Query Server \u0026 Crawler Server\n\n\u003eDisclaimer: This is a POC(proof of concept) project improved from [chenditic](https://github.com/chenditc)'s original design for education purpose.\n\n![](./screenshot.png)\n\n## Demo\nhttp://hackjutsu.com/pokemongo-map-poc-demo/\n\u003eTemporarily disabled to save my budget on AWS ;)\n\n## Data source\nAll Pokemon data, which are essentially fake, are generated randomly by a [mock API](https://github.com/hackjutsu/mock_pgoapi). In principle, there is no communction between the crawlers and the real Pokemon Go servers.\n\n## System Architecture\n![](./architecture_backend.png)\n\nA distributed crawler system that achieves heuristic data crawling based on geographical location information, said system comprising: \n\n1. A web app sends network requests with said geographical locations information to an API gateway,\n2. An API gateway subsystem constructed by said API gateways, routes said requests to a query cluster,\n3. A query subsystem constructed by said query cluster, queries for Pokemons data based on said geographical locations information from a database on AWS, and returns said Pokemon data to said web app, and sends said geographical locations information to message queues,\n4. A message queue subsystem constructed from said message queues, stores said messages from said query subsystem, and provides said messages to a crawler cluster\n5. A crawler subsystem constructed by said crawler cluster, retrieves said geographical locations information from said message queue subsystem, and gets fake Pokemons data from a mock Pokemon go API, and saves said fake Pokemons data to a database,\n4. A database subsystem constructed by said database, stores said Pokemons data.\n\n\u003eThis repository composes of an implemenation for the query server and an implementation of the crawler server. An implementation for the web app can be found [here](https://github.com/hackjutsu/pokemongo-map-poc-demo).\n\n## Resource\n- [mock pkgoapi](https://github.com/hackjutsu/mock_pgoapi)\n- [pokemonGo map webapp boilerplate](https://github.com/hackjutsu/pokemon-go-map-boilerplate)\n\n## License\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackjutsu%2Fpokemongo-map-poc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackjutsu%2Fpokemongo-map-poc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackjutsu%2Fpokemongo-map-poc/lists"}