Marcus Böhm

Results 21 comments of Marcus Böhm

Wouldn't it be the most natural thing to solve this via the programming language and e.g. use a builder? `users, err := client.User.FindOne(User.ByEmail("[email protected]"))`

Ah i see. Yeah then documents and intuitive namespaces are the way to go i guess.

# Hey all, thanks for sharing your concerns with us! :pray: First of all i would like to say that performance is an important topic for us and internally we...

Hey @mcmar , thanks for bringing this up. This is an area where we are lacking documentation. The prisma server can be started either with the management API enabled or...

@emmenko : Right now it is required. We need for RabbitMQ for those reasons: 1. as PubSub to power subscriptions over Websockets 2. to store ServerSideSubscriptions/Webhooks in a Queue. This...

@emmenko : RabbitMQ is currently the only option, but we have encapsulated our pubsub code into a neat interface. We could provide additional implementations for e.g. google pubsub. I just...

@emmenko : Oh my bad. I forgot to say that you need to use `prisma-prod` image. Only this one contains the necessary ifs. We should really improve this experience. Thx...

@emmenko : Nice. 🎉 I have opened an [issue](https://github.com/prismagraphql/prisma/issues/2869) to unify our 2 Docker images as they do not seem necessary to me and just cause confusion. Happy to come...

@jhalborg: 1. The differences i described are the only ones. 2. If you want to setup a horizontally scalable setup you should not use `prisma` but the `prisma-prod` image. The...

@frandiox : Yes you need it. The RabbitMQ is used to propagate datamodel changes from the management server to secondary ones. That aside we are currently working on removing the...