https://github.com/google/cayley
Raw File
Tip revision: 28e23d45c6a75a270611cda5dd3b11418600b398 authored by Ali Moeeny on 12 October 2019, 13:13:28 UTC
fixed the import in example code
Tip revision: 28e23d4
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