Skip to content

Commit 480c96d

Browse files
committed
add Olivier diagrams
1 parent ddf5005 commit 480c96d

File tree

7 files changed

+35
-13
lines changed

7 files changed

+35
-13
lines changed

_data/navigation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ sidebar-virtual:
4343

4444

4545
sidebar-deployment:
46-
- title: "Notebook"
46+
- title: "Deploy"
4747
children:
48-
- title: "Infrastructure deployment"
48+
- title: "Infra"
4949
url: https://home.rs-python.eu/rs-documentation/rs-infrastructure/docs/installation/
50-
- title: "RS-server deployment"
50+
- title: "RS Server"
5151
url: https://home.rs-python.eu/rs-documentation/rs-helm/
5252

5353
sidebar-orchestration:

_includes/head/custom.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313

1414
<div id="conteneur">
15-
<img src="/assets/images/logo_official/copernicus_eu_logo.svg" width="286" height="40" > <img src="/assets/images/logo_official/ESA_logo_2020_Deep2.png" width="171" height="40">
15+
<img src="/assets/images/logo_official/copernicus_eu_logo.svg" width="286" height="40" >
16+
<img src="/assets/images/logo_official/ESA_logo_2020_Deep2.png" width="171" height="40">
1617
<img src="/assets/images/logo_official/AIRBUS_Blue.png" width="162" height="60" >
1718
<img src="/assets/images/logo_official/logo_cs_group_bleu_petit-86x42.png" width="82" height="40" >
1819
</div>

_portfolio/feature-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The **SpatioTemporal Asset Catalog (STAC)** specification provides a common stru
2020

2121
3. **STAC Collection**: Extends Catalog directly, adding additional fields to enable description of spatial and temporal extents, licenses, keywords, providers, and more.
2222

23-
The flexibility and extensibility of the STAC specification allow different domains and tools to utilize it effectively, making it a powerful standard for Earth observation data¹³.
23+
The flexibility and extensibility of the STAC specification allow different domains and tools to utilize it effectively, making it a powerful standard for Earth observation data.
2424

2525

2626
The STAC spec itself provides a lowest common denominator JSON format to wrap around any relevant data about the earth. The core GeoJSON object and related structures are designed for extension, so it can adapt to different domains.

_portfolio/feature-deployment.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: "Deployment"
3+
layout: splash
34
permalink: /portfolio/deployment
4-
excerpt: "RS-Server can be deployed on a cluster, in local or on an hybrid mode."
5+
excerpt: "RS-Server can be deployed on a cluster or locally."
56
header:
67
image: /assets/images/architecture/deployment_header.jpg
78
teaser: /assets/images/architecture/deployment_teaser.jpg
@@ -10,33 +11,53 @@ sidebar:
1011
nav: sidebar-deployment
1112

1213
---
13-
RS-Server offers several targets for deployment:
14+
RS-Server offers two deployment targets:
1415
- cluster
1516
- local
16-
- hybrid
1717

18-
For each kind of deployment, here are the overall associated features:
18+
For each kind of deployment, here are the overall associated features.
1919

2020
## Cluster mode
2121
On the **cluster mode**, the RS-Server is deployed as several Kubernetes PODs. A deployment with HELM chart is provided.
2222
On the cluster environement, RS-Server can be called from a Prefect chain or directy from a Jupyter notebook.
2323
The RS-Server running the cluster has got a strong access control for each sensitive data access (CADIP, LTA, AUXIP, PRIP, and Catalog).
2424

25+
After deployment, here are **CSC RS-Python in a Nutshell** features from the cluster.
26+
<style type="text/css">
27+
#conteneur {
28+
margin-top:0;
29+
margin-bottom:0;
30+
text-align: left;
31+
}
32+
</style>
33+
34+
35+
<div id="conteneur">
36+
<img src="/assets/images/architecture/RSPY_cluster.jpg" width="1500" height="701">
37+
</div>
38+
39+
2540
## Local mode
26-
On **local mode**, RS-Server deploy a Catalog without access control.
41+
On **local mode**, RS-Server deploys a Catalog without access control.
2742

28-
## Hybrid mode
29-
The **hybrid mode** is derived from the two other ones. RS-Server is deployed on both sides: local machine and cluster.
3043
From the local machine, end user can:
3144
- read / write to the local RS-Server catalog
3245
- connect to the RS-Server running on the cluster and access any service which is authorised for.
3346

47+
After deployment, here are **CSC RS-Python in a Nutshell** features from the laptop.
48+
<div id="conteneur">
49+
<img src="/assets/images/architecture/RSPY_local.jpg" width="1500" height="701">
50+
</div>
51+
52+
53+
3454

3555
<span style="color: black; background-color: #1A89DF;">**version 0.1**</span>
3656
What is already in this release ?
3757
- cluster mode
3858
- local mode
3959

40-
For the hybrid mode, it is not possible to access the Prefect server running the cluster.
60+
From the local laptop, it is not possible to run directly a Prefect chain running the cluster.
61+
4162

4263

141 KB
Loading
113 KB
Loading
124 KB
Loading

0 commit comments

Comments
 (0)