• Stars
    star
    13
  • Rank 1,507,775 (Top 30 %)
  • Language
    Shell
  • License
    Apache License 2.0
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker image that contains the Snowflake CLI

More Repositories

1

jvm-development-environment

A Vagrant controlled software development environment built around IntelliJ IDEA, PyCharm, Docker and Ubuntu.
Ruby
42
star
2

docker-intellij

Run IntelliJ IDEA inside a Docker container
Shell
34
star
3

docker-clion

A Docker image the runs JetBrains' CLine C++ IDE.
Shell
24
star
4

docker-charles-proxy

A Docker image that runs the Charles network proxy.
Shell
20
star
5

docker-inspect-to-compose

A simple tool that will inspect installed Docker containers and generate an equivalent Docker Compose file
Groovy
14
star
6

aws-plex

An experiment to see how to run a Plex/Docker combination in Amazon EC2
Shell
9
star
7

microservice-simulator

A set of Docker containers and Terraform scripts that can simulate a 100 node microservice based solution.
Groovy
7
star
8

docker-nomad

A Docker image that can run Hashicorp Nomad scripts.
HCL
6
star
9

docker-pycharm

A docker image that runs JetBrains PyCharm Python IDE.
Shell
6
star
10

docker-webstorm

A Docker image that runs JetBrains WebStorm Javascript IDE.
Shell
5
star
11

terraform-environments

Collection of cloud environments based upon Terraform modules
HCL
5
star
12

ansible-mongodb

Ansible playbook that installs the current version of MongoDB into an Ubuntu server
Shell
4
star
13

docker-sts

A Docker image that runs the Spring Tool Suite Java IDE.
Shell
4
star
14

cloud-formation-vpc

AWS CloudFormation template that creates a new VPC
Shell
4
star
15

cloud-formation-mongodb

Creates a 3 node MongoDB replica set
Shell
3
star
16

spring-boot-sample-groovy

A Groovy-based Spring Boot REST API Sample
Groovy
3
star
17

scripts

Random bash scripts
Shell
3
star
18

cloud-formation-elasticache

AWS CloudFormation template that creates a Redis cluster
Shell
3
star
19

c4-architecture-template

Project template that showcases the tecniques of the C4 architecture diagraming technique via Structurizr
3
star
20

docker-android-studio

A Docker image that runs the Android Studio IDE
Shell
3
star
21

packer-xubuntu-bionic

A Packer project that creates an Ubuntu 18.04 Vagrant box customized for software development.
Shell
3
star
22

ansible-pull-desktop-tweaks

Ansible playbook designed to make tweaks to a Xubuntu desktop development environment that has been fully provisioned
Jinja
3
star
23

ansible-pull-development

Ansible playbook that installs the required infrastructure for software development
Shell
2
star
24

micro-service-docker

A sample micro-service in a Docker container.
Groovy
2
star
25

ansible-role-virtualbox

Ansible role to install VirtualBox
Shell
2
star
26

aws-study-group-labs

Recaps of the live labs for the AWS Study Group
Shell
2
star
27

kubernetes-the-hard-way

Bash scripts the helped me walk through the "Kubernetes: the hard way" guide
Shell
2
star
28

spring-cloud-sns

A simple example showcasing how Spring Cloud supports Amazon Simple Notification Service (SNS)
Groovy
2
star
29

docker-mps

A Docker image that runs JetBrains MPS DSL IDE.
Shell
2
star
30

docker-zip

Inage that has zip and other compression utilities installed. Intended to help assemble archives
Shell
2
star
31

docker-oracle-jdk-8

Ubuntu Docker container with Oracle JDK 8 Installed
Shell
2
star
32

terraform-aws-iam

Terraform module that creates a set of common IAM roles
HCL
1
star
33

docker-compose-elk

Use Docker containers to implement the ELK stack
Shell
1
star
34

vagrant-docker-server

