Re: [Neo4j] most in common

2011-06-23 Thread Peter Neubauer
For an example of similar scripts, see http://docs.neo4j.org/chunked/1.4-SNAPSHOT/gremlin-plugin.html#rest-api-send-a-gremlin-script---json-encoded-with-table-result Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http

Re: [Neo4j] REST Traversal docs

2011-06-21 Thread Peter Neubauer
http://docs.neo4j.org/chunked/1.4-SNAPSHOT/rest-api-traverse.html Sent from my phone. On Jun 22, 2011 8:17 AM, "Josh Adell" wrote: > I've been googling and searching all over the nei4j site and wiki for > examples of doing traversal through the REST API. I know I'll be > writing my traversal func

Re: [Neo4j] Rest API in the future

2011-06-19 Thread Peter Neubauer
http://docs.neo4j.org/chunked/snapshot/rest-api-batch-ops.html Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] User Digest, Vol 51, Issue 110

2011-06-17 Thread Peter Neubauer
, but that would be one possibility. What is the concrete usecase that drives you to these constructs? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneu

Re: [Neo4j] Find 2nd degree friends in order of mutual friend

2011-06-17 Thread Peter Neubauer
heers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance graph database. http://startupbootcam

Re: [Neo4j] Build Steps Community

2011-06-16 Thread Peter Neubauer
Tobias, the final artifacts are produced in https://github.com/neo4j/packaging/tree/master/standalone/, using the local artifacts you just produced in the community build. Could you try building that and report back? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer

Re: [Neo4j] Plugin for REST server not appearing

2011-06-16 Thread Peter Neubauer
6/16/11 11:59:11 AM org.neo4j.server.plugins.PluginManager WARNING: Failed to load plugin [ServerPlugin[CustomQuery]]: Source parameter type (interface org.neo4j.graphdb.GraphDatabaseService) must equal the discovery type (org.neo4j.graphdb.Node). HTH Cheers, /peter neubauer GTalk:     

Re: [Neo4j] Plugin for REST server not appearing

2011-06-16 Thread Peter Neubauer
Milena, I can see here that the plugin is not loaded. Fixing more verbose logging around Plugin loading to see more details in the logs. Stay tuned ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in

Re: [Neo4j] gremlin rest plugin and map

2011-06-15 Thread Peter Neubauer
Yes, I am thinking along the lines of the Cypher return tables, see http://docs.neo4j.org/chunked/snapshot/cypher-plugin.html in which there is a column with Node representations, and a column with just a String, etc. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer

Re: [Neo4j] User Digest, Vol 51, Issue 96

2011-06-15 Thread Peter Neubauer
Agelos, we are just testing help.neo4j.org, you might try to start a discussion there if that is more convenient? It's web based and should read more like a forum if you like that style. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 1

Re: [Neo4j] gremlin rest plugin and map

2011-06-15 Thread Peter Neubauer
Great! I plan to upgrade to Gremlin 1.1 tomorrow if the source is with me, and add support even for the table() return construct, so you can do the full shebang there :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http

Re: [Neo4j] gremlin rest plugin and map

2011-06-15 Thread Peter Neubauer
the return, but that is very cryptic in its side effects and IMHO not a clean way to do this. WDYT? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com

Re: [Neo4j] gremlin rest plugin and map

2011-06-15 Thread Peter Neubauer
Marcelo, the Gremlin plugin is transforming the results from a query into Neo4j REST conform structures, while the console is a pure command line interpreter, outputting strings that are not consumable by clients. Does that make sense? Cheers, /peter neubauer GTalk:      neubauer.peter Skype

Re: [Neo4j] Plugin for REST server not appearing

2011-06-15 Thread Peter Neubauer
Milena, the jar file looks right. Do you have the source code for your Plugin somewhere and can send it over? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com

Re: [Neo4j] REST API & LuceneTimeline

2011-06-15 Thread Peter Neubauer
, >> I'd think. >> >> Rick >> >> -Original Message- >> From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On >> Behalf Of Matt Luongo >> Sent: Wednesday, June 15, 2011 10:03 AM >> To: Peter Neubauer >> Cc: user@

Re: [Neo4j] REST API & LuceneTimeline

