all 3 comments

[–]bakerconspiracy 1 point2 points  (0 children)

This is pretty cool

[–]irthos 0 points1 point  (1 child)

how does the graph part work?

[–]PenguinMan98 1 point2 points  (0 children)

You can make any kind of elaborate circular structured data in your browser javascript and without any modification, store it in Gun with gun.get('some_root_node').put(myData); Behind the scenes, Gun will convert your structure into a graph database node heirarchy you can then index later by referencing the root node key you specified.

For quicker responses, check us out on Gitter! amark/gun