Great product, thanks for releasing it for the opensource community. Have you considered replacing Neo4j with something more cost-effective like Memgraph?
When I worked as a consultant in the knowledge graph area I ran into clients over and over against who had failed with Neo4J, which I'd never done because I read the Neo4J manual and understood it just wasn't an industrial strength tool.
loading story #41456486
Thanks for the feedback! Yes, we are definitely planning to add support for other graph datastores including Memgraph and others.
Does the structure of data & query patterns required demand a graph store for acceptable performance? Would a Postgres-based triplestore & recursive CTE’s suck badly?
Yes, it won't scale well. I have used postgres exactly the way you specified in my past job and it didn't scale well after a certain point.