Revision e88e947a2091c96bce74a0451910647c651ce1f2 authored by Iddan Aaronsohn on 04 April 2020, 12:08:12 UTC, committed by GitHub on 04 April 2020, 12:08:12 UTC
* Add Collect Step

* Update description

* Correct path construct by collect

* Test collect and make it work like properties
1 parent 89bd614
Raw File
cayley_example.yml
store:
  # backend to use
  backend: bolt
  # address or path for the database
  address: "./cayley.db"
  # open database in read-only mode
  read_only: false
  # backend-specific options
  options:
    nosync: false
query:
  timeout: 30s
load:
  ignore_duplicates: false
  ignore_missing: false
  batch: 10000
back to top