https://github.com/google/cayley
Raw File
Tip revision: 8f1a4c75a394c2534559c7a8741ecd5cb1cf4c3c authored by Brendan Ball on 10 December 2018, 14:07:57 UTC
Add docs for sqlite backend
Tip revision: 8f1a4c7
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