https://github.com/google/cayley
Raw File
Tip revision: ebfc5468aa9f0064e9730ac2b456359fb99969e9 authored by Shubhendra Singh Chauhan on 01 February 2021, 09:39:40 UTC
Fixed code quality issues using DeepSource
Tip revision: ebfc546
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