Hello folks. I’m very new to graph databases and I’d like to share some recent insights that I hope you can validate
Neptune is closer to a transactional database than an OLAP
Because of the transactional nature, graph analytics operations like PageRank, Label Propogations, forms of clustering tend to not be done in Neptune + Gremlin
For analytical operations
, it is more common to export Neptune data to Spark (EMR/Glue) and perform said operations there.
Curious if any of these assumptions are incorrect before I tattoo them on my left arm.