@fractal_cloud/sdk 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -36
- package/dist/index.cjs +5230 -3409
- package/dist/index.d.cts +799 -29
- package/dist/index.d.mts +799 -29
- package/dist/index.mjs +5116 -3415
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,11 +46,11 @@ A Live System is a running instance of a Fractal. It maps each abstract blueprin
|
|
|
46
46
|
|
|
47
47
|
| Domain | Blueprint types | Live system offers | Providers |
|
|
48
48
|
|--------|----------------|-------------------|-----------|
|
|
49
|
-
| **NetworkAndCompute** | VirtualNetwork, Subnet, SecurityGroup, VirtualMachine, ContainerPlatform |
|
|
50
|
-
| **CustomWorkloads** | Workload | Satisfied by PaaS/CaaS offers (ECS, Container Apps, Cloud Run, OpenShift, etc.) | AWS, Azure, GCP, OCI, OpenShift |
|
|
51
|
-
| **Storage** | FilesAndBlobs, RelationalDbms, RelationalDatabase, DocumentDbms, DocumentDatabase, ColumnOrientedDbms, ColumnOrientedEntity, KeyValueDbms, KeyValueEntity, GraphDbms, GraphDatabase, Search, SearchEntity, Unmanaged |
|
|
49
|
+
| **NetworkAndCompute** | VirtualNetwork, Subnet, SecurityGroup, VirtualMachine, ContainerPlatform | 41 offers | AWS, Azure, GCP, OCI, Hetzner, VMware, OpenShift, Aruba |
|
|
50
|
+
| **CustomWorkloads** | Workload | Satisfied by PaaS/CaaS offers (ECS, Container Apps, Cloud Run, OpenShift, Kubernetes, etc.) | AWS, Azure, GCP, OCI, OpenShift, CaaS |
|
|
51
|
+
| **Storage** | FilesAndBlobs, RelationalDbms, RelationalDatabase, DocumentDbms, DocumentDatabase, ColumnOrientedDbms, ColumnOrientedEntity, KeyValueDbms, KeyValueEntity, GraphDbms, GraphDatabase, Search, SearchEntity, Unmanaged | 27 offers | AWS, Azure, GCP, Aruba, CaaS, SaaS |
|
|
52
52
|
| **Messaging** | Broker, Entity (PaaS + CaaS), Unmanaged | 12 offers | Azure, GCP, CaaS |
|
|
53
|
-
| **BigData** | DistributedDataProcessing, ComputeCluster, DataProcessingJob, MlExperiment, Datalake, Unmanaged |
|
|
53
|
+
| **BigData** | DistributedDataProcessing, ComputeCluster, DataProcessingJob, MlExperiment, Datalake, Unmanaged | 21 offers | AWS, Azure, GCP, Aruba, CaaS |
|
|
54
54
|
| **APIManagement** | PaaS ApiGateway, CaaS ApiGateway, Unmanaged | 6 offers | AWS, Azure, GCP, CaaS |
|
|
55
55
|
| **Observability** | Monitoring, Tracing, Logging, Unmanaged | 4 offers | CaaS |
|
|
56
56
|
| **Security** | ServiceMesh, Unmanaged | 2 offers | CaaS |
|
|
@@ -231,19 +231,40 @@ The same blueprint can be deployed on any supported provider. Live system files
|
|
|
231
231
|
|
|
232
232
|
### IaaS
|
|
233
233
|
|
|
234
|
-
| Blueprint component | AWS | Azure | GCP | OCI | Hetzner | VMware | OpenShift |
|
|
235
|
-
|
|
236
|
-
| `VirtualNetwork` | `AwsVpc` | `AzureVnet` | `GcpVpc` | `OciVcn` | `HetznerNetwork` | `VspherePortGroup` | — |
|
|
237
|
-
| `Subnet` | `AwsSubnet` | `AzureSubnet` | `GcpSubnet` | `OciSubnet` | `HetznerSubnet` | `VsphereVlan` | — |
|
|
238
|
-
| `SecurityGroup` | `AwsSecurityGroup` | `AzureNsg` | `GcpFirewall` | `OciSecurityList` | `HetznerFirewall` | — | `OpenshiftSecurityGroup` |
|
|
239
|
-
| `VirtualMachine` | `Ec2Instance` | `AzureVm` | `GcpVm` | `OciInstance` | `HetznerServer` | `VsphereVm` | `OpenshiftVm` |
|
|
234
|
+
| Blueprint component | AWS | Azure | GCP | OCI | Hetzner | VMware | OpenShift | Aruba |
|
|
235
|
+
|---------------------|-----|-------|-----|-----|---------|--------|-----------|-------|
|
|
236
|
+
| `VirtualNetwork` | `AwsVpc` | `AzureVnet` | `GcpVpc` | `OciVcn` | `HetznerNetwork` | `VspherePortGroup` | — | `ArubaVpc` |
|
|
237
|
+
| `Subnet` | `AwsSubnet` | `AzureSubnet` | `GcpSubnet` | `OciSubnet` | `HetznerSubnet` | `VsphereVlan` | — | `ArubaSubnet` |
|
|
238
|
+
| `SecurityGroup` | `AwsSecurityGroup` | `AzureNsg` | `GcpFirewall` | `OciSecurityList` | `HetznerFirewall` | — | `OpenshiftSecurityGroup` | `ArubaSecurityGroup` |
|
|
239
|
+
| `VirtualMachine` | `Ec2Instance` | `AzureVm` | `GcpVm` | `OciInstance` | `HetznerServer` | `VsphereVm` | `OpenshiftVm` | `ArubaCloudServer` |
|
|
240
240
|
|
|
241
241
|
### PaaS / CaaS
|
|
242
242
|
|
|
243
|
-
| Blueprint component | AWS | Azure | GCP | OCI | OpenShift |
|
|
244
|
-
|
|
245
|
-
| `ContainerPlatform` | `AwsEcsCluster` · `AwsEksCluster` | `AzureAksCluster` · `AzureContainerAppsEnvironment` | `GcpGkeCluster` | — | — |
|
|
246
|
-
| `Workload` | `AwsEcsTaskDefinition` + `AwsEcsService` | `AzureContainerInstance` · `AzureContainerApp` | `GcpCloudRunService` | `OciContainerInstance` | `OpenshiftWorkload` |
|
|
243
|
+
| Blueprint component | AWS | Azure | GCP | OCI | OpenShift | Aruba | CaaS |
|
|
244
|
+
|---------------------|-----|-------|-----|-----|-----------|-------|------|
|
|
245
|
+
| `ContainerPlatform` | `AwsEcsCluster` · `AwsEksCluster` | `AzureAksCluster` · `AzureContainerAppsEnvironment` | `GcpGkeCluster` | — | — | `ArubaKaaS` | — |
|
|
246
|
+
| `Workload` | `AwsEcsTaskDefinition` + `AwsEcsService` | `AzureContainerInstance` · `AzureContainerApp` | `GcpCloudRunService` | `OciContainerInstance` | `OpenshiftWorkload` | — | `CaaSK8sWorkload` |
|
|
247
|
+
|
|
248
|
+
### Storage
|
|
249
|
+
|
|
250
|
+
| Blueprint component | AWS | Azure | GCP | Aruba | CaaS |
|
|
251
|
+
|---------------------|-----|-------|-----|-------|------|
|
|
252
|
+
| `FilesAndBlobs` | `AwsS3` | `AzureStorageAccount` · `AzureBlobContainer` · `AzureFileStorage` | `GcpCloudStorage` | `ArubaObjectStorageAccount` | — |
|
|
253
|
+
| `RelationalDbms` | — | `AzurePostgreSqlDbms` · `AzureCosmosDbAccount` | `GcpPostgreSqlDbms` | `ArubaMySqlDbms` · `ArubaMsSqlDbms` | — |
|
|
254
|
+
| `RelationalDatabase` | — | `AzurePostgreSqlDatabase` · `AzureCosmosDbPostgreSqlDatabase` | `GcpPostgreSqlDatabase` | — | — |
|
|
255
|
+
| `DocumentDbms` | — | `AzureCosmosDbAccount` | `GcpFirestore` | — | — |
|
|
256
|
+
| `ColumnOrientedDbms` | — | `AzureCosmosDbCassandra` | `GcpBigTable` | — | — |
|
|
257
|
+
| `Search` | — | — | — | — | `Elastic` |
|
|
258
|
+
|
|
259
|
+
### BigData
|
|
260
|
+
|
|
261
|
+
| Blueprint component | AWS | Azure | GCP | Aruba | CaaS |
|
|
262
|
+
|---------------------|-----|-------|-----|-------|------|
|
|
263
|
+
| `DistributedDataProcessing` | `AwsDatabricks` | `AzureDatabricks` | `GcpDatabricks` | — | `CaaSSparkOperator` |
|
|
264
|
+
| `ComputeCluster` | `AwsDatabricksCluster` | `AzureDatabricksCluster` | `GcpDatabricksCluster` | — | `CaaSSparkCluster` |
|
|
265
|
+
| `DataProcessingJob` | `AwsDatabricksJob` | `AzureDatabricksJob` | `GcpDatabricksJob` | — | `CaaSSparkJob` |
|
|
266
|
+
| `MlExperiment` | `AwsDatabricksMlflow` | `AzureDatabricksMlflow` | `GcpDatabricksMlflow` | — | `CaaSMlflow` |
|
|
267
|
+
| `Datalake` | `AwsS3Datalake` | `AzureDatalake` | `GcpDatalake` | — | `CaaSMinioTenant` |
|
|
247
268
|
|
|
248
269
|
### OpenShift-specific offers
|
|
249
270
|
|
|
@@ -252,26 +273,18 @@ The same blueprint can be deployed on any supported provider. Live system files
|
|
|
252
273
|
| `OpenshiftService` | `NetworkAndCompute.CaaS.OpenshiftService` | Kubernetes Service + Route (standalone) |
|
|
253
274
|
| `OpenshiftPersistentVolume` | `Storage.CaaS.OpenshiftPersistentVolume` | Persistent Volume Claim (standalone) |
|
|
254
275
|
|
|
255
|
-
###
|
|
256
|
-
|
|
257
|
-
| Blueprint component | AWS | Azure | GCP | CaaS |
|
|
258
|
-
|---------------------|-----|-------|-----|------|
|
|
259
|
-
| `FilesAndBlobs` | `AwsS3` | `AzureStorageAccount` · `AzureBlobContainer` · `AzureFileStorage` | `GcpCloudStorage` | — |
|
|
260
|
-
| `RelationalDbms` | — | `AzurePostgreSqlDbms` · `AzureCosmosDbAccount` | `GcpPostgreSqlDbms` | — |
|
|
261
|
-
| `RelationalDatabase` | — | `AzurePostgreSqlDatabase` · `AzureCosmosDbPostgreSqlDatabase` | `GcpPostgreSqlDatabase` | — |
|
|
262
|
-
| `DocumentDbms` | — | `AzureCosmosDbAccount` | `GcpFirestore` | — |
|
|
263
|
-
| `ColumnOrientedDbms` | — | `AzureCosmosDbCassandra` | `GcpBigTable` | — |
|
|
264
|
-
| `Search` | — | — | — | `Elastic` |
|
|
276
|
+
### Aruba-specific offers
|
|
265
277
|
|
|
266
|
-
|
|
278
|
+
These offers have no cross-vendor blueprint equivalent and are used standalone alongside the satisfied components above.
|
|
267
279
|
|
|
268
|
-
|
|
|
269
|
-
|
|
270
|
-
| `
|
|
271
|
-
| `
|
|
272
|
-
| `
|
|
273
|
-
| `
|
|
274
|
-
| `
|
|
280
|
+
| Offer | Type string | Description |
|
|
281
|
+
|-------|-------------|-------------|
|
|
282
|
+
| `ArubaSshKeyPair` | `NetworkAndCompute.IaaS.ArubaSshKeyPair` | SSH key pair registered in the Aruba account |
|
|
283
|
+
| `ArubaElasticIp` | `NetworkAndCompute.IaaS.ArubaElasticIp` | Reserved public IP for Aruba cloud servers |
|
|
284
|
+
| `ArubaVpcPeering` | `NetworkAndCompute.IaaS.ArubaVpcPeering` | VPC-to-VPC peering connection |
|
|
285
|
+
| `ArubaVpnTunnel` | `NetworkAndCompute.IaaS.ArubaVpnTunnel` | Site-to-site VPN tunnel |
|
|
286
|
+
| `ArubaContainerRegistry` | `NetworkAndCompute.PaaS.ArubaContainerRegistry` | Managed container image registry |
|
|
287
|
+
| `ArubaBlockStorage` | `Storage.IaaS.ArubaBlockStorage` | Block storage volume attachable to a cloud server |
|
|
275
288
|
|
|
276
289
|
## Custom Aria Components
|
|
277
290
|
|
|
@@ -486,11 +499,11 @@ src/
|
|
|
486
499
|
security/ # ServiceMesh
|
|
487
500
|
live_system/ # Provider-specific helpers
|
|
488
501
|
component/
|
|
489
|
-
network_and_compute/ # AWS, Azure, GCP, OCI, Hetzner, VMware (IaaS) + OpenShift (CaaS) + AWS/Azure/GCP (PaaS)
|
|
490
|
-
custom_workloads/ # OpenShift (CaaS)
|
|
491
|
-
storage/ # AWS S3, Azure Storage/CosmosDB/PostgreSQL, GCP Storage/Firestore/BigTable, OpenShift PV
|
|
502
|
+
network_and_compute/ # AWS, Azure, GCP, OCI, Hetzner, VMware, Aruba (IaaS) + OpenShift (CaaS) + AWS/Azure/GCP/Aruba (PaaS)
|
|
503
|
+
custom_workloads/ # OpenShift, generic Kubernetes (CaaS)
|
|
504
|
+
storage/ # AWS S3, Azure Storage/CosmosDB/PostgreSQL, GCP Storage/Firestore/BigTable, Aruba MySQL/MsSQL/Object/Block, OpenShift PV
|
|
492
505
|
messaging/ # Azure ServiceBus/EventHub, GCP PubSub, CaaS Kafka
|
|
493
|
-
big_data/ # AWS/Azure/GCP Databricks + Datalake
|
|
506
|
+
big_data/ # AWS/Azure/GCP Databricks + Datalake, Aruba S3 Datalake, CaaS Spark (Operator/Cluster/Job/MLflow)
|
|
494
507
|
api_management/ # AWS CloudFront, Azure API Management, GCP API Gateway, CaaS Ambassador/Traefik
|
|
495
508
|
observability/ # CaaS Prometheus, Jaeger, Elastic
|
|
496
509
|
security/ # CaaS Ocelot
|