https://github.com/google/cayley
Raw File
Tip revision: f8fd48fe0d0c8cfe3f128961f2aee8eaecc2d3ba authored by Iddan Aaronsohn on 22 September 2019, 01:30:29 UTC
Merge master
Tip revision: f8fd48f
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