Re: [Neo4j] Automatically invoking ETL

2012-04-24 Thread Bill Baker
Sent: Tuesday, April 24, 2012 8:55 AM To: Imthiyaz Ahmed Cc: Bill Baker; Bill Baker; Barrie Pike Subject: RE: Automatically invoking ETL Hi Imthiyaz, I suspect there is more to it. Can you please review the ETL packages to let me know if the ones for each file run the same stored procedures over

Re: [Neo4j] Automatically invoking ETL

2012-04-24 Thread Bill Baker
Wow, Outlook strikes again. Got a public email list on this. But it bounced, so it never went out. Whew. From: Bill Baker Sent: Tuesday, April 24, 2012 10:17 AM To: 'Paul de Prado'; Imthiyaz Ahmed Cc: Bill Baker; Barrie Pike; user@lists.neo4j.org Subject: RE: Automatically invoking ETL Just

Re: [Neo4j] Automatically invoking ETL

2012-04-24 Thread Bill Baker
Sorry for this, not sure how I got the list on this mail. Outlook strikes again maybe, but my apologies either way. Please disregard. Thanks. ___ NOTICE: THIS MAILING LIST IS BEING SWITCHED TO GOOGLE GROUPS, please register and consider posting at

Re: [Neo4j] Newbie issues with indexing

2011-11-02 Thread Bill Baker
with indexing Hi Bill, Why BarName in one and FooName in the other? I'm assuming you have NodeType/Name for both ok? So... a query like this would look like: nodeIndex.query( NodeType:Bar AND Name:\Bar 1\ ); 2011/11/1 Bill Baker bill...@billbak.com Hello, I have an index and add my nodes

Re: [Neo4j] Newbie issues with indexing

2011-11-02 Thread Bill Baker
. From: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] On Behalf Of Bill Baker [bill...@billbak.com] Sent: Wednesday, November 02, 2011 11:33 AM To: Neo4j user discussions Subject: Re: [Neo4j] Newbie issues with indexing Thanks Mattias. One node is a Foo node

Re: [Neo4j] Newbie issues with indexing

2011-11-02 Thread Bill Baker
, November 02, 2011 8:44 AM To: Neo4j user discussions Subject: Re: [Neo4j] Newbie issues with indexing ...because you have a space character in the name. From: user-boun...@lists.neo4j.org [user-boun...@lists.neo4j.org] On Behalf Of Bill Baker [bill

Re: [Neo4j] Newbie issues with indexing

2011-11-02 Thread Bill Baker
Got it running, thank you! -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Bill Baker Sent: Wednesday, November 02, 2011 9:41 AM To: Neo4j user discussions Subject: Re: [Neo4j] Newbie issues with indexing Then I will try

[Neo4j] Newbie issues with indexing

2011-10-31 Thread Bill Baker
) set to specific values. I think there might be more to Lucene Query objects than just TermQuery. Is that in the Neo4j docs, the Lucene docs? Any examples handy? Thanks in advance! Bill -- Bill Baker, Investor, Advisor, Board Member 206-619-0928

Re: [Neo4j] Db connections as we do in mysql ,oracle etc..

2011-10-26 Thread Bill Baker
This might be RTFM, but I am unclear on the APIs to perform three semantics. I've been creating embedded databases with something like: GraphDatabaseService graphDb = new EmbeddedGraphDatabase( var/graphDb ); How do I instead access an existing database? Doing the above gives me an error if

Re: [Neo4j] C# REST binding / wrapper

2011-10-03 Thread Bill Baker
://www.neo4j.org               - Your high performance graph database. http://startupbootcamp.org/    - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Thu, Sep 29, 2011 at 6:07 PM, Bill Baker bill...@billbak.com wrote: I checked the FAQ

[Neo4j] C# REST binding / wrapper

2011-09-29 Thread Bill Baker
types? (I know, I know, it's Neo-for-JAY!) Thanks! -- Bill Baker, Investor, Advisor, Board Member My other house is a data warehouse ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org

Re: [Neo4j] C# REST binding / wrapper

2011-09-29 Thread Bill Baker
://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Thu, Sep 29, 2011 at 6:07 PM, Bill Baker bill...@billbak.com wrote: I checked the FAQ but didn't see this item. (http://wiki.neo4j.org/content/FAQ) I've downloaded and used two of the wrappers out there, Neo4RestNet