Stuart Green Picture

Stuart Green

Consulting Engineer at Neo4j

Stuart Green is a consulting engineer at Neo4j and is based in the United Kingdom.


Latest Posts by Stuart Green

MicroPython and Neo4j

Many microcontrollers (ESP8266, ESP32, and RP2, for example) are capable of running a bare metal optimized implementation of Python 3 (MicroPython). This includes a reduced subset of the standard Python library.These small embedded systems frequently include WiFi hardware for external... read more


Query Neo4j From Tcl

In the mid-1990s, Tcl was my go-to dynamic programming language as it was cross-platform (you may recall the plethora of UNIX variants), easily deployed and readily extended. Although many other languages now carry favor (e.g., Python, JavaScript, Go, etc.), the Tcl community remains active, and... read more


Use Neo4j Query API With R on Aura

As an alternative to the officially supported drivers (.NET, Go, Java, JavaScript, and Python), you’ve been able to query a Neo4j server via an HTTP API. However, this has been limited to self-managed instances and wasn’t available on the Neo4j Aura cloud service.In September 2024,... read more