https://github.com/google/cayley
Raw File
Tip revision: f8e30a82cb7e120f6ca4f4ad2d23a7794b649e0c authored by Willy Aguirre on 25 September 2019, 01:01:31 UTC
docs: update Contributing.md; fixes #782
Tip revision: f8e30a8
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