https://github.com/google/cayley
Raw File
Tip revision: b33cbb79e9bca65ca38b1470b23386d70813f06c authored by Iddan Aaronsohn on 23 February 2020, 13:33:38 UTC
Fix easily fixable lint errors
Tip revision: b33cbb7
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