https://github.com/google/cayley
Revision d1c6e1f713fd428c0eb34311834d129d17033ecc authored by Denys Smirnov on 26 August 2019, 13:06:48 UTC, committed by Denys Smirnov on 22 September 2019, 19:59:27 UTC
1 parent 39953e0
Raw File
Tip revision: d1c6e1f713fd428c0eb34311834d129d17033ecc authored by Denys Smirnov on 26 August 2019, 13:06:48 UTC
kv: persist index metadata
Tip revision: d1c6e1f
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