https://github.com/google/cayley
Raw File
Tip revision: ad97ce1edbd26357dc59233fb4b7685351197f7f authored by 3pCode on 08 February 2019, 20:56:17 UTC
correct type
Tip revision: ad97ce1
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