Skip to content

2.4.0

Compare
Choose a tag to compare
@Wolfgang-Schuetzelhofer Wolfgang-Schuetzelhofer released this 30 May 13:44
· 1 commit to master since this release

Works on JCypher Release 3.4.0.
_Note:_ JCypher 3.4.0 supports Neo4j 2.3.2 including basic authentication and authorization.
For how to set userId and password, please hava a look at class iot.jcypher.samples.domain.people.graph_access.Config

Content:

  • 'PEOPLE-DOMAIN' sample includes domain query samples:

    part 1 (predicate expressions)

    part 2 (traversal expressions),

    part 3 (collection expressions SELECT, REJECT, COLLECT, UNION, INTERSECTION) of domain queries).

    Domain Query Concatenation.

    Transaction sample.

    Store and load Domain Queries.

    Class iot.jcypher.samples.domain.people.GenericPeopleDomain provides sample code to work with Generic Domain Models.
  • ShakespeareGraph.
  • MovieDatabase.