Skip to content

Commit a897091

Browse files
author
moxious
authored
Merge pull request #10 from moxious/v0.5.1
V0.5.1
2 parents bd6210b + b7af30e commit a897091

File tree

8 files changed

+2632
-31
lines changed

8 files changed

+2632
-31
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.DS_Store
33
.nyc_output
44
coverage
5+
experiments

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
experiments

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ npm run graph-workload -- -a localhost -u neo4j -p admin \
9797

9898
See `src/schemas/user.json` as an example of a schema you can use in this way. Keys are field names to generate, values are the faker functions used to populate that field.
9999

100+
## Explicit Transactions
101+
102+
If you use the `--query` option, you may also use `--mode READ` or `WRITE`. This enables the program
103+
to use explicit read or write transactions, so that when queries are sent to a cluster, they are routed
104+
appropriately according to the Neo4j routing rules.
105+
100106
# Neo4j 4.0 / Multidatabase
101107

102108
As of Neo4j 4.0, sessions support multi-database. Use the `-d` or `--database` argument to direct

0 commit comments

Comments
 (0)