Re: [Neo4j] Save files?

2011-11-11 Thread Dmitriy Shabanov
peter.neuba...@neotechnology.com wrote: Oh, that's cool! Got some docs on the usage? This would be a gerat input to a discussion about more data types, especially JSON/subgraphs, binary and DATE. -- Dmitriy Shabanov ___ Neo4j mailing list User

Re: [Neo4j] Save files?

2011-11-10 Thread Dmitriy Shabanov
files in Neo4j like CouchDB? Haven't read about it anywhere but wanted to be sure. -- Dmitriy Shabanov ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Relationships stored order

2011-11-03 Thread Dmitriy Shabanov
are created (stored). -- Dmitriy Shabanov ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Relationships stored order

2011-10-31 Thread Dmitriy Shabanov
index.query( new QueryContext( NumericRangeQuery.newIntRange( ORDER,2,10,true,true ) ).sortNumeric( ORDER, false ) ); -- Dmitriy Shabanov ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] ShortestPath Exception

2011-08-18 Thread Dmitriy Shabanov
wrote: I am using 1.4 M03. -- Dmitriy Shabanov ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Enhanced API rewrite

2011-08-08 Thread Dmitriy Shabanov
will certainly improve when it is more than just me paying attention to this. Niels -- Dmitriy Shabanov ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo4j] Keeping context information in the Graph

2011-08-05 Thread Dmitriy Shabanov
, and D-B-E. Now storing like this, I lost the information that A never related to B in the context of complex property E. How do I model it? You can use abstract layer and REF relationship to name nodes, that what I do. Quite interesting to see other possible solutions. -- Dmitriy Shabanov

Re: [Neo4j] Enhanced API rewrite

2011-08-05 Thread Dmitriy Shabanov
traversal simple to write, but as soon as adding case 3 everything crash. One of possible solution is 'state' at paths or maybe I over-engineering it =) -- Dmitriy Shabanov ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman

Re: [Neo4j] Brainstorming on my project: neo4john

2011-08-04 Thread Dmitriy Shabanov
should be soon, in a mouth or two. There are some demos that run on prototype written on eXist-db with xquery+xsl (very slow, so just wait a bit). There is also phantom os idea http://dz.ru/en/solutions/phantom/ we have a long term hope to run animo on it. -- Dmitriy Shabanov

Re: [Neo4j] Blueprints implementation for Neo4J server/ REST?

2011-06-08 Thread Dmitriy Shabanov
documents saved in 1.5 seconds through WebDAV. Here xml builder serialize http://animo.git.sourceforge.net/git/gitweb.cgi?p=animo/core;a=tree;f=src/main/java/org/animotron/graph;h=54a36ac6ea261b276107827b0d5ea964afc921fb;hb=HEAD Binary store on a way... -- Dmitriy Shabanov