https://github.com/google/cayley
Raw File
Tip revision: f89e1268e80c583ff970b2a0b2e1a03177438576 authored by Iddan Aaronsohn on 28 March 2020, 21:10:10 UTC
Use PropertyPath everywhere it should be
Tip revision: f89e126
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