2011-06-15 Thread Peter Neubauer
; Peter, >> >> I've done a bit more research, and you're right- it isn't. However, the REST >> api let's me create an index of type 'timeline'. The first time I try to >> index a node, there's a 500 error (nullpointer) that stems from th

Re: [Neo4j] Cannot find a path

2011-06-15 Thread Peter Neubauer
Josh, well, a while back we changed the whole REST API not to have whitespace in any keys, so it is safe to assume _ for whitespace, and report as bugs otherwise :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http

Re: [Neo4j] Use case for Neo4j spatial

2011-06-15 Thread Peter Neubauer
/neo4j-spatial/blob/master/src/test/java/org/neo4j/gis/spatial/TestSpatialUtils.java#L135 ) Would that be of interest? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http

Re: [Neo4j] How to combine both traversing and index queries?

2011-06-15 Thread Peter Neubauer
McKinley, we are just in the process of adding index hits as starting points to Cypher, which will then do exactly what you are asking. No ETA yet, but that is high on the list and will show up in the docs :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone

Re: [Neo4j] Cannot find a path

2011-06-15 Thread Peter Neubauer
Josh, we documented a bit more of the functional test to be included in the docs, see http://docs.neo4j.org/chunked/snapshot/rest-api-graph-algos.html for examples of Dijkstra also. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn

Re: [Neo4j] Online Backup to local disk

2011-06-15 Thread Peter Neubauer
Rick, there is always a network transfer going on, but of course in the localhost case this is over loopback. Any particular reason you only want file operations to be involved? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn

Re: [Neo4j] REST API & LuceneTimeline

2011-06-15 Thread Peter Neubauer
Matt, what URL are you using to create the timeline? I don't recall that being exposed via REST ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitte

Re: [Neo4j] Extent of Indexing

2011-06-14 Thread Peter Neubauer
there will be, and what the peak load of that system is. Do you have any estimations for that? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-14 Thread Peter Neubauer
Nicolas, I think you could just make another branch, or rename the master branch to something else. Then, you could set up a new master and let it track the original master? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http

Re: [Neo4j] Cannot find a path

2011-06-14 Thread Peter Neubauer
Josh, the docs are now at http://docs.neo4j.org/chunked/snapshot/rest-api-graph-algos.html Let me know if you want to see more, I am planning to put in an example of Dijkstra, too. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn

Re: [Neo4j] Bug in Lucene Timeline Index (all versions, I think)

2011-06-14 Thread Peter Neubauer
Rick, could create a test case and fix it exactly as you suggested, https://github.com/neo4j/community/commit/807d5f7df51b91150fe4349108c3f34af871b6b4 Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in

Re: [Neo4j] Bug in Lucene Timeline Index (all versions, I think)

2011-06-14 Thread Peter Neubauer
Rick, created a ticket for it, will try to write a testcase for it tomorrow and track it. We are testing Lighthouse for tickets, see http://neo4jdb.lighthouseapp.com/projects/77609-neo4j-community/tickets/8-make-querying-before-1970-in-lucene-timeline-possible Cheers, /peter neubauer GTalk

Re: [Neo4j] Auto Indexing for Neo4j

2011-06-14 Thread Peter Neubauer
toindexing :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance graph database. http

Re: [Neo4j] Auto Indexing for Neo4j

2011-06-14 Thread Peter Neubauer
Yes, configuration and indexing via REST is the next step for this. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] Cannot find a path

2011-06-14 Thread Peter Neubauer
"http://localhost:7474/db/data/node/"+data.get().get( "him" ).getId()+"\"" + ",\"max depth\":2}" Does that work? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 Li

Re: [Neo4j] Cannot find a path

2011-06-14 Thread Peter Neubauer
Josh, working on it ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance graph

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-14 Thread Peter Neubauer
; expression="org.ops4j.pax.exam.testforge.WaitForService;probe" > [main] DEBUG > org.ops4j.pax.exam.spi.probesupport.intern.DefaultResourceWriter_4102799c - > ServiceEvent REGISTERED > [main] DEBUG > org.ops4j.pax.exam.spi.probesupport.intern.DefaultResourceWriter_4102799c - >

Re: [Neo4j] Cannot change node with neo4j-shell

2011-06-13 Thread Peter Neubauer
All, this is almost working, I just need to make sure the PWD command can cope with parts of the history stack being deleted, will talk to Mattias about it when he gets back from vacation. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975

