https://github.com/google/cayley
Raw File
Tip revision: 0f4c384d63eaca094196d546c608f32a174a8fae authored by Denys Smirnov on 07 November 2019, 22:45:17 UTC
path: implement Optional path
Tip revision: 0f4c384
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