API for complex math calculations (e.g. ranking algorithms)

Given that bubble is fairly limited in terms of ability to compute relevance scores dynamically for facebook style newsfeed ranking, any recommendations on a service to build complex calculations and expose via APIs to bubble ?

An example use case would be: Bubble sending the users’ newsfeed post IDs, and couple of paramters. The API would calculate scores based on these plus other parameters (e.g. time elapsed since posting) which are more dynamic. The API would respond back to bubble with is a list of scores (corresponding to list of posts) for that calculation run, so it can sort using those scores.

Hey , were you able to get this solved! I’m looking for the exact same thing!

Hey @gunbir007 you could try https://mathjs.org/. They have a simple to use API for handling complicated math calculations.

Check out this video for how to use it. https://www.youtube.com/watch?v=u5nHKnCjQo4