Hi @xmlviking.
I’m focusing on my “writes” right now using CouchDB to record my event history, which syncs to an Elm SPA, but I intend to project historical state into Neo4j for the “reads” to do deeper data analysis.
I’ve done experiments that use t...
I think the book could be improved with a more opinionated style, or even with sidebars that go into more detail on best practices, but I’m still grateful that it exists. For now, the best documentation is the excellent grandstack.io website, the sta...
If you treat your GraphQL schema as the source of truth for your data architecture then you’re free to choose any stack on the client side and any stack on the server side.
Its like building a bridge by starting at the middle, guaranteeing that the t...
MuddyBootsCode:
I've found it much easier to go the custom Cypher mutation route for most things, rather than trying to coerce the auto-generated mutations into what I was trying to do.
Super-interesting comment! And something I’ve been wonder...
I’m developing a SPA in Elm with a Neo4j backend, which will also be talking to Elixir and various command line utilities. To keep Neo4j as the “single source of truth”, I’m using GraphQL as “middleware” with GRANDstack (without React). I’m strictly ...