Hi guys, question about pricing/connections/reques...
# prisma-whats-new
z
Hi guys, question about pricing/connections/requests. In the free tier it says 100k requests, is that per month? How are subscriptions calculated?
d
subscription is just regular connection to establish, it doesn't matter it doesn't close 🙂
z
so it only counts the first connection
about the limit, is it 100k per month?
d
I think so, yes
but be careful, graphcool seems to be slowly abandoned solution and being replaced by Prisma ... for some experiments Graphcool is fine, but for a serious stuff you might want to look at Prisma
z
as in they'' replace graphcool with prisma
d
well, Prisma is a completely different platform, but it's still graphql on the outside, so your app will be working with too, but Prisma was created mainly to have a better control about custom resolvers
z
got it, the hosted version works like graphcool? does it come with a db? or you have to plug your own db?
d
hosted version a.k.a. Prisma Cloud works similarly, but it's bit more expensive
that's why I am currently trying to deploy it to my own AWS (which is free for 1 year)
z
👍
thanks