https://github.com/google/cayley
Raw File
Tip revision: 7b339a998b333cb7e6d28a4686007a8bf3da37df authored by Denys Smirnov on 23 September 2019, 01:01:26 UTC
query: define and implement a new interface
Tip revision: 7b339a9
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