Tag Archives: thrift

Implementing Thrift for services

We at Naukri use a number of services at the backend. By writing backend services, we brought moduarity to our system. There are a number of services serving different purposes. These services help us in managing and scaling various parts of the site independently. For example, when you search for a resume or view a resume on Naukri, that sends a request to the Naukri's frontend apps. But those apps don't know how to fetch the resume data, they talk to a separate resume service that does the job. So what are the advantages? All the resume data can be managed by resume service and every... Read More