Skip to content

Commit eabeba5

Browse files
committed
adding more integration logos
1 parent 1697935 commit eabeba5

File tree

24 files changed

+28
-0
lines changed

24 files changed

+28
-0
lines changed

database/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Let's start with Oracle's MySQL
55

66
## Oracle MySQL
77

8+
![MySQL Logo](images/mysql-logo.png?raw=true "MySQL Logo")
9+
810
`vagrant up --provision-with basetools,docker,docsify,vault,mysql`
911
```log
1012
Bringing machine 'user.local.dev' up with 'virtualbox' provider...
@@ -216,6 +218,8 @@ mysql: [Warning] Using a password on the command line interface can be insecure.
216218

217219
## Microsoft SQL (Mssql Express)
218220

221+
![Microsoft SQL Logo](images/mssql-logo.png?raw=true "Microsoft SQL Logo")
222+
219223
`vagrant up --provision-with basetools,docker,docsify,vault,mssql`
220224

221225
```log
@@ -368,6 +372,8 @@ NT AUTHORITY\SYSTEM
368372

369373
https://www.postgresql.org/
370374

375+
![PostgreSQL Logo](images/postgresql-logo.png?raw=true "PostgreSQL Logo")
376+
371377
`vagrant up --provision-with basetools,docker,docsify,vault,postgresql`
372378

373379
```log

database/images/mssql-logo.png

55.6 KB
Loading

database/images/mysql-logo.png

17.1 KB
Loading

database/images/postgresql-logo.png

36 KB
Loading

dbt/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[data build tool](https://www.getdbt.com/)
44

5+
![DBT Logo](images/dbt-logo.png?raw=true "DBT Logo")
6+
57
dbt is a data transformation tool that enables data analysts and engineers to transform, test and document data in the cloud data warehouse.
68

79
![alt](https://www.getdbt.com/ui/img/png/analytics-engineering-dbt.png)

dbt/images/dbt-logo.png

29.4 KB
Loading

docsify/images/docsify.png

104 KB
Loading

elasticsearch-kibana-cerebro/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ https://github.com/lmenezes/cerebro
44

55
## About
66

7+
![Elasticsearch Logo](images/elasticsearch-logo.png?raw=true "Elasticsearch Logo")
8+
79
__Elasticsearch__ is a distributed, open source search and analytics engine for all types of data, including textual, numerical, geospatial, structured, and unstructured. Elasticsearch is built on Apache Lucene and was first released in 2010 by Elasticsearch N.V. (now known as Elastic).
810

11+
![Kibana Logo](images/kibana-logo.png?raw=true "Kibana Logo")
12+
913
__Kibana__ is an open source analytics and visualization platform designed to work with Elasticsearch. You use Kibana to search, view, and interact with data stored in Elasticsearch indices. You can easily perform advanced data analysis and visualize your data in a variety of charts, tables, and maps.
1014

15+
![Kibana Logo](images/cerebro-logo.png?raw=true "Kibana Logo")
16+
1117
__Cerebro__ is an open source(MIT License) elasticsearch web admin tool built using Scala, Play Framework, AngularJS and Bootstrap.
1218

1319
## Provision
Loading
Loading
Loading

gitlab/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
https://docs.gitlab.com/omnibus/docker/ <br />
33
https://gitlab.com/ <br />
44

5+
![Gitlab Logo](images/gitlab-logo.png?raw=true "Gitlab Logo")
6+
57
GitLab is a complete DevOps platform
68
With GitLab, you get a complete CI/CD toolchain in a single application. One interface. One conversation. One permission model. Thousands of features. You'll be amazed at everything GitLab can do today. And we're just getting started.
79

gitlab/images/gitlab-logo.png

31.5 KB
Loading

jenkins/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Jenkins
2+
23
This will help you start the Jenkins container, login with the initial admin token and create a user and password for subsequent logins.
34

5+
![Jenkins Logo](images/jenkins-logo.png?raw=true "Jenkins Logo")
6+
47
We will also configure Jenkins Hashicorp Vault Plugin https://github.com/jenkinsci/hashicorp-vault-plugin
58
After that, we will configure Vault's secret engines, KV store version 1 and 2 and set some keys.
69

jenkins/images/jenkins-logo.png

43.8 KB
Loading

ldap/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# LDAP
22
https://www.vaultproject.io/docs/auth/ldap.html
33

4+
![LDAP Logo](images/ldap-logo.png?raw=true "LDAP Logo")
5+
46
LDAP stands for Lightweight Directory Access Protocol. As the name suggests, it is a lightweight client-server protocol for accessing directory services, specifically X. 500-based directory services. LDAP runs over TCP/IP or other connection oriented transfer services.
57

68
## Provision

ldap/images/ldap-logo.png

27.9 KB
Loading

localstack/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Localstack
22
https://localstack.cloud/
33

4+
![Localstack Logo](images/localstack-logo.png?raw=true "Localstack Logo")
5+
46
LocalStack provides an easy-to-use test/mocking framework for developing Cloud applications. It spins up a testing environment on your local machine that provides the same functionality and APIs as the real AWS cloud environment.
57

68
## Terraform and Localstack

localstack/images/localstack-logo.png

32.4 KB
Loading

newrelic-kubernetes-monitoring/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Newrelic Kubernetes Monitoring
22

3+
![Newrelic Logo](images/newrelic-logo.png?raw=true "Newrelic Logo")
4+
35
This page shows you how to install Newrelic Monitoring using Helm on Minikube
46

57
https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/installation/kubernetes-integration-install-configure
Loading

portainer/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Portainer
22
https://www.portainer.io/
33

4+
![Portainer Logo](images/portainer-logo.png?raw=true "Portainer Logo")
5+
46
MAKING DOCKER MANAGEMENT EASY.
57
Build and manage your Docker environments with ease today.
68

portainer/images/portainer-logo.png

37.6 KB
Loading

prometheus-grafana/prometheus-grafana.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
# https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
34
# https://prometheus.io/docs/visualization/grafana/#using
45
# https://blog.marcnuri.com/prometheus-grafana-setup-minikube
56

0 commit comments

Comments
 (0)