Hello All,
The
stzGraph class quickly became my first ally while developing my professional software
Organizum. But retrieving information from the graph often required a lot of loops and if/then conditionals.
Thankfully, this is now solved with the declarative query experience provided by
stzGraphQuery.
I’ve just published a new article in the Softanza Library documentation that walks through the developer experience of exploring and querying graphs in Ring. The examples come directly from the library tests, and each snippet shows its output so you can easily follow along.
Read the article here:
https://github.com/mayouni/stzlib/blob/main/libraries/stzlib/base/doc/narrations/stzgraphquery-doc.mdPS: The queries follow the Softanza natural-orientation style while being exportable to industry standards (such as OpenCypher). This makes it easier for work done in Ring to interoperate with other graph-based tools and software.
Happy reading!
Mansour