Dgraph Webinar Presents - Build A Twitter Clone In 10-min With GraphQL APIs

preview_player
Показать описание

This is a video recording of Dgraph's webinar on April 23, 2020.

Topic: How To Build A Twitter Clone App In 10 Minutes With GraphQL APIs
Speakers:
Ahmed El Bannan, Full Stack Engineer at Dgraph Labs

You can access the slides from the webinar using the link below. We also include the link to the GitHub repo where you can access all the code and queries that our speakers used during the webinar.

Other resources:

Join Dgraph Community to collaborate and get answers to your Dgraph questions:
Рекомендации по теме
Комментарии
Автор

Thanks for creating this awesome Graph DB and making it Distributed + Transactional + GraphQL compatible + Websocket data push + Open Source!!! I'm excited to try this out. Hats off to the team ( You guys made it possible to write all these words in one sentence for the first time. :P) <3<3<3

santhoshps
Автор

GraphQL is a very powerful thing, but with Dgraph it seems like you have unleashed its full potential ^>^

Автор

Looking forward to more integrations, if mutations can be logged into Kafka may be ?

NaveenSiddareddy
Автор

I'm gonna start experimenting with DGraph soon but I have one question. How would I define geo point data in the schema ?

PrabhjotSingh-dnnx
Автор

soo, really similar to Prisma '__')
but the difference from Prisma is, with this we must add one more security and validation layer (which possibly REST) to prevent client access graphql directly (eg. xss, accessing password hash, bombing with slow query, inserting/updating things that current user should not have access, insert/update values with improper string format, etc)

kokizzu