Skip to content

Commit dfc0a61

Browse files
committed
Update README.md
1 parent 51669ae commit dfc0a61

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Note
2+
----
3+
*This library is no longer maintained.*
4+
5+
Wrapping an over-the-wire connection behind a `GraphDatabaseService` API was never a good idea as operations that are in-process calls in the embedded case are network requests here with all the latency and behavior implications.
6+
7+
8+
19
The Java binding for the Neo4j Server REST API wraps the REST calls behind the well known
210
[GraphDatabaseService](http://api.neo4j.org/1.8.M07/org/neo4j/graphdb/GraphDatabaseService.html) API.
311

@@ -7,8 +15,6 @@ your data and on batching and cypher to update the graph.
715

816
You can also use the `RestAPIFacade` directly to interact with your Neo4j-Server, without the GraphDatabaseService Wrapper.
917

10-
Note
11-
----
1218
The behavior of "transactions" changed in 1.8, in 1.7 they were no-op, i.e. just ignored. So you could just leave them off to not confuse people.
1319

1420
In 1.8 it tries to collect all operations within a tx as a batch-operation which will then be executed on the server.

0 commit comments

Comments
 (0)