RecandChat / CodeCompass

A Repository chatbot and Recommendation system for Github users.
MIT License
50 stars 12 forks source link

Create a pipeline to get new github data using Redis or similar #89

Open mirandadrummond opened 4 months ago

mirandadrummond commented 4 months ago

One way to create a solution that is closer to a real product is to create a batch architecture. You can create a pipeline that gets the new github data, compute the recommendations, and stores those recommendations on a Redis o similar fast database and serve them.