Moved from GitHub dgo/96
Posted by tommyliu1114:
hi, dgraph offer batch-mutation tool “dgraph live”, which is so helpful . so ,i want to know , have
a plan making tools like that in this go-client-package?
Moved from GitHub dgo/96
Posted by tommyliu1114:
hi, dgraph offer batch-mutation tool “dgraph live”, which is so helpful . so ,i want to know , have
a plan making tools like that in this go-client-package?
mangalaman93 commented :
Dgraph live loader internally uses dgo
client for running mutations. Not sure what you mean here, will you provide us with more clear requirements with an example?
tommyliu1114 commented :
ok,i got it . i just want an api ,which can work like Dgraph live loader
tommyliu1114 commented :
hi,i found dgraph live code as you said.Thanks for tips