maxdemarzi / neography

A thin Ruby wrapper to the Neo4j Rest API
MIT License
602 stars 135 forks source link

Batch operation is missing REST API functions. #178

Closed kwent closed 6 years ago

kwent commented 10 years ago

Some are listed below, i probably forgot some...

Relationships

22.6.5. Get all properties on a relationship
22.6.6. Set all properties on a relationship
22.6.7. Get single property on a relationship
22.6.8. Set single property on a relationship
22.6.9. Get all relationships
22.6.10. Get incoming relationships
22.6.11. Get outgoing relationships
22.6.12. Get typed relationships
22.6.13. Get relationships on a node without relationships

Node properties

22.8.1. Set property on node
22.8.2. Update node properties
22.8.3. Get properties for node
22.8.4. Property values can not be null
22.8.5. Property values can not be nested
22.8.6. Delete all properties from node
22.8.7. Delete a named property from a node

Unique Indexes

22.11.1. Get or create unique node (create)
22.11.2. Get or create unique node (existing)
22.11.3. Create a unique node or return fail (create)
22.11.4. Create a unique node or return fail (fail)
22.11.5. Add an existing node to unique index (not indexed)
22.11.6. Add an existing node to unique index (already indexed)
22.11.7. Get or create unique relationship (create)
22.11.8. Get or create unique relationship (existing)
22.11.9. Create a unique relationship or return fail (create)
22.11.10. Create a unique relationship or return fail (fail)
22.11.11. Add an existing relationship to a unique index (not indexed)
22.11.12. Add an existing relationship to a unique index (already indexed)
maxdemarzi commented 10 years ago

Ok... let's knock these down and I'l push out a new release.

kwent commented 6 years ago

Closing for inactivity