https://github.com/google/cayley
Revision ea6dbc88e71c96583ba2389748bb0b157d4bd6f6 authored by Iddan Aaronsohn on 18 October 2019, 12:32:02 UTC, committed by Denys Smirnov on 15 December 2019, 12:32:55 UTC
1 parent b99e8ae
Raw File
Tip revision: ea6dbc88e71c96583ba2389748bb0b157d4bd6f6 authored by Iddan Aaronsohn on 18 October 2019, 12:32:02 UTC
linkedql: Test SaveInPredicates
Tip revision: ea6dbc8
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