Yeah, that sounds like AWS to me.
As for the impenetrability of Cypher, which itself is a graph of features, and as such there are many starting points. My advice is to start here:
- Graph Modeling Guidelines - Developer Guides
- ...with a special focus on how different data patterns effect queries that can be done on them.
- Syntax - Cypher Manual
- Take careful note of the 4 basic data types:
- String
- Number
- List
- Map [can be thought of as a flat JSON object (no nested objects)]
- Take careful note of the 4 basic data types:
...and, a couple shameless plugs: