https://github.com/google/cayley
Raw File
Tip revision: 9cf03df17c4f608741b6d742f59beacf1c462442 authored by Iddan Aaronsohn on 19 January 2020, 16:21:33 UTC
Different syntax for value
Tip revision: 9cf03df
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