Skip to content

Commit

Permalink
Create features.yaml for compute/batchproc
Browse files Browse the repository at this point in the history
  • Loading branch information
kazmik23 authored and smendis-scottlogic committed Dec 17, 2024
1 parent 074d104 commit 047323a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions services/compute/batchproc/features.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
common_features:
- CCC.F01 # Encryption in Transit Enabled by Default
- CCC.F02 # Encryption at Rest Enabled by Default
- CCC.F03 # Access/Activity Logs
- CCC.F04 # Transaction Rate Limits
- CCC.F06 # Identity-Based Access Control
- CCC.F07 # Event Notifications
- CCC.F09 # Monitoring
- CCC.F14 # API Access
- CCC.F19 # On-Demand Scaling

features:
- id: CCC.BatchProc.F01 # Batch Processing Workloads
title: Batch Processing Workloads
description: |
Supports the execution of large-scale batch processing workloads for data processing, transformation, and analysis.

Check failure on line 16 in services/compute/batchproc/features.yaml

View workflow job for this annotation

GitHub Actions / run-linting-check / yaml-lint

16:121 [line-length] line too long (121 > 120 characters)
- id: CCC.BatchProc.F02 # Integration with Data Sources and Sinks
title: Integration with Data Sources and Sinks
description: |
Integrates with various data sources and storage services to read input data and write output results.
- id: CCC.BatchProc.F03 # Custom Job Definitions
title: Custom Job Definitions
description: |
Allows users to define custom job configurations, including compute resources, environment settings, and execution parameters.

Check failure on line 26 in services/compute/batchproc/features.yaml

View workflow job for this annotation

GitHub Actions / run-linting-check / yaml-lint

26:121 [line-length] line too long (132 > 120 characters)
- id: CCC.BatchProc.F04 # Autoscaling Compute Resources
title: Autoscaling Compute Resources
description: |
Automatically scales compute resources based on job requirements to optimize performance and cost.
- id: CCC.BatchProc.F05 # Job Scheduling and Queuing
title: Job Scheduling and Queuing
description: |
Provides job scheduling and queuing capabilities to manage the execution order and resource allocation of batch jobs.

Check failure on line 36 in services/compute/batchproc/features.yaml

View workflow job for this annotation

GitHub Actions / run-linting-check / yaml-lint

36:121 [line-length] line too long (123 > 120 characters)

0 comments on commit 047323a

Please sign in to comment.