Groups
Sign in
Groups
clojure-neo4j
Conversations
About
Send feedback
Help
clojure-neo4j
Contact owners and managers
1–30 of 75
This group is dedicated to Neocons, a young idiomatic Clojure client for the Neo4J Server REST API. Feel free to ask any questions and post announcements.
Mark all as read
Report group
0 selected
blandflakes
, …
Michael Klishin
6
12/18/17
Neo4j 3.x support?
Neocons is maintained as long as it has contributors who are willing to put in the time. I have
unread,
Neo4j 3.x support?
Neocons is maintained as long as it has contributors who are willing to put in the time. I have
12/18/17
Andy Kriger
7/4/17
nodes/query doesn't work with neo4j 3.2?
I am trying to query for nodes and only return some of the properties in the results. (nn/query conn
unread,
nodes/query doesn't work with neo4j 3.2?
I am trying to query for nodes and only return some of the properties in the results. (nn/query conn
7/4/17
Tom Henderson
1/27/17
Immutable graph databases
I'd like to try experimenting with Neo4j for data mining a large number of bookmarks and notes
unread,
Immutable graph databases
I'd like to try experimenting with Neo4j for data mining a large number of bookmarks and notes
1/27/17
Raymond Pendergraph
,
Rohit Aggarwal
5
12/30/15
Trouble creating via with-transaction.
Thats great! cheers Rohit On Wednesday, 30 December 2015 00:05:49 UTC, Raymond Pendergraph wrote: Yes
unread,
Trouble creating via with-transaction.
Thats great! cheers Rohit On Wednesday, 30 December 2015 00:05:49 UTC, Raymond Pendergraph wrote: Yes
12/30/15
Piyush Katariya
, …
Michael Hunger
6
11/10/15
Range Queries
Cypher is still the right answer as it is not exposed in any other API (intentionally) Von meinem
unread,
Range Queries
Cypher is still the right answer as it is not exposed in any other API (intentionally) Von meinem
11/10/15
James Hughes
,
Rohit Aggarwal
2
10/30/15
Getting End Node from Relationship Record
Hi James, I would recommend using cypher for something like this as that is the cleanest solution.
unread,
Getting End Node from Relationship Record
Hi James, I would recommend using cypher for something like this as that is the cleanest solution.
10/30/15
Rohit Aggarwal
,
Michael Hunger
2
10/18/15
Re: [clojure-neo4j] How to Match by Label with {_variable}? re:necons tquery:
But of course can replace it in clojure Von meinem iPhone gesendet Am 17.10.2015 um 15:14 schrieb
unread,
Re: [clojure-neo4j] How to Match by Label with {_variable}? re:necons tquery:
But of course can replace it in clojure Von meinem iPhone gesendet Am 17.10.2015 um 15:14 schrieb
10/18/15
Michael Klishin
9/28/15
ANN Neocons 3.1.0 is released
Neocons [1] is a feature rich, idiomatic Clojure client for Neo4J Server. Release notes: http://blog.
unread,
ANN Neocons 3.1.0 is released
Neocons [1] is a feature rich, idiomatic Clojure client for Neo4J Server. Release notes: http://blog.
9/28/15
Ben McFerren
,
Michael Klishin
2
9/21/15
Neocons Cypher tquery and accessing values from keys
2015-09-21 23:43 GMT+03:00 Ben McFerren <ecomb...@gmail.com>: [ { "id": "
unread,
Neocons Cypher tquery and accessing values from keys
2015-09-21 23:43 GMT+03:00 Ben McFerren <ecomb...@gmail.com>: [ { "id": "
9/21/15
Manoj Waikar
,
Rohit Aggarwal
4
8/25/15
Node types.
Thats great. On Tuesday, 25 August 2015 05:48:33 UTC+1, Manoj Waikar wrote: Thanks Rohit, you are
unread,
Node types.
Thats great. On Tuesday, 25 August 2015 05:48:33 UTC+1, Manoj Waikar wrote: Thanks Rohit, you are
8/25/15
Manoj Waikar
,
Rohit Aggarwal
4
8/21/15
Neocons problem with Neo4j 2.2.3 community edition.
Great. The Cypher query you are running will give all the connected nodes and the program you posted
unread,
Neocons problem with Neo4j 2.2.3 community edition.
Great. The Cypher query you are running will give all the connected nodes and the program you posted
8/21/15
Christoph Wagner
,
Rohit Aggarwal
5
8/14/15
Unbound var when using Clojure 1.7
Hi Rahit, Seeing that the code worked in your example I started to take my project apart and finally
unread,
Unbound var when using Clojure 1.7
Hi Rahit, Seeing that the code worked in your example I started to take my project apart and finally
8/14/15
Sam Raker
,
Rohit Aggarwal
2
6/16/15
`create unique`
`CREATE UNIQUE` is a writing clause for cypher and Neocons does support executing cypher queries. For
unread,
`create unique`
`CREATE UNIQUE` is a writing clause for cypher and Neocons does support executing cypher queries. For
6/16/15
Joshua Cano
, …
Rohit Aggarwal
5
3/23/15
Connection reset
Thanks so much Rohit, I did try and set the timeout like you are doing on the 20th, however same
unread,
Connection reset
Thanks so much Rohit, I did try and set the timeout like you are doing on the 20th, however same
3/23/15
Øystein Jakobsen
, …
Michael Klishin
15
9/28/14
Trouble connecting to GrapheneDB
On 29 September 2014 at 00:22:09, Øystein Jakobsen (oeys...@gmail.com) wrote: > Done :) Thank you
unread,
Trouble connecting to GrapheneDB
On 29 September 2014 at 00:22:09, Øystein Jakobsen (oeys...@gmail.com) wrote: > Done :) Thank you
9/28/14
Guy Taylor
, …
Rohit Aggarwal
3
8/6/14
Neocons Performance
I tried a similar thing to this and my results are pretty different from your timings. My code is
unread,
Neocons Performance
I tried a similar thing to this and my results are pretty different from your timings. My code is
8/6/14
Cato Nano
, …
Michael Hunger
7
8/1/14
properties in a cypher query
2014-07-31 12:21 GMT+02:00 Michael Hunger <michael...@neotechnology.com>: As you had
unread,
properties in a cypher query
2014-07-31 12:21 GMT+02:00 Michael Hunger <michael...@neotechnology.com>: As you had
8/1/14
Cato Nano
,
Rohit Aggarwal
3
6/18/14
how to use MERGE
2014-06-18 20:45 GMT+02:00 Rohit Aggarwal <rohit.a...@gmail.com>: Someone posted the same
unread,
how to use MERGE
2014-06-18 20:45 GMT+02:00 Rohit Aggarwal <rohit.a...@gmail.com>: Someone posted the same
6/18/14
Michael Klishin
5/29/14
ANN Neocons 3.0 is released
Neocons [1] is a Clojure client for the Neo4J REST API. Release notes: http://blog.clojurewerkz.org/
unread,
ANN Neocons 3.0 is released
Neocons [1] is a Clojure client for the Neo4J REST API. Release notes: http://blog.clojurewerkz.org/
5/29/14
Michael Klishin
4/26/14
ANN Neocons 3.0.0-rc1 is released
Neocons [1] is an idiomatic Clojure client for the Neo4J REST API. 3.0 has a *major breaking API
unread,
ANN Neocons 3.0.0-rc1 is released
Neocons [1] is an idiomatic Clojure client for the Neo4J REST API. 3.0 has a *major breaking API
4/26/14
Michael Klishin
4/26/14
ANN Major breaking public API changes coming to several ClojureWerkz projects
If you use a ClojureWerkz project or two please read this announcement: http://blog.clojurewerkz.org/
unread,
ANN Major breaking public API changes coming to several ClojureWerkz projects
If you use a ClojureWerkz project or two please read this announcement: http://blog.clojurewerkz.org/
4/26/14
Zubair Quraishi
3/16/14
Video on how to use Neocons and Neo4j from LightTable
https://www.youtube.com/watch?v=H94-MEXcGAs
unread,
Video on how to use Neocons and Neo4j from LightTable
https://www.youtube.com/watch?v=H94-MEXcGAs
3/16/14
Mark Engelberg
,
Michael Klishin
6
2/12/14
Error using neocons
2014-02-13 0:26 GMT+04:00 Mark Engelberg <mark.en...@gmail.com>: [clj-http "0.7.8
unread,
Error using neocons
2014-02-13 0:26 GMT+04:00 Mark Engelberg <mark.en...@gmail.com>: [clj-http "0.7.8
2/12/14
Zubair Quraishi
,
Michael Klishin
3
1/31/14
Extra tutotial on Neocons
ok thanks. Does this need to update too (on github readme): [clojurewerkz/neocons "2.0.0"]
unread,
Extra tutotial on Neocons
ok thanks. Does this need to update too (on github readme): [clojurewerkz/neocons "2.0.0"]
1/31/14
Andy Dwelly
,
Michael Hunger
2
12/15/13
A problem with add-to-index
Andy, if you look at the docs here:http://clojureneo4j.info/articles/populating.html you can see that
unread,
A problem with add-to-index
Andy, if you look at the docs here:http://clojureneo4j.info/articles/populating.html you can see that
12/15/13
Michael Klishin
,
Michael Hunger
2
12/15/13
ANN Neocons 2.0.1 is released
Thanks a lot Michael for the swift update. Much appreciated. Cheers, Michael Am 12.12.2013 um 19:30
unread,
ANN Neocons 2.0.1 is released
Thanks a lot Michael for the swift update. Much appreciated. Cheers, Michael Am 12.12.2013 um 19:30
12/15/13
Pepijn de Vos
,
Michael Klishin
3
12/15/13
return node from query
2013/12/15 Pepijn de Vos <pepij...@gmail.com> How can I get the actual data? Manually parse
unread,
return node from query
2013/12/15 Pepijn de Vos <pepij...@gmail.com> How can I get the actual data? Manually parse
12/15/13
Zubair Quraishi
, …
Zubair Quraishi
16
11/14/13
Can't call Neocons spatial commands within a transaction
Thanks. Just added it: https://github.com/neo4j/spatial/issues/114 On Wednesday, November 13, 2013 9:
unread,
Can't call Neocons spatial commands within a transaction
Thanks. Just added it: https://github.com/neo4j/spatial/issues/114 On Wednesday, November 13, 2013 9:
11/14/13
Michael Klishin
11/12/13
ANN Neocons 2.0 is released
Neocons [1] is a Clojure client for Neo4J server (REST API). 2.0 is a major release that focuses on
unread,
ANN Neocons 2.0 is released
Neocons [1] is a Clojure client for Neo4J server (REST API). 2.0 is a major release that focuses on
11/12/13
Michael Klishin
10/16/13
ANN Neocons 2.0.0-beta3 with full support for Neo4J 2.0 features
Neocons [1] is a Clojure client for Neo4J Server (REST API). This version implements the rest of
unread,
ANN Neocons 2.0.0-beta3 with full support for Neo4J 2.0 features
Neocons [1] is a Clojure client for Neo4J Server (REST API). This version implements the rest of
10/16/13