https://github.com/google/cayley
Raw File
Tip revision: 1ee1c6ab2c80df0b08b6766187f8088357fd507a authored by sah607 on 21 September 2017, 20:53:57 UTC
Add Elastic Iterator
Tip revision: 1ee1c6a
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