https://github.com/google/cayley
Raw File
Tip revision: 984407ad1d510282169f089cd7705de4f79df811 authored by Denys Smirnov on 30 December 2019, 10:14:37 UTC
linkedql: refactor to avoid embedding unexported interfaces and named returns
Tip revision: 984407a
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