I have some Fundamental questions about Prisma. Ho...
# orm-help
b
I have some Fundamental questions about Prisma. How can I do these traditional tasks using Prisma? I do most of my development in Laravel (Php framework). These are the tasks I perform on day to day basis - Using queue worker, - email notification (and sometimes push notifications). - Background Jobs (e.g., sending email notification if the user is not active for past few days) Can someone guide me what I should refer to learn more about these topics? Can you refer to some good open source project I can refer to learn Prisma and Graphql?
c
https://github.com/withspectrum/spectrum is pretty awesome open source project based on GraphQL, but it missing Prisma 😞
b
@checkmatez Thanks I will check this out 🙂
j
hey @bhargav I’ve just posted a question about queuing jobs, I have a similar need for running background jobs and sending notifications. Do you have any tips or pointers about how you achieved it?
b
Hey @jamiehalvorson I was just studying the architecture at that point in time so didn’t got the opportunity to explore it. But my guess is connecting directly to database and using independent background workers in node or php should do the trick.
👍 1