forked from nanlabs/devops-reference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
examples.json
445 lines (445 loc) · 21.9 KB
/
examples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
{
"$schema": "https://raw.githubusercontent.com/nanlabs/awesome-nan/main/examples.schema.json",
"list": [
{
"name": "Complete AWS Glue ETL",
"description": "A complete example of an AWS Glue application that uses the [Serverless Framework](https://www.serverless.com/) to deploy the infrastructure and DevContainers and/or Docker Compose to run the application locally with AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI, among other tools. It provides jobs using Python Shell and PySpark.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-glue-full-boilerplate/",
"tags": ["Applications"],
"labels": [
"Python",
"AWS",
"Glue",
"ETL",
"Serverless",
"DevContainers",
"Docker Compose"
]
},
{
"name": "AWS CloudWatch Evidently",
"description": "A complete analysis of the service and a Proof of Concept on how to integrate it with a Node.js application.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/aws-cloudwatch-evidently/",
"tags": ["Examples > DevOps > A/B Testing"],
"labels": [
"Node.js",
"AWS",
"CloudWatch",
"CloudWatch Evidently",
"A/B Testing",
"Feature Flags"
]
},
{
"name": "Feature flags post",
"description": "How to progressively expose your features with feature flags by IAN BUCHANNAN.",
"url": "https://www.atlassian.com/continuous-delivery/principles/feature-flags",
"tags": ["Examples > DevOps > A/B Testing"],
"labels": ["Feature Flags"]
},
{
"name": "When to use shell",
"description": "A guide from Google on when to use shell scripts.",
"url": "https://google.github.io/styleguide/shellguide.html#when-to-use-shell",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities"]
},
{
"name": "Easy Options",
"description": "Easy options for shell scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/easy-options/",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities", "Easy Options"]
},
{
"name": "Bash as a Wrapper Utility",
"description": "Bash as a wrapper utility for other languages and tools.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/bash-as-a-wrapper-utility-basic/",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities"]
},
{
"name": "Bash as a Wrapper Utility with Easy Options",
"description": "Bash as a wrapper utility for other languages and tools using Easy Options.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/bash-as-a-wrapper-utility-with-easy-options/",
"tags": ["Examples > DevOps > Shell Scripting and CLI Tools"],
"labels": ["Shell Scripting", "Utilities", "Easy Options"]
},
{
"name": "Actionlint Playground",
"description": "Static checker for GitHub Actions workflow files.",
"url": "https://rhysd.github.io/actionlint/",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Actionlint"]
},
{
"name": "Markdown Lint",
"description": "This workflow validates the Markdown files in the repository using the [markdownlint action](https://github.com/marketplace/actions/markdown-lint).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/markdownlint.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Markdown Lint"]
},
{
"name": "Shell Check",
"description": "This workflow validates the shell scripts in the repository using the [shellcheck action](https://github.com/ludeeus/action-shellcheck).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/shellcheck.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Shell Check"]
},
{
"name": "Terraform Check",
"description": "This workflow validates the Terraform files in the repository using the [terraform action](https://github.com/dflook/terraform-fmt-check).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/tf-check.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Terraform"]
},
{
"name": "Todo to Issue",
"description": "This workflow scans new commits on the main branch looking for `TODO`s in the code and creates new GitHub issues.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/todo.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Todo"]
},
{
"name": "Automate Pull Requests Reviews using Danger",
"description": "This workflow automates the initial review of Pull Requests using [Danger.js](https://danger.systems/js/). This provides another logical step in your build, through this Danger can help lint your rote tasks in daily code review. You can use Danger to codify your teams norms. Leaving humans to think about harder problems.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/.github/workflows/pr-review.yml",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Danger.js"]
},
{
"name": "Automation Seed example",
"description": "Different workflows to validate the code and deploy an automation report page.",
"url": "https://github.com/nanlabs/automation-seed/tree/main/.github/workflows",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "Automation"]
},
{
"name": "React Boilerplate",
"description": "Different workflows to validate the code and deploy a React application.",
"url": "https://github.com/nanlabs/react-boilerplate/tree/main/.github/workflows",
"tags": [
"Examples > DevOps > Continuous Integration, Delivery and Deployment"
],
"labels": ["GitHub Actions", "React"]
},
{
"name": "AWS Glue using Docker and Docker Compose",
"description": "Dockerfile and compose.yml for AWS Glue development with AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI among other tools.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-glue/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Docker",
"Docker Compose",
"AWS Glue",
"Spark",
"Jupyter Notebook",
"AWS CLI"
]
},
{
"name": "Localstack using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run Localstack locally with all the necessary services. This example also includes a script to create the necessary resources in Localstack. The provided examples are for DynamoDB, S3, SQS and Kinesis.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-localstack/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": [
"Docker",
"Docker Compose",
"Localstack",
"DynamoDB",
"S3",
"SQS",
"Kinesis"
]
},
{
"name": "MongoDB + Mongo Express using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run MongoDB and Mongo Express locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-mongodb/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "MongoDB", "Mongo Express"]
},
{
"name": "Microsoft SQL Server using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run Microsoft SQL Server locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-mssql/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "Microsoft SQL Server"]
},
{
"name": "AWS Neptune using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run AWS Neptune locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-neptune/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "AWS Neptune"]
},
{
"name": "PostgreSQL using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run PostgreSQL locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-postgres/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "PostgreSQL"]
},
{
"name": "Python Buildpack",
"description": "Buildpack example for Python applications.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/buildpacks-python",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Buildpack", "Python"]
},
{
"name": "Airflow and Spark environment using Docker and Docker Compose",
"description": "Dockerfile and compose.yml to run Airflow locally with initialization scripts.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-airflow/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "Airflow", "Spark"]
},
{
"name": "AWS Glue",
"description": "DevContainer for AWS Glue development. Uses `docker-compose` to run VSCode attached to a container with all the necessary tools to develop AWS Glue jobs such us AWS Glue Libs, Spark, Jupyter Notebook, AWS CLI among other tools.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/devcontainers-glue/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > DevContainers and Codespaces"
],
"labels": [
"Docker",
"Docker Compose",
"DevContainer",
"VSCode DevContainer",
"GitHub Codespaces",
"AWS Glue",
"Spark",
"Jupyter Notebook",
"AWS CLI"
]
},
{
"name": "Node.js",
"description": "DevContainer for Node.js development. Uses `docker-compose` to run VSCode attached to a container with all the necessary tools to develop Node.js applications.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/devcontainers-nodejs/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > DevContainers and Codespaces"
],
"labels": [
"Docker",
"Docker Compose",
"DevContainer",
"VSCode DevContainer",
"GitHub Codespaces",
"Node.js"
]
},
{
"name": "Ingress",
"description": "Ingress example using NGINX Ingress Controller. You can run this example locally using [Minikube](https://minikube.sigs.k8s.io/docs/start/).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/kubernetes-ingress-example/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Kubernetes"
],
"labels": ["Kubernetes", "Ingress", "NGINX Ingress Controller"]
},
{
"name": "AWS Amplify + NextJS 13",
"description": "AWS Amplify example to deploy a NextJS v13 application to the Cloud.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/amplify-nextjs-deployment/",
"tags": ["Examples > DevOps > Infrastructure as Code > AWS Amplify"],
"labels": ["AWS Amplify", "NextJS", "NextJS 13"]
},
{
"name": "AWS AppSync + TypeScript",
"description": "Serverless Framework example to deploy an AWS AppSync API using TypeScript. It also has a local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-appsync-node-typescript/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "AWS AppSync", "TypeScript"]
},
{
"name": "AWS AppSync + Python",
"description": "Serverless Framework example to deploy an AWS AppSync API using Python. It also has a local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-appsync-python/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "AWS AppSync", "Python"]
},
{
"name": "AWS Glue with Python Shell and PySpark Jobs",
"description": "Serverless Framework example to deploy an AWS Glue job using Python Shell and PySpark.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-glue-deployment/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "AWS Glue", "Python Shell", "PySpark"]
},
{
"name": "Neo4j in EC2",
"description": "Serverless Framework example to deploy a Neo4j instance in EC2.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-neo4j-ec2/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Neo4j", "EC2"]
},
{
"name": "Serverless S3 Local",
"description": "Serverless Framework example to run a lambda function locally using [Serverless S3 Local](https://www.serverless.com/plugins/serverless-s3-local).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-s3-local/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Serverless S3 Local"]
},
{
"name": "Serverless SQS offline + TypeScript + ElasticMQ Example",
"description": "Serverless Framework example to run lambda functions locally using [Serverless Offline SQS](https://www.serverless.com/plugins/serverless-offline-sqs) with ElasticMQ. It provides a full local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-sqs-node-typescript-offline-with-elasticmq/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"SQS",
"Serverless Offline",
"Serverless Offline SQS",
"ElasticMQ"
]
},
{
"name": "Serverless SQS offline + Python + Localstack Example",
"description": "Serverless Framework example to run lambda functions locally using [Serverless Offline SQS](https://www.serverless.com/plugins/serverless-offline-sqs-external) with Localstack. It provides a full local development environment using [Serverless Offline](https://www.serverless.com/plugins/serverless-offline).",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-sqs-python/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": [
"Serverless Framework",
"SQS",
"Serverless Offline",
"Serverless Offline SQS",
"Localstack",
"Python"
]
},
{
"name": "Start and Stop EC2 Instances with AWS Lambda",
"description": "Serverless Framework example to start and stop EC2 instances using AWS Lambda.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-start-stop-ec2-instance/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "EC2", "AWS Lambda"]
},
{
"name": "DocumentDB Cluster",
"description": "Serverless Framework example to deploy a DocumentDB cluster with all the necessary resources.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-documentdb/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "DocumentDB"]
},
{
"name": "RDS Postgres Instance",
"description": "Serverless Framework example to deploy a RDS Postgres cluster with all the necessary resources.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-rds-postgres/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "RDS Postgres"]
},
{
"name": "Serverless Middy",
"description": "Serverless Framework example to deploy a lambda function using [Middy](https://middy.js.org/), the stylish Node.js middleware engine for AWS Lambda.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-middy/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Middy"]
},
{
"name": "Serverless Middy with Custom Middleware",
"description": "Serverless Framework example to deploy a lambda function using [Middy](https://middy.js.org/), the stylish Node.js middleware engine for AWS Lambda.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-middy-custom-middleware/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Middy", "Custom Middleware"]
},
{
"name": "Serverless Nest Application with TypeScript",
"description": "Serverless Framework example to deploy a NestJS application using TypeScript.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-node-typescript-nest/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "NestJS", "TypeScript"]
},
{
"name": "Terraform AWS Minecraft Server",
"description": "Terraform example to deploy a Minecraft server in AWS EC2 instance using Docker.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/terraform-aws-minecraft-server/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Terraform"
],
"labels": ["Terraform", "AWS", "Minecraft", "Docker", "EC2"]
},
{
"name": "AWS Cognito Local Example",
"description": "AWS Cognito local enviroment with Docker and Serverless offline",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-cognito-local/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Serverless Offline", "AWS", "Cognito", "Docker"]
},
{
"name": "Serverless Twilio + Typescript Lambda example",
"description": "Serverless Framework example to deploy a lambda function using Twilio and TypeScript.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/serverless-twilio-aws-lambdas-typescript/",
"tags": [
"Examples > DevOps > Infrastructure as Code > Serverless Framework, SAM and CloudFormation"
],
"labels": ["Serverless Framework", "Serverless Offline", "AWS", "Twilio", "TypeScript"]
},
{
"name": "AWS Cognito local using Docker Compose",
"description": "compose.yml to run Cognito locally.",
"url": "https://github.com/nanlabs/devops-reference/tree/main/examples/compose-cognito/",
"tags": [
"Examples > DevOps > Containers, Orchestration and Serverless > Containers and Compositions (Docker, Docker Compose, Buildpacks and more)"
],
"labels": ["Docker", "Docker Compose", "Cognito", "AWS"]
}
]
}