A Vagrant box that runs a Docker Engine.
Ruby
1
star
35

terraform-aws-alb-target-group

Terraform module that sets up a Target Group for an Application Load Balancer
HCL
1
star
36

spring-cloud-aws-kotlin

Sample application using Spring Cloud AWS written in Kotlin
Kotlin
1
star
37

terraform-aws-ec2-park

Terraform module that starts/stops EC2 instances on a schedule
HCL
1
star
38

spring-cloud-aws-experiment

Sandbox to experiment with Spring AWS abstractions.
Groovy
1
star
39

docker-monitor-mysql

Docker container to hold the MySQL application
Shell
1
star
40

spring-configuration-server

A Spring Configuratin Server Backed By GitHub
Groovy
1
star
41

packer-ami-mongodb

A Packer project that creates an AWS AMI that runs a MongoDB instance ready to participate in a replica set.
Shell
1
star
42

docker-scala

A Docker image that can compile and run Scala prorgrams.
Shell
1
star
43

cloudformation-terraform-bakeoff

An unscientific comparison between CloudFormation and Terraform.
HCL
1
star
44

docker-azul-jdk-8

A Docker container that contains the Azul System's Open JDK 8 implementation
Dockerfile
1
star
45

ansible-role-operations

Ansible playbook suitable for Operations folks needing to monitor hosts
Shell
1
star
46

aws-ecs-compose-experiment

A test using the Docker Compose format to install workloads into Amazon's Elastic Container Service.
Shell
1
star
47

ansible-study-group-labs

Labs for the Ansible study group
1
star
48

gradle-wrapper-experiment

An attempt to create a custom Gradle distribution
Groovy
1
star
49

cloud-formation-elb

AWS CloudFormation template that creates Elastic Load Balancers, intended to forward traffic to ECS instances
Shell
1
star
50

monitor-postgresql

A PostgreSQL application to use in the monitoring simulation
Groovy
1
star
51

docker-jmeter

A Docker image the Apache JMeter load generator.
Shell
1
star
52

docker-compose-home

Docker containers for home use
Shell
1
star
53

ansible-pull-docker

Docker installation via Ansible Pull
1
star
54

cloud-formation-full-stack

AWS CloudFormation template that combines templates to construct a VPC with an ECS cluster running in it
Shell
1
star
55

ansible-role-plex

An Ansible playbook that installs the Plex media server
Shell
1
star
56

terraform-aws-ecs-fargate-sandbox

A Terraform module that builds a simple ECS Fargate stack, complete with an ALB and health checking.
HCL
1
star
57

distributed-gradle

An experiment to see how keeping Gradle files on an HTTP server impacts build time
1
star
58

docker-aws-ecs-cli

A Docker image that can run the various AWS ECS CLI commands.
Shell
1
star
59

packer-ami-docker

A Packer project that creates an AMI with Docker installed.
Shell
1
star
60

kubernetes-experiments

Kubernetes experiments using a multi-node microK8s cluster
Shell
1
star
61

ansible-role-atlassian

Ansible playbook that installs the various Atlassian products
Shell
1
star
62

terraform-aws-api-gateway-deployment

Terraform module that attaches an integration and deployment to established API Gateway resource
HCL
1
star
63

docker-dbvisualizer

A Docker image that runs the DbVisualizer SQL IDE
Shell
1
star
64

spring-boot-sample-scala

A Scala-based Spring Boot REST API Sample
Groovy
1
star
65

docker-monitor-jmeter

A simple container that holds the JMeter application used to pump data through the system
Shell
1
star
66

docker-monitor-compose

Spins up the entire application monitoring simulation environment using Docker Compose
Shell
1
star
67

purple-plutonium

Functional Programming Tool
Java
1
star
68

docker-amazon-jdk-8-build

Image containing Amazon's JDK plus Git, Docker client and Ansible. Suitable for building software in a CI/CD system.
Dockerfile
1
star
69