Re: [Neo4j] Check if node exists in Neo4J index + possible bug in the "remove" function

2011-06-13 Thread Peter Neubauer
Rick, good finds! Mattias is back from vacation next week, meanwhile, I will keep this open in order to ask him and get back here. Chris, do you have any info on this? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http

Re: [Neo4j] Neo4J-collections... In-graph Timeline index, again

2011-06-13 Thread Peter Neubauer
ectly to my repo for the time being. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance

Re: [Neo4j] Neo4J-collections... In-graph Timeline index, again

2011-06-13 Thread Peter Neubauer
dding tests, I can then add documentation >> so eventually this can end up in the manual, if we can get it to that >> state! >> >> Cheers, >> >> /peter neubauer >> >> GTalk: neubauer.peter >> Skype peter.neubauer >> Phone +46 704 106975 &

Re: [Neo4j] Neo4J-collections... In-graph Timeline index, again

2011-06-13 Thread Peter Neubauer
Tada, initialized at https://github.com/peterneubauer/graph-collections, feel free to fork and start adding tests, I can then add documentation so eventually this can end up in the manual, if we can get it to that state! Cheers, /peter neubauer GTalk:      neubauer.peter Skype

Re: [Neo4j] Is Neo4j's New Cypher Query Language Related to Gremlin?

2011-06-13 Thread Peter Neubauer
/plugin/cypher/CypherPlugin.java#L68 so you can see how to query from within Java. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] Is Neo4j's New Cypher Query Language Related to Gremlin?

2011-06-13 Thread Peter Neubauer
Hi there, last Friday I added support for Cypher in the Neo4j Shell, and an example in the docs, see http://docs.neo4j.org/chunked/snapshot/sampleshell-session.html Feel free to download a SNAPSHOT, test it out and report back! Cheers, /peter neubauer GTalk:      neubauer.peter Skype

Re: [Neo4j] Neo4J-collections... In-graph Timeline index, again

2011-06-13 Thread Peter Neubauer
Niels, the old CLA is still valid, great to get this going! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] Neo4J-collections... In-graph Timeline index, again

2011-06-13 Thread Peter Neubauer
put it in there? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance graph data

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-13 Thread Peter Neubauer
ct of making this work at a minimum. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance

Re: [Neo4j] Cannot build neo4j-cypher-plugin

2011-06-13 Thread Peter Neubauer
Super, you need to install http://www.assembla.com/wiki/show/scala-ide or similar if you want to have Scala support in Eclipse. Otherwise, it seems maven is handling things correctly now? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975

Re: [Neo4j] REST results pagination

2011-06-12 Thread Peter Neubauer
Good call James, Pierre and Marko. Added the example to the plugin tests and documentation. https://github.com/neo4j/neo4j-gremlin-plugin/commit/e9d02a14c091f8a5880613af55631041806bc6a7 /peter Sent from my phone. On Jun 12, 2011 7:56 PM, "James Thornton" wrote: > Gremlin makes sorting results

Re: [Neo4j] Cannot build neo4j-cypher-plugin

2011-06-12 Thread Peter Neubauer
-SNAPSHOT:compile [INFO] +- org.neo4j:neo4j-graph-matching:jar:1.4-SNAPSHOT:compile [INFO] \- junit:junit:jar:4.8.2:test where the latest version of [INFO] +- org.neo4j:neo4j-kernel:jar:tests:1.4-SNAPSHOT:compile should contain that class. Could you check that? Cheers, /peter neubauer GTalk

Re: [Neo4j] Cannot execute Cypher

2011-06-12 Thread Peter Neubauer
Mmh, that is strange. Btw, the cypher console is running against the build-in console service, and the cypher-plugin is only for the REST representation. What browser are you running? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975

Re: [Neo4j] Cannot build neo4j-cypher-plugin

2011-06-11 Thread Peter Neubauer
Pierre, git pull, just updated to be following the latest changes in Cypher package names. If you wanna flesh out the CypherResultRepresentation in order to deliver JSON back, not the default string, feel free to do so! Cheers, /peter neubauer GTalk:      neubauer.peter Skype

Re: [Neo4j] User Digest, Vol 51, Issue 57

