https://github.com/google/cayley
Raw File
Tip revision: 45212fe059b2267f8fb5648e06231f2d50896ddb authored by Iddan Aaronsohn on 17 October 2019, 11:58:09 UTC
linkedql: Add test and remove limit from session
Tip revision: 45212fe
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