Skip to content

Commit 5eba66d

Browse files
Update README.md - Neo4j does not support Gremlin (#9421)
https://tinkerpop.apache.org/docs/current/reference/#neo4j-gremlin Best regards Co-authored-by: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com>
1 parent d4b2675 commit 5eba66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ operations, which makes it easy to build applications with it.
116116
| Architecture | Sharded and Distributed | Single server (+ replicas in enterprise) | Layer on top of other distributed DBs |
117117
| Replication | Consistent | None in community edition (only available in enterprise) | Via underlying DB |
118118
| Data movement for shard rebalancing | Automatic | Not applicable (all data lies on each server) | Via underlying DB |
119-
| Language | GraphQL inspired | Cypher, Gremlin | Gremlin |
119+
| Language | GraphQL inspired | Cypher | Gremlin |
120120
| Protocols | Grpc / HTTP + JSON / RDF | Bolt + Cypher | Websocket / HTTP |
121121
| Transactions | Distributed ACID transactions | Single server ACID transactions | Not typically ACID |
122122
| Full-Text Search | Native support | Native support | Via External Indexing System |

0 commit comments

Comments
 (0)