2011-06-11 Thread Peter Neubauer
Very cool Romiko, thorough guide and very pedagogic! If you want to fork and help Saikat, Marko and me to fix the remaining issues and formats, feel free to fork, sen the CLA agreement and send merge requests! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone

Re: [Neo4j] How do I get the server plugin examples to work?

2011-06-10 Thread Peter Neubauer
Boris, they are included and prepackaged in examples/java/server/lib/neo4j-server-examples-1.4.M04.jar so if you copy this file (source code packaged and at https://github.com/neo4j/community/tree/master/server-examples) into plugins/ and restart, you should see the plugins. Cheers, /peter

Re: [Neo4j] Is Neo4j's New Cypher Query Language Related to Gremlin?

2011-06-10 Thread Peter Neubauer
Marcelo, On Fri, Jun 10, 2011 at 9:39 PM, Marcelo Barbudas wrote: > >> No, >> It's not based on Gremlin a first experiment on lowering the learning >> curve to pattern searching for graphs. Feel free to give it a swing and >> report back! >> > > A couple more questions about cypher: > > * Is it s

[Neo4j] Announcing Neo4j 1.4 M04 “Kiruna Stol”

2011-06-10 Thread Peter Neubauer
Hello graphistas, today brings us the (hopefully) latest milestone towards the “Kiruna Stol” 1.4 release of Neo4j. You will find it contains two new major features that are meant to make your interaction with the database easier and more efficient as well as the usual range of minor bug fixes. Cy

Re: [Neo4j] basic design question

2011-06-10 Thread Peter Neubauer
/query-match.html, something like start me=(3) match (me)-[:LIKES]->()<--(the_other), (me) -[:FRIEND]-> (the_other) return the_other Marko can pitch in the Gremlin version! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 Linked

Re: [Neo4j] Gremlin

2011-06-10 Thread Peter Neubauer
Yeah, probably a task for the next milestone. Will see :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] Lake Constance Hackathon (South of Germany)

2011-06-10 Thread Peter Neubauer
Cool, let us know what you come up with - there were a lot good ideas coming up yesterday in Tallinn at http://geekout.ee/programme/ too! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer

Re: [Neo4j] unique indexes

2011-06-10 Thread Peter Neubauer
Matt, what do you mean by unique indexes? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-10 Thread Peter Neubauer
Yeah, that would be great Nicolas! The only thing is that you will need to build Pax Tinybundles, g...@github.com:ops4j/org.ops4j.pax.tinybundles.git since I am using SNAPSHOT dep there. Lemme know if you need help! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer

Re: [Neo4j] Gremlin

2011-06-10 Thread Peter Neubauer
Yeah, I think you should try maven 2, mine is Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com

Re: [Neo4j] Cannot change node with neo4j-shell

2011-06-09 Thread Peter Neubauer
Also, I think we should fic the Neo4j Shell functionality to not stop on missing 0 node. Will put it up to fix. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com

Re: [Neo4j] Import/export data with neo4j-shell ?

2011-06-09 Thread Peter Neubauer
Pierre, that is what Chris is working on - making a well defined import path for big datasets possible. Chris, will this result in a command line tool, too? At least it will be documented in the manual when we get there ... Cheers, /peter neubauer GTalk:      neubauer.peter Skype

Re: [Neo4j] Import/export data with neo4j-shell ?

2011-06-09 Thread Peter Neubauer
Pierre, you can backup you database by just copying the store files as Rick is saying. No big deal, just not 99.999 SLA :) Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter

Re: [Neo4j] Import/export data with neo4j-shell ?

2011-06-09 Thread Peter Neubauer
Pierre, the backup scripts are for online full and incremental backup management, see http://docs.neo4j.org/chunked/snapshot/operations-backup.html Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in

Re: [Neo4j] Neo4j webadmin Console Cheat sheet

2011-06-09 Thread Peter Neubauer
Pierre, thanks for pointing it out! Fixed in https://github.com/neo4j/community/commit/d7b442e14461e9256a1747adca3d4128466089a5 Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter

Re: [Neo4j] Cannot change node with neo4j-shell

2011-06-09 Thread Peter Neubauer
startup? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high performance graph database. http

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-09 Thread Peter Neubauer
would be great to verify it against the testcase and merge it in! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] neo4j 1.4 for structr 0.4 and self relationships

