Hi,

Caveat: I don't believe it's a good idea to share entities in your database 
directly with consumers in the general case, even if your database has a REST 
API that makes it easy to do so.

In this case your articles are important enough to be named. Long-lived names 
are handled by the index framework in Neo4j, so I think you're on the right 
track when you say you should create an index for articles and share the URI of 
the index entry with your users.

FWIW you shouldn't share the article's Node URI directly because there's no 
guarantee that it's stable over time.

Jim
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to