Graph databases?

Hi, folks.

I’m curious if anyone has an opinion on which graph database might most easily lend itself to integration with Hugo. Where integration means I would like to generate d3 or some other visualization framework static assets from the graph database to then be displayed to users as part of a Hugo post/page. Target audience for the build environment would be Docker Compose. Our authors vary in their technical skills from novice techie to “have written Linux kernel code”.

I’m currently playing with Neo4j and DGraph simply because either is fairly easy to spin up in Docker Compose.

Much appreciated.