File age measurements show the distribution of file ages (days since the first commit) and the recency of file updates (days since the latest commit).
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
enableAutoscaling.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/enableAutoscaling |
219 | 11 | 413 | 413 | 1 |
query-with-pagination-backwards.js in DynamoDB-SDK-Examples/node.js/WorkingWithQueries |
84 | - | 413 | 413 | 1 |
disableAutoscaling.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/disableAutoscaling |
78 | 6 | 413 | 413 | 1 |
enable_auto-scaling.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
76 | - | 413 | 413 | 1 |
createTableProvisioned.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/createTableProvisioned |
67 | 3 | 413 | 413 | 1 |
createTableOnDemand.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/createTableOnDemand |
64 | 3 | 413 | 413 | 1 |
batch-write.js in DynamoDB-SDK-Examples/node.js/WorkingWithItems |
63 | 1 | 291 | 413 | 2 |
PutItemConditional.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithItems |
62 | 3 | 413 | 413 | 1 |
batch_write.py in DynamoDB-SDK-Examples/python/WorkingWithItems |
61 | - | 413 | 413 | 1 |
PutItem.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithItems |
61 | 3 | 413 | 413 | 1 |
query-with-pagination.js in DynamoDB-SDK-Examples/node.js/WorkingWithQueries |
56 | - | 413 | 413 | 1 |
transact_write.py in DynamoDB-SDK-Examples/python/WorkingWithItems |
56 | - | 112 | 413 | 3 |
updateGlobalTable.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/updateGlobalTable |
55 | 4 | 413 | 413 | 1 |
UpdateItemConditional.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithItems |
55 | 3 | 413 | 413 | 1 |
UpdateItem.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithItems |
53 | 3 | 413 | 413 | 1 |
query-with-pagination-all-data.js in DynamoDB-SDK-Examples/node.js/WorkingWithQueries |
50 | 1 | 413 | 413 | 1 |
transact-write.js in DynamoDB-SDK-Examples/node.js/WorkingWithItems |
49 | 1 | 288 | 413 | 3 |
updateAutoscaling.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/updateAutoscaling |
48 | 4 | 413 | 413 | 1 |
describeGlobalTable.go in DynamoDB-SDK-Examples/golang/WorkingWithTables/describeGlobalTable |
48 | 4 | 413 | 413 | 1 |
DeleteItemConditional.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithItems |
48 | 3 | 413 | 413 | 1 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
put_item_conditional.py in DynamoDB-SDK-Examples/python/WorkingWithItems |
2 | - | 413 | 413 | 1 |
update_item_conditional.py in DynamoDB-SDK-Examples/python/WorkingWithItems |
2 | - | 413 | 413 | 1 |
pagination.py in DynamoDB-SDK-Examples/python/WorkingWithQueries |
4 | - | 413 | 413 | 1 |
describe_limits.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
5 | - | 413 | 413 | 1 |
list_tables.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
5 | - | 413 | 413 | 1 |
delete_table.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
6 | - | 413 | 413 | 1 |
table_change_to_on-demand.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
7 | - | 413 | 413 | 1 |
describe_table.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
7 | - | 413 | 413 | 1 |
query_begins_with.py in DynamoDB-SDK-Examples/python/WorkingWithQueries |
8 | - | 413 | 413 | 1 |
query_equals.py in DynamoDB-SDK-Examples/python/WorkingWithQueries |
8 | - | 413 | 413 | 1 |
table_change_to_provisioned.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
10 | - | 413 | 413 | 1 |
enable_streams.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
10 | - | 413 | 413 | 1 |
enable_continuous_backups.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
11 | - | 413 | 413 | 1 |
add_provisioned_capacity.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
12 | - | 413 | 413 | 1 |
add_global_table_region.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
13 | - | 413 | 413 | 1 |
delete_global_table_region.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
13 | - | 413 | 413 | 1 |
query-projection-expression.js in DynamoDB-SDK-Examples/node.js/WorkingWithQueries |
16 | - | 413 | 413 | 1 |
create-global-table.js in DynamoDB-SDK-Examples/node.js/WorkingWithTables |
17 | 1 | 413 | 413 | 1 |
delete-global-table-region.js in DynamoDB-SDK-Examples/node.js/WorkingWithTables |
20 | 1 | 413 | 413 | 1 |
delete_item2.py in DynamoDB-SDK-Examples/python/WorkingWithItems |
21 | - | 413 | 413 | 1 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
export_table_s3.js in DynamoDB-SDK-Examples/node.js/WorkingWithTables |
28 | 1 | 46 | 46 | 1 |
export_table_s3.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
28 | - | 46 | 46 | 1 |
AddProvisionedCapacity.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
16 | 1 | 46 | 46 | 1 |
TableChangeToOnDemand.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
13 | 1 | 46 | 46 | 1 |
TableChangeToOnProvisioned.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
13 | 1 | 46 | 46 | 1 |
DescribeTable.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
9 | 1 | 46 | 46 | 1 |
DescribeLimits.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
8 | 1 | 46 | 46 | 1 |
ListTables.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
8 | 1 | 46 | 46 | 1 |
CreateTableProvisioned.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
122 | 23 | 47 | 47 | 1 |
DeleteTable.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
115 | 23 | 47 | 47 | 1 |
CreateTableOnDemand.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
115 | 23 | 47 | 47 | 1 |
exponential_backoff_retry_get_item.js in DynamoDB-SDK-Examples/node.js/WorkingWithCustomBackoffRetry |
48 | 1 | 47 | 81 | 2 |
WriteShardingExample.py in SchemaDesign/WriteSharding/python |
100 | - | 90 | 92 | 3 |
paginated-select-statement.py in DynamoDB-SDK-Examples/python/WorkingWithPartiQL |
24 | - | 92 | 92 | 1 |
paginated-all-data.js in DynamoDB-SDK-Examples/node.js/WorkingWithPartiQL |
29 | - | 90 | 93 | 4 |
CreateTableProvisioned.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithTables |
69 | 1 | 93 | 95 | 2 |
exponential_backoff_retry_get_item.py in DynamoDB-SDK-Examples/python/WorkingWithCustomBackoffRetry |
33 | - | 93 | 95 | 2 |
load.py in LoadS3toDynamoDB |
46 | 3 | 93 | 98 | 2 |
QueryProjectionExpression.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithQueries |
39 | 1 | 93 | 102 | 3 |
read-stream.js in DynamoDB-SDK-Examples/node.js/WorkingWithStreams |
42 | - | 93 | 103 | 2 |
File | # lines | # units | last modified (days ago) | created (days ago) | # changes |
---|---|---|---|---|---|
export_table_s3.js in DynamoDB-SDK-Examples/node.js/WorkingWithTables |
28 | 1 | 46 | 46 | 1 |
export_table_s3.py in DynamoDB-SDK-Examples/python/WorkingWithTables |
28 | - | 46 | 46 | 1 |
AddProvisionedCapacity.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
16 | 1 | 46 | 46 | 1 |
TableChangeToOnDemand.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
13 | 1 | 46 | 46 | 1 |
TableChangeToOnProvisioned.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
13 | 1 | 46 | 46 | 1 |
DescribeTable.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
9 | 1 | 46 | 46 | 1 |
DescribeLimits.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
8 | 1 | 46 | 46 | 1 |
ListTables.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
8 | 1 | 46 | 46 | 1 |
CreateTableProvisioned.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
122 | 23 | 47 | 47 | 1 |
DeleteTable.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
115 | 23 | 47 | 47 | 1 |
CreateTableOnDemand.java in DynamoDB-SDK-Examples/java/WorkingWithTables |
115 | 23 | 47 | 47 | 1 |
exponential_backoff_retry_get_item.js in DynamoDB-SDK-Examples/node.js/WorkingWithCustomBackoffRetry |
48 | 1 | 47 | 81 | 2 |
WriteShardingExample.py in SchemaDesign/WriteSharding/python |
100 | - | 90 | 92 | 3 |
paginated-all-data.js in DynamoDB-SDK-Examples/node.js/WorkingWithPartiQL |
29 | - | 90 | 93 | 4 |
paginated-select-statement.py in DynamoDB-SDK-Examples/python/WorkingWithPartiQL |
24 | - | 92 | 92 | 1 |
enable_auto_scaling_v3.js in DynamoDB-SDK-Examples/node.js/WorkingWithTables |
127 | - | 93 | 126 | 4 |
CreateTableProvisioned.cs in DynamoDB-SDK-Examples/dotnet/WorkingWithTables |
69 | 1 | 93 | 95 | 2 |
CreateIndex.js in DynamoDB-SDK-Examples/node.js/WorkingWithIndexes |
51 | 1 | 93 | 116 | 3 |
load.py in LoadS3toDynamoDB |
46 | 3 | 93 | 98 | 2 |
read-stream.js in DynamoDB-SDK-Examples/node.js/WorkingWithStreams |
42 | - | 93 | 103 | 2 |