https://github.com/google/cayley
Raw File
Tip revision: d53f70195cb8d763f7d252cbb8bd108dd3e5de39 authored by Derek Liang on 03 November 2017, 04:32:36 UTC
add cleaner short circuit for rotation transform func
Tip revision: d53f701
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