github.com/cayleygraph/cayley@v0.7.7/cayley_example.yml (about)

     1  store:
     2    # backend to use
     3    backend: bolt
     4    # address or path for the database
     5    address: "./cayley.db"
     6    # open database in read-only mode
     7    read_only: false
     8    # backend-specific options
     9    options:
    10      nosync: false
    11  query:
    12    timeout: 30s
    13  load:
    14    ignore_duplicates: false
    15    ignore_missing: false
    16    batch: 10000