Suggest profiles for love, friendly or professional relationships
Recommand products that people with similar profile have also liked
Send personalized email in a few hours for millions of consumer.
Help finding the shortest path for traffic, delivery, waste management,...
Allowing impact analysis accross different products, BOMs and multiple production and engineering sites.
http://neo4j.com/use-cases/
Allowing a more manageable granularity for permissions and access rights, with a fast execution by the software for a better user experience.
http://neo4j.com/use-cases/
Helps working on multi-BOM situations with a better visibility on data manipulated like in Manufacturing BOMs that are trendy.
MATCH (a:Part) RETURN a
START a=node() MATCH a-[r]-b RETURN a,r,b
MATCH (a:PLMUser),(b:PLMIdentity),(c:Permission) RETURN a,b,c
MATCH (a:PLMUser)-[:isPartOf*]->(b:PLMIdentity)-[:canRead]->(c:Permission)-[:definesAccessTo]->(d:Part) WHERE d.partNumber="X999" RETURN a