Skip to content

Commit 73c16c6

Browse files
Bertrand ThomasGitLab
authored andcommitted
Merge branch 'feature/qgis' into 'main'
Add documentation See merge request devpro-labs/enablement/information-technology-guide!4
2 parents 2297f47 + 705b083 commit 73c16c6

Some content is hidden

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

72 files changed

+1338
-114
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ Resources to help you learn about Information Technology (IT).
1313
* [Communities](docs/communities/communities.md)
1414
* [Companies](docs/companies/companies.md)
1515
* [Foundations](docs/foundations/foundations.md)
16+
* [Institutions](docs/institutions/institutions.md)
1617
* [Standards](docs/standards/standards.md)
362 KB
Loading

docs/companies/amazon/aws-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@
4747

4848
> AWS DataSync is an online data movement and discovery service that simplifies data migration and helps you quickly, easily, and securely transfer your file or object data to, from, and between AWS storage services.
4949
50-
🌐 [aws.amazon.com/datasync](https://aws.amazon.com/datasync/), [docs](https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html)
50+
🌐 [Product](https://aws.amazon.com/datasync/), [User Guide](https://docs.aws.amazon.com/datasync/latest/userguide/what-is-datasync.html)
5151

5252
### Migration Hub
5353

5454
> AWS Migration Hub (Migration Hub) provides a single place to discover your existing servers, plan migrations, and track the status of each application migration.
5555
> The Migration Hub provides visibility into your application portfolio and streamlines planning and tracking.
5656
> You can visualize the connections and the status of the servers and databases that make up each of the applications you are migrating, regardless of which migration tool you are using.
5757
58-
🌐 [docs](https://docs.aws.amazon.com/migrationhub/latest/ug/whatishub.html)
58+
🌐 [User Guide](https://docs.aws.amazon.com/migrationhub/latest/ug/whatishub.html)
5959

6060
### Schema Conversion Tool
6161

@@ -64,4 +64,4 @@
6464
> Your converted schema is suitable for an Amazon Relational Database Service (Amazon RDS) MySQL, MariaDB, Oracle, SQL Server, PostgreSQL DB, an Amazon Aurora DB cluster, or an Amazon Redshift cluster.
6565
> The converted schema can also be used with a database on an Amazon EC2 instance or stored as data on an Amazon S3 bucket.
6666
67-
🌐 [docs](https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_Welcome.html)
67+
🌐 [User Guide](https://docs.aws.amazon.com/SchemaConversionTool/latest/userguide/CHAP_Welcome.html)

docs/companies/companies.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@
1414
* [Code Climate](code-climate/code-climate.md)
1515
* [Confluent](confluent/confluent.md)
1616
* [Docker](docker/docker.md)
17+
* [Dynatrace](dynatrace/dynatrace.md)
1718
* [Elastic](elastic/elastic.md)
1819
* [Elastisys](elastisys/elastsys.md)
20+
* [GitGuardian](gitguardian/gitguardian.md)
1921
* [GitLab](gitlab/gitlab.md)
2022
* [Google](google/google.md)
2123
* [Grafana Labs](grafana-labs/grafana-labs.md)
@@ -30,6 +32,7 @@
3032
* [Mongodb](mongodb/mongodb.md)
3133
* [Netskope](netskope/netskope.md)
3234
* [ngrok](ngrok/ngrok.md)
35+
* [Nutanix](nutanix/nutanix.md)
3336
* [Oracle](oracle/oracle.md)
3437
* [Perforce](perforce/perforce.md)
3538
* [Red Hat](redhat/redhat.md)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Docker on Windows
2+
3+
On Linux:
4+
5+
```bash
6+
DB_DIR="$(pwd)/db"
7+
mkdir -p "${DB_DIR}"
8+
docker run -ti -p 80:80 -p 443:443 -p 3306:3306 --mount "type=bind,src=</chemin/vers/vos/sources>,dst=/var/www/localhost/htdocs/" --mount "type=bind,src=${DB_DIR},target=/var/lib/mysql" registry.gitlab.com/comalia/ops/gesica_docker/formation_sf
9+
```
10+
11+
On Windows:
12+
13+
```dos
14+
docker run -ti -p 80:80 -p 443:443 -p 3306:3306 --mount "type=bind,src=/d/Projects/bthomas/training/symfony-sensiolabs/src,dst=/var/www/localhost/htdocs/" -v "mysql_sf_data:/var/lib/mysql" registry.gitlab.com/comalia/ops/gesica_docker/formation_sf
15+
```
16+
17+
Get machine IP:
18+
19+
```dos
20+
docker ps
21+
docker inspect -f "{{ .NetworkSettings.IPAddress }}" bd2c9fb84f6c
22+
```
23+
24+
Create a file index.php et open [http://localhost/](http://localhost/) to check it's displayed
25+
26+
Run a command:
27+
28+
```bash
29+
docker exec -it symfony_training bash
30+
```
31+
32+
Start the container:
33+
34+
```dos
35+
docker start -i symfony_training
36+
```
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Dynatrace
2+
3+
🌐 [dynatrace.com](https://www.dynatrace.com/)
4+
5+
## Content
6+
7+
* [Glossary](glossary.md)
8+
* [Licensing](licensing.md)
9+
* [OpenTelemetry](opentelemetry.md)
10+
* [Professional Services](professional-services.md)
11+
* 🌟 [Platform](platform.md)
12+
13+
## Values
14+
15+
* Innovate with Passion
16+
* Engage with Purpose
17+
* Win with Integrity
18+
19+
## Learning material
20+
21+
* [Blog](https://www.dynatrace.com/news/blog/)
22+
* [Documentation](https://docs.dynatrace.com/docs)
23+
* 🌟 [Playground](https://www.dynatrace.com/signup/playground/)
24+
* [Product news](https://www.dynatrace.com/news/product-news/)
25+
* [Resources](https://www.dynatrace.com/resources/)
26+
* 🌟 [University](https://www.dynatrace.com/dynatrace-university/)
27+
* [What's new](https://docs.dynatrace.com/docs/whats-new)
28+
29+
## Contribute & extend
30+
31+
* [Community](https://community.dynatrace.com/)
32+
* [Developer](https://developer.dynatrace.com/)
33+
* [Events and webinars](https://community.dynatrace.com/t5/Events-and-webinars/eb-p/events)
34+
* [Hub](https://www.dynatrace.com/hub/)
35+
* [User Groups](https://community.dynatrace.com/t5/Community-user-groups/ct-p/Community_user_groups)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Dynatrace Glossary
2+
3+
## Dynatrace specifics
4+
5+
Acronym | Meaning
6+
--------|--------------------------------
7+
**ACE** | Autonomous Cloud Enablement
8+
**DPS** | Dynatrace Platform Subscription
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Licensing
2+
3+
## Dynatrace Platform Subscription (DPS)
4+
5+
🌐 [Documentation](https://docs.dynatrace.com/docs/manage/dynatrace-platform-subscription)
6+
7+
## Pricing categories
8+
9+
* Host Monitoring
10+
* Container Monitoring
11+
* Application Security
12+
* Digital Experience Monitoring
13+
* Metrics powered by Grail
14+
* Logs powered by Grail
15+
* Traces powered by Grail
16+
* Events powered by Grail
17+
* Automation
18+
* AppEngine Functions
19+
* Platform Extensions
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# OpenTelemetry and Dynatrace
2+
3+
## Getting started
4+
5+
## Documentation
6+
7+
* [Ingest data from OpenTelemetry](https://docs.dynatrace.com/docs/ingest-from/opentelemetry)
8+
9+
## Blog posts
10+
11+
* [Send OpenTelemetry data to Dynatrace](https://www.dynatrace.com/news/blog/send-opentelemetry-data-to-dynatrace/) - April 10, 2025
12+
* [Dynatrace loves OpenTelemetry](https://www.dynatrace.com/news/blog/dynatrace-loves-opentelemetry/) - February 24, 2025
13+
* [OpenTelemetry demo app Astronomy Shop with Dynatrace](https://www.dynatrace.com/news/blog/opentelemetry-demo-application-with-dynatrace/) - April 8, 2025
14+
* [Dynatrace simplifies OpenTelemetry metric collection for context-aware AI analytics](https://www.dynatrace.com/news/blog/dynatrace-simplifies-opentelemetry-metric-collection-for-context-aware-ai-analytics/) - September 20, 2023
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Dynatrace platform
2+
3+
🌐 [dynatrace.com/platform](https://www.dynatrace.com/platform/)
4+
5+
## Features
6+
7+
* Infrastructure Observability
8+
* Application Observability
9+
* Digital Experience
10+
* Log Analytics
11+
* Application Security
12+
* Threat Observability
13+
* Software Delivery
14+
* Business Analytics
15+
16+
## Components
17+
18+
![Dyntrace platform schema](../../../assets/images/dynatrace-platform.png)
19+
20+
### AutomationEngine
21+
22+
### AppEngine
23+
24+
### SmartScape
25+
26+
### Davis AI
27+
28+
### Grail
29+
30+
DataLake house
31+
32+
### Unified Ingest
33+
34+
### PurePath
35+
36+
### OneAgent
37+
38+
### Hub

0 commit comments

Comments
 (0)