It's exciting to see Neo4j Streams graduate from being a plugin to becoming a de-coupled bi-directional component that works with Aura!
Neo4j Graph Database Platform – 21 Sep 21
Kafka for Neo4j Aura Is Available Now
...
When I use apoc.text.replace, I often wish to extract several values at once and immediately assign each to its own variable. I normally set up an assignment per variable like this:
UNWIND ["John Smith - Consultant",
"Willy Brown - Teacher"...
I am doing some dev-ops work in the AWS environment (unmanaged) with Neo4j Enterprise causal cluster using version 3.5.8. I would like to be able to add a new user from an Ubuntu bash command line. The best resource I have found so far is here:
...
The following open data URL in any browser will retrieve a sample of air pollution in JSON format, and display it in your browser:
https://open.stavanger.kommune.no/api/3/action/package_search?q=luftmaling-stavanger&rows=1
I would like to include thi...
As of Neo4j 3.5 we have a fulltext search index. Specifically it’s Lucene 5.5.5. In Lucene 5.5.4 a magical feature was added to Lucene called MoreLikeThis. Given a document (translates to a node with properties containing text strings) this feature ...
I found a work-around for using Neo4j to directly pull the data from the Open Data site, by using an alternative url. The original url I used when stating the question invokes an API provided by the organization CKAN. And that requires a certificat...
checking on my command line...
$ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
But I don't think that's the version used by Neo4j Desktop,...