Does dgraph has OLAP operation?

If I want to know which node has most edges, what can i do?
how to statics how many nodes and edges in my graph?
do you have a demo?
just like janusgraph’s OLAP operations.

you can try to use janusgraph for this need, i dont think dgraph now can do this

I want to check if the data I inserted is correct ,do you have any idea?

you can save the uid that dgraph returned and query them to check

You can use the “upsert” logic or improvise with the “password” parameter. It has been done for passwords, but you can use it to check other things in an improvised way. In that case it stores the information and waits for you to send something for it to compare and then returns “True or False”.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.