I've been reading about Neo4j, and am currently experimenting with it in NodeJs.
Are there any other note worthy graph or spatial databases that are better equip for coordinate based entities and relationships. I currently prototyping coordinate based relationships with player entities in a game.
Ultimately I am looking for a technology for storing coordinate nodes that relate to a central hub which services set a polygon (Telecom - CLLI).
Basic Example (Fictional Data):
I am relatively new to databases outside of the traditional RDBMS. So any guidance or reading will is greatly apprenticed.