Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
The entry you requested has been deleted
"Hi Rob, thanks for the input. Even if this page just shows how to use Cypher from Java, it should use a meaningsful query. I filed a ticket for that: https://github.com/neo4j/commu... For more examples, see the link posted by Peter, and maybe this article is interesting as well: http://systay.github.com/blog/... I'm currently working on getting the article integrated into the documentation." - Anders Nawroth
Re: Include Neo4j in your project - http://docs.neo4j.org/chunked...
"Technically there should be no problems. But as the GPL and EPL licenses are not compatible, you can't use the (A)GPL versions of Neo4j in Eclipse RCP applications. Get in touch with http://neotechnology.com/ for other Neo4j licensing options." - Anders Nawroth
Re: User database with index - http://docs.neo4j.org/chunked...
"It sounds like auto-indexing is what you want, see: http://docs.neo4j.org/chunked/..." - Anders Nawroth
Re: Cypher Query Language - http://docs.neo4j.org/chunked...
"How about modeling the roles by relationships to different role nodes? Have a look here for some inspiration: http://docs.neo4j.org/chunked/..." - Anders Nawroth
Re: Comparing Database Models - http://docs.neo4j.org/chunked...
"Thanks, I like your suggestion. Will see if I can get anything like that in here." - Anders Nawroth
Re: Server Installation - http://docs.neo4j.org/chunked...
"Thanks for the heads up! It has been fixed: http://docs.neo4j.org/chunked/..." - Anders Nawroth
Re: Cypher Query Language - http://docs.neo4j.org/chunked...
"Harald, thanks for you input! I cleaned up the code, link to the source from the text and moved it over here: http://docs.neo4j.org/chunked/... Always happy to inprove on the docs :-)" - Anders Nawroth
Re: Nya lösningar på väg för lösenordseländet | Innovation | SvD - http://www.svd.se/6771801...
"Grejen är att den som attackerar inte vet om när de nästan knäckt ett lösenord - de vet bara om de lyckats eller inte. Så säg att du använder några svenska ord och byter ut en enda bokstav mot en siffra och en annan mot någon symbol. Då måste attackeraren testa alla siffror i alla positioner + samma med symbolerna för att hitta det. För att inte tala om stora/små bokstäver. Ett lösenord må se enkelt ut - men med rätt utformning måste attackeraren ändå testa alla möjliga kombinationer, eftersom de inte vet var i lösenordet "avvikelserna" finns. Och det ser lösenordets längd till att de inte hinner göra :-)" - Anders Nawroth
Re: Nya lösningar på väg för lösenordseländet | Innovation | SvD - http://www.svd.se/6771801...
"För några kanske förvånande slutsatser och bra info om lösenord rekommenderas den här sidan: https://www.grc.com/haystack.h... Bland annat förklarar den varför "D0g....................." är ett säkrare lösenord än "PrXyc.N(n4k77#L!eVdAfp9"! Jag testade ovanstående i PTS lösenords-testare, och den tror förstås att det är tvärtom, även om jag så upprepar hela det första lösenordet två gånger så det blir dubbelt så långt. De har helt enkelt missat längdens avgörande betydelse." - Anders Nawroth
"filter using: WHERE NOT(a.property)" - Anders Nawroth
"Kent, thanks fort the heads up! I changed it to use the actual services file from the example, making sure this won't happen again. (it will take some time for this change to get published)" - Anders Nawroth
"Sure, I'll refactor the examples along the lines of our HelloWorld  example: http://docs.neo4j.org/chunked/... so that the crazy documentation code lives in a separate class. It's in my todo-list now. Thanks everyone for the input!" - Anders Nawroth
"Thanks for the heads up, the graph has been fixed in more recent versions." - Anders Nawroth
"For the record, this comment was answered over here: http://docs.neo4j.org/chunked/..." - Anders Nawroth
Re: Batch insertion - http://docs.neo4j.org/chunked...
"Regarding the broken link, you can read the JavaDocs in the source instead: https://github.com/neo4j/commu..." - Anders Nawroth
Re: Server Installation - http://docs.neo4j.org/chunked...
"Seems to be part of this issue: https://github.com/neo4j/commu..." - Anders Nawroth
"This is tracked by the following issue: https://github.com/neo4j/commu..." - Anders Nawroth
"Did you import it? from neo4j import Evaluation" - Anders Nawroth
Re: User database with index - http://docs.neo4j.org/chunked...
"It's defined a bit below the usage and looks like: nodeIndex = graphDb.index().forNodes( "nodes" );" - Anders Nawroth
Re: User roles in graphs - http://docs.neo4j.org/chunked...
"For Q1: the queries captures different parts of the path, so LENGTH(p) will be different." - Anders Nawroth
"JAVA_HOME shouldn't be pointing to the bin/ directory, but to /usr/lib/jvm/java-6-openjdk/jre" - Anders Nawroth
"Just a note: the page that will get updated is the snapshot version: http://docs.neo4j.org/chunked/..." - Anders Nawroth
Re: Deployment Scenarios - http://docs.neo4j.org/chunked...
"It's the same data storage." - Anders Nawroth
Re: User database with index - http://docs.neo4j.org/chunked...
"You will have to tell the shortest path algo or traverser to only follow the right relationship types. This is common practice, otherwise having relationship types wouldn't be very useful!" - Anders Nawroth
Re: Include Neo4j in your project - http://docs.neo4j.org/chunked...
"There's lots of different options to connect to a Neo4j server http://docs.neo4j.org/chunked/... You can use the REST API: http://docs.neo4j.org/chunked/... There's an example using the raw REST API from Java here: http://docs.neo4j.org/chunked/... Then there's several different libraries, have a look here: http://delicious.com/neo4j/dri... Soon there should be a Java library as well, a development version is found here: http://m2.neo4j.org/releases/o... javadocs here: http://components.neo4j.org/ne... It differs from using the normal Java API in a few ways, especially when it comes to transactions and traversals. So far it's not documented." - Anders Nawroth
"Sure, we're fixing examples with code to generate docs. There should only be extra for start/end of code snippets in them. It's better to copy and paste from the documentation and not use the actual source code in this case." - Anders Nawroth
Re: Comparing Database Models - http://docs.neo4j.org/chunked...
"A1 etc. represent a full row in a RDBMS. In Neo4j the column data would be stored in properties connected to a node or relationship. Of course you could also model some properties as nodes instead (like city names for example) if that suits your data better." - Anders Nawroth
Re: Functions in Cypher - http://docs.neo4j.org/chunked...
"For mvn snapshot buids, use this repo: http://m2.neo4j.org/snapshots/ For download packages, we just added snapshots here: http://neo4j.org/download/" - Anders Nawroth
"Read over here for the details on that: http://components.neo4j.org/ne..." - Anders Nawroth
"Sorry about that, I added more information. The JavaScript simply uses the Java API, see http://components.neo4j.org/ne..." - Anders Nawroth
Other ways to read this feed:Feed readerFacebook