https://github.com/google/cayley
Revision 2a6f973c547ee028e32cdf6d7df62c81397ea4e4 authored by Yannic Bonenberger on 28 September 2017, 12:41:53 UTC, committed by Yannic Bonenberger on 28 September 2017, 12:41:53 UTC
1 parent caccaf4
Raw File
Tip revision: 2a6f973c547ee028e32cdf6d7df62c81397ea4e4 authored by Yannic Bonenberger on 28 September 2017, 12:41:53 UTC
Fix config.json
Tip revision: 2a6f973
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