Introduction to the GitHub Search Project
Get an overview of the GitHub statistics project that we’re going to build in this chapter.
We'll cover the following...
We’ll build our first complete project by using Redis operations and GitHub APIs.
The project aims to create a search engine for GitHub that searches the GitHub data for repositories, issues, and users. We’ll use Redis to store some frequent data and actually see in real life how Redis improves the overall performance of the ...