[Neo4j] Re: Working with Neo4j 2.2 using the latest Py2Neo

2015-02-04 Thread Jim Salmons
Echoing what Nigel said, I found that all I needed to do once on the latest codebase was to import set_auth_token from core and then call it with an authorized ID -- the route I took being that I copied and pasted the token displayed on the home page of the default browser view, e.g.

[Neo4j] Re: comparing collections of labels

2014-12-03 Thread Jim Salmons
Hi Tom, I've wrestled a bit in this area, too, in the context of partitioning a metamodel subgraph. As you mention, the current state of affairs is that nodes can be subset members of an arbitrary number of named node subsets, but there is currently no way to (optionally) consider a path-wise

[Neo4j] Re: New Neo4j SPARQL Plugin

2014-11-13 Thread Jim Salmons
Hi Niclas, Michael, Mike, and Jacob, I concur with others in congratulating you and encouraging your work. In particular, due to your in-country proximity and shared creative spirits, I would encourage Michael to make that proposed get together with Niclas in Frankfurt with Axel, Christian, to

[Neo4j] Re: New Structr SNAPSHOT version - with integrated Neo4j server!

2014-11-10 Thread Jim Salmons
Wow Axel, Christian, and the Structr Team... This is a SUPER move. With Structr maturing and Neo4j going 2.2, things will be getting more and more interesting. I have been quiet lately so as to not divert your attention from all the amazing work your team is doing. But things are DEFINITELY

Re: [Neo4j] Neo4J and Javascript Graph Viewer

2014-08-13 Thread Jim Salmons
And one thing that I noticed when looking at xDiscovery.com is that VivaGraph (if that is what I was looking at) is unusually responsive on my iPad -- even when image-based nodes are involved. This is unusual as MANY Javascript graphviz frameworks act great on full systems and degrade

Re: [Neo4j] Neo4J and Javascript Graph Viewer

2014-08-13 Thread Jim Salmons
And I would be remiss if I didn't mention that, judging by the number of GitHub notifications flying out of the Alchemy.js project that this project is under VERY active development and getting better and better. Alchemy.js is, to my mind, the most likely candidate solution to recognize the

[Neo4j] Re: Neo4j database ALWAYS shuts down incorrectly if start/stop as a service from a list of windows services

2014-06-17 Thread Jim Salmons
Hi Denys, I think you're experience is a variation of mine as related here https://groups.google.com/d/msg/neo4j/Qp2azbKy2_8/u4jDbiBLlesJ. Seems to be a long-standing issue that hasn't bitten too many but is problematic for the 2.1 database migration. There are some tips/insight on the link.

Re: [Neo4j] Neo4j 2.0 to 2.1 Upgrade Fails When Neo4j Running as a Windows Service

2014-06-01 Thread Jim Salmons
that a possible 'fix' would be to silently call the shell and do the exit before asking 'sc' to stop the Windows Service. I'm going to look at incorporating that approach into my Neo4jCP (mini Control Panel, https://github.com/Jim-Salmons/neo4jcp) and if that looks promising, we might want to see

[Neo4j] Neo4j 2.0 to 2.1 Upgrade Fails When Neo4j Running as a Windows Service

2014-05-31 Thread Jim Salmons
This issue has surfaced a number of times in various flavors, particularly when an explicit upgrade (non-automatic requiring allow_store_upgrade=true) is involved and the culprit seems to be this: - If you run Neo4j as a Windows Service (having installed via Neo4jInstaller.bat and using

[Neo4j] Re: Another Native-Java-DSL for the Cypher Language

2014-05-27 Thread Jim Salmons
Hi Wolfgang, So many folks are so busy at the moment and with the U.S. Memorial Day holiday, our thoughts have been elsewhere, but all that said, this effort of yours is AWESOME and welcome -- not only is it a great example of learn by scratching your itch, but you are doing something that has

[Neo4j] Re: How can i properly stop the Neo4j Windows Service cleanly? non clean shutdown detected

2014-05-17 Thread Jim Salmons
://github.com/Jim-Salmons/neo4jcp Note: This currently works only on the non-installer Windows configuration as all Neo4j server communication is done via communication with the server running as a Windows service. The self-contained installer does not create a Windows service, so I don't currently know

Re: [Neo4j] Neo4j as a service?

2014-03-13 Thread Jim Salmons
Kevin, You can't start, stop, etc. a Windows service until you install the service which is what the install batch file does at lines 72-73. Just read the file if you are concerned about what it does. Once the service is installed, you can start, stop, restart it at will via the neo4j.bat

[Neo4j] Re: Neo4j as a service?

2014-03-12 Thread Jim Salmons
In addition to what Michael pointed out, you might be interested in my Neo4jCP control panel. It's a tiny (compiled Autohotkey) utility to manage the Neo4j server like you are looking to do. Mind you, this is a non-enterprise basic utility and it sounds like you may have more significant

Re: [Neo4j] Re: Convenient interface to manually build social network data

2014-02-21 Thread Jim Salmons
with more questions once I'm a bit more advanced with my project. Best, Jean-Baptiste On Thu, Feb 20, 2014 at 4:39 PM, Jim Salmons jim.s...@softalkapple.comjavascript: wrote: Hi Erik and Jean, +1 to you both. Sadly, judging by the deletion of the post that prompted my reply, I think

[Neo4j] Re: Convenient interface to manually build social network data

2014-02-20 Thread Jim Salmons
help. Thank you Michael for mentioning Linkurious ;) Jean On Sunday, February 16, 2014 10:40:25 PM UTC+1, Jim Salmons wrote: Jean-Baptiste, I absolutely do not intend to sound negative, but as a PhD student in Sociology you will be in trouble in your career if you cannot distinguish

[Neo4j] Re: Convenient interface to manually build social network data

2014-02-16 Thread Jim Salmons
Jean-Baptiste, I absolutely do not intend to sound negative, but as a PhD student in Sociology you will be in trouble in your career if you cannot distinguish between a graph database query language and development and coding in your mind. Michael gave you good advice about Linkurious, but