can I use prisma with Mongodb for real time data fetching ?
I am creating ad feature like google ads, wants to run ads in queue 1 by 1 after each 2 minutes. But with Next.js 14 serverless api and Mongodb I don't think its possible. Can we build this using prisma.
Like all users will see same advertisement in real time in queue
Like all users will see same advertisement in real time in queue