https://github.com/google/cayley
Revision 0e6e0bd8fed360f8510ff8f6bc5c28f95e10e3d5 authored by Iddan Aaronsohn on 22 October 2019, 22:04:34 UTC, committed by Iddan Aaronsohn on 08 November 2019, 15:16:13 UTC
1 parent 730ccd1
Raw File
Tip revision: 0e6e0bd8fed360f8510ff8f6bc5c28f95e10e3d5 authored by Iddan Aaronsohn on 22 October 2019, 22:04:34 UTC
linkedql: Remove LabelContext
Tip revision: 0e6e0bd
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