https://github.com/google/cayley
Raw File
Tip revision: 145feda1bac145a428a5b606a517a6f65f68aea8 authored by Denys Smirnov on 15 October 2019, 08:49:01 UTC
sql: remove legacy quadstore type
Tip revision: 145feda
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