[Neo] Community Program Review at FOSS4G 2010

2010-05-04 Thread Craig Taverner
Hi guys, I've applied to present Neo4j Spatial (Neo4j as a true GIS database for mapping data) at the FOSS4G conference in September. To increase the chances of the presentation getting accepted, it helps to get community votes. So, if you think Neo4j Spatial is a cool idea, vote for it :-) Pleas

[Neo] neo rdf

2010-05-04 Thread Lyudmila L. Balakireva
Hello, Is it possible to update the context value in verbose triple store ? Thank you, Luda ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] Neo4j node identity, property types, security

2010-05-04 Thread Craig Taverner
> The example use cases are: > 1a) A web page round trip where subsequent web pages display subgraphs as > the user drills down into the levels. I would want to be able to find a > subgraph by ID directly when working within a graph. Ex: A leaf node on > the > last page would become the top node

Re: [Neo] Neo4j node identity, property types, security

2010-05-04 Thread Mattias Persson
2010/5/3 Kevin Cox > Hi, I have some questions about how Neo4j works regarding node/edge > identity, property types and security. > > 1) Vertex/Node Identity: The Node interface has a [long getId()] method > with description: Returns the unique id of this node. Ids are garbage > collected over

Re: [Neo] indexing mode on MetamodelProperties

2010-05-04 Thread Mattias Persson
Yep, but in that case just adding a length attribute doesn't really give enough. You could just as well add that the string must match a certain regex. pattern or something similar. 2010/5/3 Niels Hoogeveen > > Yes the length attribute could be used to limit the length of a String, > just like i