2011-06-08 Thread Peter Neubauer
Nice Axel, please do give feedback if anything is out of the ordinary! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-08 Thread Peter Neubauer
expecting. However, it seems the the ServiceLoader approach is not really compatible with OSGi, see http://jbossosgi.blogspot.com/2010/01/suns-serviceloader-and-how-it-relates.htmlfor details. Eelco, did you solve this problem in some nice way so I can adjust the tests? Cheers, /peter neuba

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-08 Thread Peter Neubauer
ctDirectoryTestSuite.java:103) > at org.apache.maven.surefire.Surefire.run(Surefire.java:169) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60) > at > sun.reflect.DelegatingMethodAc

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-08 Thread Peter Neubauer
/blob/master/src/test/java/org/neo4j/examples/osgi/OSGiTest.java Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] Neo4J is the business

2011-06-08 Thread Peter Neubauer
Great John! There is a lot of interest in routing and Neo4j, do you have the presentation somewhere referable? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-08 Thread Peter Neubauer
Super, I have created a test case that exhibits this error. Git clone https://github.com/neo4j/neo4j-osgi-examples and do mvn test And you should see the error output. Let's work together on this in order to solve it, and then include it in the manual! Cheers, /peter neubauer

Re: [Neo4j] LuceneIndex IllegalArgumentException

2011-06-08 Thread Peter Neubauer
Yes, that is part of the OPS4J PAX suite, http://ops4j1.jira.com/wiki/display/paxurl/Wrap+Protocol Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com

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

2011-06-08 Thread Peter Neubauer
Dmitry, if you can isolate the source, that would be great! Also, are you using this over the Neo4j embedded instance or an extension to the server? All in all, an example project exposing Neo4j via your protocol would be stellar on GIThub! Cheers, /peter neubauer GTalk: neubauer.peter

Re: [Neo4j] LuceneIndex IllegalArgumentException

2011-06-08 Thread Peter Neubauer
Super, Nicolas has done an amazing job with examples for OSGi. I think you should fork https://github.com/escapek/neo4j-osgi-howto and update/add whatever you need to get your usecase working, so others can see how to do it? Cheers, /peter neubauer GTalk: neubauer.peter Skype

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-07 Thread Peter Neubauer
Super, I will try to pull up an environment today, but not sure I can make it as there is a lot of other stuff to do. Will keep you posted on the progress. Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com

Re: [Neo4j] Still can't connect with jython

2011-06-07 Thread Peter Neubauer
Very cool Aaron, Good work! Sent from my phone. On Jun 2, 2011 12:48 PM, "Aaron Moffatt" wrote: > I just uploaded bindings I'm working on to GitHub. They work well for me, > though minimally tested. They're for CPython only and JCC must be installed > first. > > https://github.com/OneSaidWho/neo4

Re: [Neo4j] No index provider 'lucene' found - osgi

