Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 540e473

Browse files
Alexander PatrikalakisAlexander Patrikalakis
authored andcommitted
Create stack links only work on templates stored in S3. Reverted in part.
1 parent f38b801 commit 540e473

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,18 +180,21 @@ DynamoDB Storage Backend for JanusGraph with its dependencies.
180180
Below you can find a list of CloudFormation templates discussed in this document,
181181
and links to launch each stack in CloudFormation and to view the stack in the designer.
182182
183-
| Template name | Description | View | View in Designer | Launch in us-west-2 |
184-
|----------------------------|------------------------------------------------------------|------|------------------|---------------------|
185-
| Single-Item Model Tables | Set up six graph tables with the single item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) | [View in Designer](https://console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) | [Launch](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=JanusGraphTablesSingleItem&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) |
186-
| Multiple-Item Model Tables | Set up six graph tables with the multiple item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) | [View in Designer](https://console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) | [Launch](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=JanusGraphTablesMultipleItem&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) |
187-
| Gremlin Server on DynamoDB | The HTTP user agent header to send with all requests. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) | [View in Designer](https://console.aws.amazon.com/cloudformation/designer/home?region=us-west-2&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) | [Launch](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=DynamoDBJanusGraphGremlin&templateURL=https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) |
183+
| Template name | Description | View |
184+
|----------------------------|------------------------------------------------------------|------|
185+
| Single-Item Model Tables | Set up six graph tables with the single item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-single.yaml) |
186+
| Multiple-Item Model Tables | Set up six graph tables with the multiple item data model. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-tables-multiple.yaml) |
187+
| Gremlin Server on DynamoDB | The HTTP user agent header to send with all requests. | [View](https://raw.githubusercontent.com/awslabs/dynamodb-titan-storage-backend/master/dynamodb-janusgraph-storage-backend-cfn.yaml) |
188188
189189
####Instructions to Launch
190190
1. Choose between the single and multiple item data models and create your graph tables
191-
with the corresponding CloudFormation template above.
192-
Note, the configuration provided in dynamodb.properties assumes the multiple item model.
191+
with the corresponding CloudFormation template above by downloading it and passing it
192+
to the CloudFormation console. Note, the configuration provided in
193+
`src/test/resources/dynamodb.properties` assumes that you
194+
will deploy the stack in us-west-2 and that you will use the multiple item model.
193195
2. Inspect the latest version of the Gremlin Server on DynamoDB stack in the third row above.
194-
3. Click the create stack link for Gremlin Server on DynamoDB to create the stack in us-west-2.
196+
3. Download the template from the third row to your computer and use it to create the Gremlin
197+
Server on DynamoDB stack.
195198
4. On the Select Template page, name your Gremlin Server stack and select the
196199
CloudFormation template that you just downloaded.
197200
5. On the Specify Parameters page, you need to specify the following:

0 commit comments

Comments
 (0)