https://github.com/google/cayley
Raw File
Tip revision: a04deabbecb2d3cc4142f6bda632dd3e07fb6a86 authored by Luis Fung on 14 February 2019, 20:20:11 UTC
Merge branch 'master' of https://github.com/fungl164/cayley
Tip revision: a04deab
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