|
1 | 1 | #
|
2 |
| -# Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
| 2 | +# Copyright 2014-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. |
3 | 3 | #
|
4 | 4 | # Licensed under the Apache License, Version 2.0 (the "License").
|
5 | 5 | # You may not use this file except in compliance with the License.
|
@@ -27,4 +27,35 @@ storage.backend=com.amazon.janusgraph.diskstorage.dynamodb.DynamoDBStoreManager
|
27 | 27 | storage.dynamodb.client.credentials.class-name=com.amazonaws.auth.BasicAWSCredentials
|
28 | 28 | storage.dynamodb.client.credentials.constructor-args=access,secret
|
29 | 29 | storage.dynamodb.client.signing-region=us-east-1
|
| 30 | + |
30 | 31 | storage.dynamodb.client.endpoint=http://dynamodb-local:8000
|
| 32 | + |
| 33 | +storage.dynamodb.stores.edgestore.initial-capacity-read=12 |
| 34 | +storage.dynamodb.stores.edgestore.initial-capacity-write=12 |
| 35 | +storage.dynamodb.stores.edgestore.read-rate=1000 |
| 36 | +storage.dynamodb.stores.edgestore.write-rate=1000 |
| 37 | + |
| 38 | +storage.dynamodb.stores.graphindex.initial-capacity-read=9 |
| 39 | +storage.dynamodb.stores.graphindex.initial-capacity-write=9 |
| 40 | +storage.dynamodb.stores.graphindex.read-rate=1000 |
| 41 | +storage.dynamodb.stores.graphindex.write-rate=1000 |
| 42 | + |
| 43 | +storage.dynamodb.stores.systemlog.initial-capacity-read=1 |
| 44 | +storage.dynamodb.stores.systemlog.initial-capacity-write=1 |
| 45 | +storage.dynamodb.stores.systemlog.read-rate=1 |
| 46 | +storage.dynamodb.stores.systemlog.write-rate=1 |
| 47 | + |
| 48 | +storage.dynamodb.stores.janusgraph_ids.initial-capacity-read=1 |
| 49 | +storage.dynamodb.stores.janusgraph_ids.initial-capacity-write=1 |
| 50 | +storage.dynamodb.stores.janusgraph_ids.read-rate=1 |
| 51 | +storage.dynamodb.stores.janusgraph_ids.write-rate=1 |
| 52 | + |
| 53 | +storage.dynamodb.stores.system_properties.initial-capacity-read=1 |
| 54 | +storage.dynamodb.stores.system_properties.initial-capacity-write=1 |
| 55 | +storage.dynamodb.stores.system_properties.read-rate=1 |
| 56 | +storage.dynamodb.stores.system_properties.write-rate=1 |
| 57 | + |
| 58 | +storage.dynamodb.stores.txlog.initial-capacity-read=1 |
| 59 | +storage.dynamodb.stores.txlog.initial-capacity-write=1 |
| 60 | +storage.dynamodb.stores.txlog.read-rate=1 |
| 61 | +storage.dynamodb.stores.txlog.write-rate=1 |
0 commit comments