nomad-scheduling-example

A sample of working Nomad Job Descriptors
HCL
1
star
70

vagrant-ansible-experiment

An example of how to use Ansible to provision a Vagrant environment
Shell
1
star
71

docker-monitor-newrelic-pivotal-plugin

Docker container to hold the Newrelic RabbitMQ and Redis plugins
Ruby
1
star
72

cloud-formation-elasticsearch

AWS CloudFormation template that creates an ElasticSearch cluster
Shell
1
star
73

ansible-role-software-developer

An Ansible playbook that installs tools for software development, regardless of the programming language.
Shell
1
star
74

aws-private-docker-registry

A set of Terraform and Ansible scripts that automate the creation of CloudFront/S3 backed private Docker registry.
HCL
1
star
75

jvm-monitoring-environment

A Vagrant box suitable for running monitoring tools against remote JVM instances
Shell
1
star
76

jacoco-experiment

See if I can get the JaCoCo Ant task to work with Gradle. I really want to ditch Cobertura.
Shell
1
star
77

groovy-rest-experiment

Combine Spring MVC and Groovy to create a RESTful API
Shell
1
star
78

clojure-stack-experiment

See how a combination of ClojureScript, Clojure and Datomic work together in a solution.
Clojure
1
star
79

ansible-role-resilio-sync

An Ansible playbook that installs the Resilio Sync aka. BitTorrent Sync
Shell
1
star
80

spring-hateoas-exeriment

An example project that I can use to experiment with Spring HATEOAS and REST Shell
Groovy
1
star
81

docker-oracle-jdk-7

Ubuntu Docker container with Oracle JDK 7 Installed
1
star
82

sqrl-experiment

An experimental Groovy implementation of Steve Gibson's SQRL authentication protocol
Groovy
1
star
83

terraform-aws-bastion

Terraform module that creates an auto-scaling group of Bastion servers, allowing SSH access to the private EC2 instances
HCL
1
star
84

docker-study-group-labs

Labs for the Docker study group
Shell
1
star
85

tracking-pixel-example

Working example of the post called "Building a Tracking Pixel in 3 Steps (featuring AWS Kinesis Firehose!)"
CSS
1
star
86

terraform-modules

Reusable Terraform logic
HCL
1
star
87

docker-compose-tl

Docker containers for use in Transparent Language projects.
Shell
1
star
88

spring-cloud-rds

Sample application that showcases Spring's support for Amazon Relational Database Service
Groovy
1
star
89

consul-cluster-docker-compose

Using Docker Compose, we'll spin up Docker containers running Consul in server mode, creating a Consul cluster.
Shell
1
star
90

ansible-role-hashicorp

Ansible role that installs the HashiCorp suite of tools including Vagrant, Packer and Terraform.
Shell
1
star
91

docker-gelf-showcase

Simple Groovy application that can be used to test Docker sent GELF messages
Groovy
1
star
92

terraform-aws-archiving-s3

Terraform module that creates an S3 bucket that moves objects into Glacier after a period of time
HCL
1
star
93

maven-publish-experiment

Sandbox to understand Gradle's maven-publish plug-in
Groovy
1
star
94

ratpack-echo

A Ratpack web application used to showcase Docker networking configurations. It reports it current ip address and instance identifier.
Groovy
1
star
95

docker-makemkv

Docker image containing the MakeMKV video converter
Dockerfile
1
star
96

spring-boot-kotlin-tutorial

My implementation of https://spring.io/guides/tutorials/spring-boot-kotlin/
Kotlin
1
star
97

terraform-aws-api-key

Terraform module that creates an API Gateway API key, complete with restrictions
HCL
1
star
98

ansible-role-vpc

Creates a new Amazon VPC
Shell
1
star
99

packer-xubuntu-focal

Packer scripts to build a software development environment based on Ubuntu 20.04
Shell
1
star