https://github.com/google/cayley
Raw File
Tip revision: 0fd0fb182ec2ab3172370442652bb938a841cc20 authored by Iddan Aaronsohn on 30 January 2020, 22:39:13 UTC
linkedql: Add fixme comment to steps_test
Tip revision: 0fd0fb1
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