Im looking for a best practice server example to f...
# prisma-whats-new
p
Im looking for a best practice server example to follow for my react app im building. It needs authentication(social, email/password), crud actions, and i need to set up elasticsearch for a complex search and filter page. Anyone know of one?
a
New here, did you checked https://www.graph.cool/docs/tutorials/ ?
For your elasticsearch feature you will need to use a Resolver
For the backend side you should only implement what you cannot handle with graphcool db ... elasticsearch
So you could directly hit your elasticsearch server if all the data is public
p
yeah somewhat new. im guessing i would need to use a API Gateway in order to run the elasticsearch server
n
great use case to discuss in #graphql-gateway @philip 🙂