Re: [Neo4j] [ANN] Neo4j Cypher compiler for building domain-specific APIs in Python

2014-05-02 Thread Michael Hunger
Thanks a lot. Good work looking forward to the finished work. Sent from mobile device Am 01.05.2014 um 20:23 schrieb b...@devel.io: > Michael, I wrote up a quick blog post with an overview of the goals and > current status: http://devel.io/2014/05/01/cypher-compiler-for-python/ > -- > You rece

Re: [Neo4j] [ANN] Neo4j Cypher compiler for building domain-specific APIs in Python

2014-05-01 Thread b
Michael, I wrote up a quick blog post with an overview of the goals and current status: http://devel.io/2014/05/01/cypher-compiler-for-python/ -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails fro

Re: [Neo4j] [ANN] Neo4j Cypher compiler for building domain-specific APIs in Python

2014-05-01 Thread Byron Ruth
Absolutely, I will post here when it’s ready. Thank you for your support. On May 1, 2014, at 8:14 AM, Michael Hunger wrote: > Cool stuff, would you mind writing a blog post about it, so we could help you > promote it. > > Really like the idea. > > Cheers, > > Michael > > Am 30.04.2014 um 0

Re: [Neo4j] [ANN] Neo4j Cypher compiler for building domain-specific APIs in Python

2014-05-01 Thread Michael Hunger
Cool stuff, would you mind writing a blog post about it, so we could help you promote it. Really like the idea. Cheers, Michael Am 30.04.2014 um 03:57 schrieb b...@devel.io: > I put together a basic Cypher compiler API written in Python. I got tired of > concatenating strings and using strin

[Neo4j] [ANN] Neo4j Cypher compiler for building domain-specific APIs in Python

2014-04-29 Thread b
I put together a basic Cypher compiler API written in Python. I got tired of concatenating strings and using string formatting/interpolation for constructing the Cypher queries. In a nutshell, there are classes that correspond to most of constructs in Cypher. Each class is tailored to the requi