https://github.com/google/cayley
Raw File
Tip revision: 9c5a6c674b39e9301e500146cef35390b4682dc2 authored by Luis Fung on 16 February 2019, 05:14:33 UTC
Fix for quad.Bytes after merge
Tip revision: 9c5a6c6
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