Skip to content

Commit 1f8de13

Browse files
authored
Merge pull request #113 from saurabhraghuvanshii/revert-dbaas
revert some unbold from intro-dbaas
2 parents d4d818c + fddaccd commit 1f8de13

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/databases/content/benefits/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 6
99

1010
![db-icon-1](db-icon-1.png)
1111

12-
### Why use computerized Databases?
12+
#### Why use computerized Databases?
1313

1414
Because it makes it easier to:
1515
- sort data
@@ -23,7 +23,7 @@ If there are advantages, then there are also disadvantages, and to get a complet
2323

2424
![db-icon-2](db-icon-2.png)
2525

26-
### Advantages of Databases:
26+
#### Advantages of Databases:
2727

2828
- Data Sharing
2929
- Data Security
@@ -36,7 +36,7 @@ If there are advantages, then there are also disadvantages, and to get a complet
3636

3737
![db-icon-3](db-icon-3.png)
3838

39-
### Disadvantages of Databases:
39+
#### Disadvantages of Databases:
4040

4141
- Cost of Software
4242
- Cost of Hardware

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/databases/content/selection-of-db/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@ The CAP theorem gives guidance and is still relevant when designing distributed
1717

1818
Due to the broad spectrum of database types, a different approach for selecting the right technology for the data store is to choose based on the kind of data that needs storage. Let’s have a look at some examples:
1919

20-
### Managed PostgreSQL
20+
#### Managed PostgreSQL
2121
![dbaas-pg](dbaas-pg.png)
2222

2323
PostgreSQL is a popular open source relational database known for its variety of features. It supports both SQL and JSON querying. The database offers a high level of integrity, correctness, and reliability. Rich features like MVCC, point in time recovery and asynchronous replication are part of the PostgreSQL database. You find more details about this database here.
2424

25-
### Managed MySQL
25+
#### Managed MySQL
2626
![dbaas-mysql](dbaas-mysql.png)
2727

2828
MySQL is the most widely used open source, object-relational database. It serves as a primary database for many known applications and is well known for its reliability and stability. MySQL has a very active developer community that continuously expand the MySQL functionalities. You find more details about this database here.
2929

30-
### Managed Apache Kafka
30+
#### Managed Apache Kafka
3131
![dbaas-kafka](dbaas-kafka.png)
3232

3333
Apache Kafka is a distributed, open source data source optimized for real-time processing of streaming data. The database enables low latency due to decoupled data streams, which makes it extremely high performing. Apache Kafka is highly scalable thanks to its distributed nature and makes it easily scalable. You find more details about this database here.
3434

35-
### Managed Redis™
35+
#### Managed Redis™
3636
![dbaas-redis](dbaas-redis.png)
3737

3838
Redis™ is an open source, key-value data store used as database, cache or message broker. The in-memory dataset allows for top performance, making it a good choice for caching, session management or real-time analytics. Redis™ supports atomic operations, rich data types, and Lua scripting. You find more details about this database here.
3939

40-
### Managed OpenSearch
40+
#### Managed OpenSearch
4141
![dbaasopensearch](dbaas-opensearch.png)
4242

4343
OpenSearch is a community-driven, open source search and analytics suite derived from Apache 2.0 licensed Elasticsearch 7.10.2 & Kibana 7.10.2. It consists of a search engine daemon, OpenSearch, and a visualization and user interface, OpenSearch Dashboards. OpenSearch enables people to easily ingest, secure, search, aggregate, view, and analyze data. You find more details about this database here.
4444

45-
### Managed OpenSearch
45+
#### Managed OpenSearch
4646

4747
For example, are you dealing with structured or unstructured data, or do you have a mixed data environment?
4848

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/exoscale-dbaas/content/benefits/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to know more about the actual service offers, please go to [Exoscale
1515

1616
Exoscale DBaaS is deeply integrated into the Infrastructure as a Service platform and is easy to use with well-known user interfaces like the CLI, the API, and Terraform automation to-do your Infrastructure as Code (IaC) as usual.
1717

18-
### Quick Start
18+
#### Quick Start
1919

2020
Set up your database within minutes. Focus on your application; we take care of the rest.
2121
Open Source

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/exoscale-dbaas/content/features/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ weight: 2
99

1010
![dbaas-features](dbaas-features.png)
1111

12-
### Daily Backups included
12+
#### Daily Backups included
1313

1414
Backups are done on a daily basis and are included with every DBaaS offering.
1515

16-
### Completely Integrated
16+
#### Completely Integrated
1717

1818
Integrated DBaaS for your instances. Easily manage your database, instance, or storage from the same interface.
1919

20-
### No Vendor Lock-In
20+
#### No Vendor Lock-In
2121

2222
Keep your cloud infrastructure independent and flexible with our offering of open source databases.
2323

24-
### Your Data Stays In Europe
24+
#### Your Data Stays In Europe
2525

2626
All data is stored in the country of your chosen zone, fully GDPR-compliant. DBaaS is available across European zones.
2727

28-
### Automate Everything
28+
#### Automate Everything
2929

3030
Easily automate everything with our simple web portal, CLI, API or tools like Terraform.
3131

32-
### 99.99% Uptime SLA
32+
#### 99.99% Uptime SLA
3333

3434
All DBaaS (cluster) offerings come with an uptime SLA of 99.99%.

content/learning-paths/98e16360-a366-4b78-8e0a-031da07fdacb/intro-dbaas/exoscale-dbaas/content/powered-aiven/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ weight: 3
1313

1414
![aiven-exoscale](aiven-exoscale.png)
1515

16-
### About Aiven
16+
#### About Aiven
1717

1818
![about-aiven](about-aiven.png)
1919

20-
### Fast Facts Aiven
20+
#### Fast Facts Aiven
2121

2222
- aiven.io
2323
- founded in 2016
2424
- team of 200 employees
2525
- delivering bullet-proof data ops
2626
- global team of open-source and cloud experts
27-
- compliant: SOC2, ISO27000, GDPR, HIPPA & PCI-DSS
27+
- compliant: SOC2, ISO27000, GDPR, HIPPA & PCI-DSS

0 commit comments

Comments
 (0)