Skip to content

Commit

Permalink
Spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Sep 19, 2023
1 parent 346dbec commit a8fef85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/001-platform-independence/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ API calls without major code changes.
## Use Open Source components, delegate the hosting and maintenance

A strategy to achieve Platform Independence easily, is to always use open source components and
delegate the hosting/maintanance of those components/services to your hosting provider.
delegate the hosting/maintenance of those components/services to your hosting provider.

As example, you can use PostgreSQL database for your data and any of the major cloud providers for
hosting it: AWS RDS, GCP Cloud SQL, Azure Database for PostgreSQL.
Expand Down
4 changes: 2 additions & 2 deletions content/001-platform-independence/cloud-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An easier approach to comply with the DPG standard is to:

Most applications need to persist data in order to query it at a later time, and most applications
use a database for this purpose. Depending on your system, a relational (RBMS) or a _NoSQL_
datastore will best serve your needs. Either way, you can use open source systems and deletage the
datastore will best serve your needs. Either way, you can use open source systems and delegate the
operation, hosting, backup to your cloud provider.


Expand All @@ -36,7 +36,7 @@ operation, hosting, backup to your cloud provider.

The above table serve as example, the _Venture Fund_ does not endorse any particular Cloud vendor.

> Avoid using a propietary database (e.g. Microsoft SQL Server, Oracle Database) will make your
> Avoid using a proprietary database (e.g. Microsoft SQL Server, Oracle Database) will make your
> application not platform independent
#### Business Source License (BSL) and Server Side Public License (SSPL)
Expand Down

0 comments on commit a8fef85

Please sign in to comment.