Skip to content

Commit

Permalink
Merge pull request #10 from moxious/v0.5.1
Browse files Browse the repository at this point in the history
V0.5.1
  • Loading branch information
moxious authored Sep 5, 2020
2 parents bd6210b + b7af30e commit a897091
Show file tree
Hide file tree
Showing 8 changed files with 2,632 additions and 31 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
.DS_Store
.nyc_output
coverage
experiments
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
experiments
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ npm run graph-workload -- -a localhost -u neo4j -p admin \

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.

## Explicit Transactions

If you use the `--query` option, you may also use `--mode READ` or `WRITE`. This enables the program
to use explicit read or write transactions, so that when queries are sent to a cluster, they are routed
appropriately according to the Neo4j routing rules.

# Neo4j 4.0 / Multidatabase

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

0 comments on commit a897091

Please sign in to comment.