2.4.0
·
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.
Classiot.jcypher.samples.domain.people.GenericPeopleDomain
provides sample code to work with Generic Domain Models. - ShakespeareGraph.
- MovieDatabase.