https://github.com/google/cayley
Raw File
Tip revision: c73198415d3b167718343c241d6cec5271b9bf9d authored by camazotz on 21 September 2017, 21:40:32 UTC
Add apply deltas for elastic
Tip revision: c731984
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