https://github.com/google/cayley
Revision cf8bb13bb93d39ba87e6fe5b649788bf1ef7c522 authored by Denys Smirnov on 23 April 2018, 14:53:44 UTC, committed by Denys Smirnov on 23 April 2018, 14:53:44 UTC
1 parent 29e8664
Raw File
Tip revision: cf8bb13bb93d39ba87e6fe5b649788bf1ef7c522 authored by Denys Smirnov on 23 April 2018, 14:53:44 UTC
elastic: support v6; fix #711
Tip revision: cf8bb13
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