https://github.com/google/cayley
Raw File
Tip revision: fdaa1f73cad401966a70a2057e1aa796207d5187 authored by Iddan Aaronsohn on 03 January 2020, 12:53:07 UTC
Make write response private
Tip revision: fdaa1f7
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