This document discusses efficient crawling of GitHub data using the GraphQL API compared to traditional REST APIs. It presents the Prometheus system, which uses a microservices architecture and event-driven approach to split GraphQL queries and import response data into a database. An experiment shows the Prometheus system is over 3 times faster than an existing crawler when retrieving issues data from GitHub repositories. The document concludes the GraphQL API enables better performance for crawling but query structure also impacts efficiency.