Skip to content

Commit cf4798c

Browse files
committed
Merge branch 'develop'
2 parents 3c37c9c + f23f6ee commit cf4798c

File tree

100 files changed

+708
-744
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+708
-744
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
.terraform.lock.hcl
99
*.tfstate
1010
*.tfstate.*
11+
*.tfvars
12+
*.tfvars.json
1113

1214
### python
1315
__pycache__/

argo-cd/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ sudo chmod +x /usr/local/bin/argocd
3535

3636
```ps1
3737
choco install -y argocd
38-
39-
# choco uninstall -y argocd
4038
```
4139

4240
### Install ArgoCD

aws/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@
66

77
```sh
88
brew install awscli
9-
10-
# brew uninstall awscli
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y awscli
17-
18-
# choco uninstall -y awscli
1915
```
2016

2117
## References

aws/localstack/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
```sh
88
brew install localstack/tap/localstack-cli
9-
10-
# brew uninstall localstack/tap/localstack-cli
119
```

confluent/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ And it is possible to run the Kafka servers using `docker-compose` for testing p
1919

2020
docs:
2121

22-
- Confluent Platform: <https://docs.confluent.io/platform/current/overview.html>
23-
- Confluent for Kubernetes: <https://docs.confluent.io/operator/current/overview.html>
22+
- [Confluent Platform docs](https://docs.confluent.io/platform/current/overview.html)
23+
- [Confluent for Kubernetes docs](https://docs.confluent.io/operator/current/overview.html)
2424

2525
confluent github examples:
2626

27-
- <https://github.com/confluentinc/examples.git>
28-
- <https://github.com/confluentinc/kafka-streams-examples.git>
29-
- <https://github.com/confluentinc/confluent-kubernetes-examples.git>
27+
- [confluent examples github](https://github.com/confluentinc/examples.git)
28+
- [confluent kafka streams examples github](https://github.com/confluentinc/kafka-streams-examples.git)
29+
- [confluent kubernetes examples github](https://github.com/confluentinc/confluent-kubernetes-examples.git)
30+
- [confluent ksqldb examples github](https://github.com/confluentinc/demo-scene.git)
3031

3132
ksqldb:
3233

33-
- how-to-guides: <https://docs.ksqldb.io/en/latest/how-to-guides/>
34-
- ksqlDB example snippets: <https://ksqldb.io/examples.html>
34+
- [/infrastructure-examples/kafka/ksqldb](/kafka/ksqldb/)
3535

3636
monitoring:
3737

38-
- confluent platform monitoring stack: <https://github.com/confluentinc/jmx-monitoring-stacks.git>
39-
- confluent kafka monitoring: <https://docs.confluent.io/platform/current/kafka/monitoring.html>
40-
- confluent schema registry monitoring: <https://docs.confluent.io/platform/current/schema-registry/monitoring.html>
41-
- confluent kafka connect monitoring: <https://docs.confluent.io/home/connect/monitoring.html>
42-
- ksqldb monitoring: <https://docs.ksqldb.io/en/latest/reference/metrics/>
38+
- [confluent platform monitoring stack](https://github.com/confluentinc/jmx-monitoring-stacks.git)
39+
- [confluent kafka monitoring docs](https://docs.confluent.io/platform/current/kafka/monitoring.html)
40+
- [confluent schema registry monitoring docs](https://docs.confluent.io/platform/current/schema-registry/monitoring.html)
41+
- [confluent kafka connect monitoring docs](https://docs.confluent.io/home/connect/monitoring.html)
42+
- [ksqldb monitoring docs](https://docs.ksqldb.io/en/latest/reference/metrics/)

cpp/clang-format/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
```sh
88
brew install clang-format
9-
10-
# brew uninstall clang-format
119
```

cpp/cmake/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@
66

77
```sh
88
brew install cmake
9-
10-
# brew uninstall cmake
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
17-
18-
# choco uninstall -y cmake
1915
```
2016

2117
## References

cpp/doxygen/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,4 @@ sudo apt-get install -y doxygen
1212

1313
```sh
1414
choco install -y doxygen.install
15-
16-
# choco uninstall -y doxygen.install
1715
```

cpp/llvm/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@
66

77
```sh
88
brew install llvm
9-
10-
# brew uninstall llvm
119
```
1210

1311
### Chocolatey
1412

1513
```ps1
1614
choco install -y llvm
17-
18-
# choco uninstall -y llvm
1915
```

cpp/ninja/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@
66

77
```sh
88
brew install ninja
9-
10-
# brew uninstall ninja
119
```

0 commit comments

Comments
 (0)