cl-neo4j
cl-neo4j copied to clipboard
Active development?
Hey @kraison do you still develop and use this driver? If so do you have a blog post / docs somewhere? Do you think it is fit to be included in http://neo4j.org/develop/drivers ?
Thanks
Doc are pretty minimal at this point; I could generate something for inclusion, but would need a little bit of time. I will let you know when they are ready.
I am starting work on this project again; I see my lack of response has lead to the project being removed from the neo4j site. My apologies for letting it languish.
Thats great to hear, thanks so much.
Let me know if / how we can help you.
We created a new site: neo4j.com/developer
Please note that:
- the endpoint of choice right now is the transactional http endpoint http://neo4j.com/docs/stable/rest-api-transactional.html
- we're currently developing a new binary protocol http://alpha.neohq.net (for version 3.0)
One thing we ask our included driver authors to provide is an implementation for neo4j.com/developer/example-project, all of which can be found here: github.com/neo4j-examples
Thanks !