2011-06-07 Thread Peter Neubauer
It took me some debugging to figure out that this exception was >> happening, because it is logged to a file (doesn't show up in the >> console I'm testing from. using SNAPSHOT gives this problem as well as >> M2 that I was using before. I have to move my test code to

[Neo4j] Geekout Tallin - anyone around?

2011-06-07 Thread Peter Neubauer
Hi all, I'm going to go to Geekout Tallin on Thursday, http://geekout.ee/ . If anyone of you is around, give me a ping, we could meet over a beer and have fun! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn

Re: [Neo4j] NetSci 2011 Budapest

2011-06-07 Thread Peter Neubauer
Burak, I think there are a number of Neo4j Graphistas in that area - would love to come, too! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer

Re: [Neo4j] No index provider 'lucene' found - osgi

2011-06-07 Thread Peter Neubauer
sSuper, did you try with the latest builds, 1.4-SNAPSHOT, available from https://repo.neo4j.org/content/groups/public/org/neo4j/neo4j/1.4-SNAPSHOT/ ? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in

Re: [Neo4j] Sample Linear Referencing Functions in Neo4j Spatial and GSoC

2011-06-07 Thread Peter Neubauer
Very cool. Maybe you could just doc the parameters more than pointing to the Oracle reference, so one can see it directly in the JavaDoc? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer

Re: [Neo4j] MovieHackDay Berlin Recap

2011-06-07 Thread Peter Neubauer
Great recap Michael, we should probably start a Graph User Group in Berlin! Pere, would you be up for pulling that together, if we support you? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer

Re: [Neo4j] GSoC 2011 Neo4j Geoprocessing | Weekly Report #2

2011-06-07 Thread Peter Neubauer
Very nice Andreas! You consider it safe to pull these changes into the main repo? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http

Re: [Neo4j] Sample Test Data / Populate database

2011-06-06 Thread Peter Neubauer
Hi, info on the Gremlin plugin and loading a graph is now here: http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html#rest-api-load-a-sample-graph-graph-from-a-graphml-file-url Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn

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

2011-06-06 Thread Peter Neubauer
Neo4j implementation in Blueprints, but I haven't check that out. Would be great if you wanna take a look? Also, in Neo4j 1.5 we are going to add a binary, much more efficient protocol to talk to Neo4j, which will make this scenario much easier to implement. Cheers, /peter neubauer

Re: [Neo4j] Sample Test Data / Populate database

2011-06-06 Thread Peter Neubauer
Yup, there is an example of this in the neo4j gremlin plugin, https://github.com/neo4j/neo4j-gremlin-plugin/blob/master/features/start-and-stop.feature#L17 I will add this to the docs shortly. Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704

Re: [Neo4j] Introducing Graph Database - San Francisco

2011-06-05 Thread Peter Neubauer
Great stuff guys! I am planning to come up to Seattle in July after OSCON, maybe we could organize a meetup then like on the 28th of July? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer

Re: [Neo4j] Override address/hostname?

2011-06-03 Thread Peter Neubauer
Thanks Jim, added it to the server configuration section in the manual! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org

Re: [Neo4j] How to embed neo4j to OSGI env without spring?

2011-06-03 Thread Peter Neubauer
Hi there, what JRE do you need to run with? Could you provide a testcase, maybe done with http://ops4j1.jira.com/wiki/display/paxexam/Pax+Exam so we can fix the issues? Thanks for your feedback! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704

[Neo4j] Neo4j Gremlin plugin part of standard Neo4j Server

2011-06-01 Thread Peter Neubauer
Tada, the Neo4j Gremlin Plugin now included in the default server distro, making things a lot easier :) Thanks Marko and Saikat for the great work, please report back issues everyone! http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html Cheers, /peter neubauer GTalk: neubauer.peter

Re: [Neo4j] Experiencing errors with JSON parsing in neo4j-shell

2011-06-01 Thread Peter Neubauer
Added the example to the docs. https://github.com/neo4j/community/commit/a4aba19e2ad1abcee14207c97b80d69d22455e86 Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http

Re: [Neo4j] Neo4j is Finalist of the JAX-Awards

2011-06-01 Thread Peter Neubauer
Michael, congrats to a terrific talk, you rocked it - wish I had been there! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http

Re: [Neo4j] Announcing structr 0.3

2011-06-01 Thread Peter Neubauer
Awesome Axel, and congrats to the team developing this. Will be exciting to take an test drive! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer

Re: [Neo4j] finding commonalities between people

2011-06-01 Thread Peter Neubauer
. Hope to get to that next week. Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph

Re: [Neo4j] Password sent in plain text via email?

2011-06-01 Thread Peter Neubauer
Todd, I have disabled the monthly password reminder now in order to avoid this. Is anyone fine with that? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com

Re: [Neo4j] finding commonalities between people

2011-06-01 Thread Peter Neubauer
"getRelationshipsBetween" : " http://localhost:7474/db/data/ext/FunctionalTestPlugin/node/3/getRelationshipsBetween " }, "GraphCloner" : { "clonedSubgraph" : " http://localhost:7474/db/data/ext/GraphCloner/node/3/clonedSubgraph";

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Now the files should be uploaded. Have fun! Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Btw, the files are not uploaded yet, just wait some more minutes until I ping back. Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
/plugin/gremlin/GremlinPluginFunctionalTest.java Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
should need to build the standalone project, QA is doing smoketests and other stuff ensuring that the server is really booting on all platforms, installing plugins etc. Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http

Re: [Neo4j] finding commonalities between people

2011-05-31 Thread Peter Neubauer
Btw, will post a local server build and the plugin to dropbox so you can get on with it in a while ... WDYT? Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com

<    4   5   6   7   8   9   10   11   12   13   >