mbande
(Mbande)
1
Experience Report for Feature Request
What you wanted to do
import graphql based data into live database
What you actually did
trying to bulk load with -g
option
Why that wasn’t great, with examples
the same reasons that dgraph live
exists for DQL
Any external references to support your case
pawan
(Pawan Rawal)
2
The way to live load GraphQL data is the following.
- Upload your GraphQL schema using
/admin/schema
schema.
- Run GraphQL mutations to load your data.
mbande
(Mbande)
3
@pawan i encounter performance and memory issues with GraphQL mutations which i reflected in another issue, so i seek for faster options.