https://github.com/google/cayley
Raw File
Tip revision: 50cb1ee25813da92d9fabb683f657939d47403f0 authored by Jørgen Teunis on 10 January 2018, 12:46:54 UTC
added myself to contributors and authors
Tip revision: 50cb1ee
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