Update GCP authored by Ferris Argyle's avatar Ferris Argyle
...@@ -18,9 +18,7 @@ Please check back here for updates as the OSDU puts these processes in place. ...@@ -18,9 +18,7 @@ Please check back here for updates as the OSDU puts these processes in place.
## Technical Architecture ## Technical Architecture
### The OSDU R2 architecture includes the following components. The OSDU R2 Google Cloud Platform architecture includes the following components:
The OSDU GCP R2 is based on the following technology stack:
* [Java 8](https://java.com/en/download/faq/java8.xml) * [Java 8](https://java.com/en/download/faq/java8.xml)
* [Python 3.6+](https://www.python.org/downloads/release/python-360/), used for the Apache Airflow DAGs and the Python SDK * [Python 3.6+](https://www.python.org/downloads/release/python-360/), used for the Apache Airflow DAGs and the Python SDK
...@@ -54,7 +52,7 @@ The OSDU GCP R2 is based on the following technology stack: ...@@ -54,7 +52,7 @@ The OSDU GCP R2 is based on the following technology stack:
* [Spotbugs Maven Plugin 3.1.12](https://spotbugs.github.io/spotbugs-maven-plugin/) * [Spotbugs Maven Plugin 3.1.12](https://spotbugs.github.io/spotbugs-maven-plugin/)
* [Maven Surefire PLugin](https://maven.apache.org/surefire/maven-surefire-plugin/) * [Maven Surefire PLugin](https://maven.apache.org/surefire/maven-surefire-plugin/)
### OSDU GCP R2 extensively uses the following Google Cloud Platform services: ### Google Cloud Platform services:
* [Cloud Run](https://cloud.google.com/run) * [Cloud Run](https://cloud.google.com/run)
* [Cloud Storage](https://cloud.google.com/storage) * [Cloud Storage](https://cloud.google.com/storage)
... ...
......