Sulpher is the little subset of Cypher (Neo4j's query language) that I'm working on.
I added nore examples of queries that can be expressed in Sulpher:
https://github.com/ha1tch/rserv/blob/main/manual/rserv-manual_0.3.9-part3-basicgraph.md
Here are other graph features that can be accessed via the REST api without need of Sulpher (tSome of these endpoints translate your REST request to Sulpher under the hood)
https://github.com/ha1tch/rserv/blob/main/manual/rserv-manual_0.3.9-part4-graphoperations.md
In the Misc section there's a bit more interesting code example on how to use these graph things from your own Python application, or from wherever you can hit a RESTful http api. It implements the basics to access the graph data of a group of bloggers, with blogs, posts, tags, and comments.
https://github.com/ha1tch/rserv/blob/main/manual/rserv-manual_0.3.9-part6-misc.md
Hope somebody finds it useful!
#rserv #python #graphdb #foss #sulpher #cypher #neo4j