Neocons 3.0.0
Neocons is a feature rich idiomatic Clojure client for the Neo4J REST API
clojurewerkz.neocons.rest.constraints
Operations on constraints (Neo4J 2.0+ only).
Public variables and functions:
clojurewerkz.neocons.rest.index
Operations on indices (Neo4J 2.0+ only).
clojurewerkz.neocons.rest.nodes
Public variables and functions:
- add-to-index
- all-connected-out
- all-indexes
- connected-out?
- create
- create-batch
- create-index
- create-unique-in-index
- delete
- delete-from-index
- delete-index
- delete-many
- delete-properties
- destroy
- destroy-many
- fetch-from
- find
- find-one
- get
- get-many
- get-properties
- multi-get
- query
- set-property
- traverse
- update
clojurewerkz.neocons.rest.records
Public variables and functions:
- ->CypherQueryResponse
- ->Index
- ->Node
- ->Path
- ->Relationship
- auto-node-index-location-for
- auto-node-index-lookup-location-for
- auto-rel-index-location-for
- auto-rel-index-lookup-location-for
- encode-segment
- encode-slashes
- instantiate-cypher-query-response-from
- instantiate-node-from
- instantiate-path-from
- instantiate-record-from
- instantiate-rel-from
- map->CypherQueryResponse
- map->Index
- map->Node
- map->Path
- map->Relationship
- node-in-index-location-for
- node-index-location-for
- node-index-lookup-location-for
- node-location-for
- node-properties-location-for
- node-property-location-for
- node-traverse-location-for
- path-location-for
- path-traverse-location-for
- paths-location-for
- rel-in-index-location-for
- rel-index-location-for
- rel-index-lookup-location-for
- rel-location-for
- rel-properties-location-for
- rel-property-location-for
- rel-traverse-location-for
- root-with-path
- slash
- url-with-path
clojurewerkz.neocons.rest.relationships
Public variables and functions:
- add-to-index
- all-for
- all-ids-for
- all-indexes
- all-outgoing-between
- all-types
- create
- create-index
- create-many
- create-unique-in-index
- delete
- delete-from-index
- delete-index
- delete-many
- delete-property
- ends-with?
- fetch-from
- find
- find-one
- first-outgoing-between
- get
- get-many
- incoming-for
- maybe-create
- maybe-delete
- maybe-delete-outgoing
- outgoing-for
- outgoing-ids-for
- purge-all
- purge-outgoing
- query
- replace-outgoing
- starts-with?
- traverse
- update
clojurewerkz.neocons.rest.transaction
Transaction management functions (Neo4J 2.0+ only).
Public variables and functions: