Joystream / orion

Atlas backend
GNU General Public License v3.0
7 stars 15 forks source link

🧧 Recommendations #325

Open WRadoslaw opened 7 months ago

WRadoslaw commented 7 months ago
  1. Commented code and new up-squid command - I remember that we agreed to use mongo db to save user interactions only for the initial period before we start using Recombee all the way, that's why I just commented out some code in the interactions API handler (if I were to implement it in RecommendationServiceManager both processor and auth API would have to init connection to mongo db, which isn't necessary). Is it the best approach? It's not, but under the assumption that after a month or two we would just delete the mongo related code I'd say it's enough.

After we make a switch we can make sure to start only interactions API when both variables are present. Now we need to launch these services even if Recombee cannot be setup, BCS of mongo db interactions.

  1. Persisted queue - discussion in progress