Vikram Khatry
Jun 23, 2021
We have on our B2B marketplace logged-in users purchasing bids on certain jobs. We have to collect every item view somewhere and use the data to downgrade items viewed more than x times. Feed provided to users is affected by the number of views of items. We want to keep it away from the microservice which provides the feed as all it cares about is a count of views on items (aggregated data). The volumes will be high, so adding a POST endpoint to that microservice is not a solution. We have React FE and native apps powered by Java 11 Spring Rest API and MySQL 8 as DB all infrastructure on AWS. Some recommendations of view data ingestion and stream to MYSQL DB would be great, without slowing our micro-service down.
0 views0


