https://github.com/google/cayley
Raw File
Tip revision: c37bab8a021567ada067651c5860a8c52179558b authored by Adrian Maurer on 01 September 2021, 13:16:02 UTC
feat(graph): ipld
Tip revision: c37bab8
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