initial version
This commit is contained in:
206
config/service-categories.yaml
Normal file
206
config/service-categories.yaml
Normal file
@@ -0,0 +1,206 @@
|
||||
# Service → Category/Color Mapping
|
||||
# Used by diagram generator and for consistent grouping across outputs
|
||||
# last_verified: 2025-09-11
|
||||
|
||||
categories:
|
||||
compute:
|
||||
color: "#2D5967"
|
||||
label: "Compute"
|
||||
services:
|
||||
- compute
|
||||
- vm
|
||||
- bare_metal
|
||||
- gpu
|
||||
- secure_desktops
|
||||
- batch
|
||||
|
||||
containers:
|
||||
color: "#2D5967"
|
||||
label: "Containers & Serverless"
|
||||
services:
|
||||
- oke
|
||||
- container_instances
|
||||
- functions
|
||||
|
||||
networking:
|
||||
color: "#2D5967"
|
||||
label: "Networking"
|
||||
services:
|
||||
# Load Balancing
|
||||
- load_balancer
|
||||
- flexible_lb
|
||||
- network_lb
|
||||
# Gateways
|
||||
- igw
|
||||
- internet_gateway
|
||||
- nat_gateway
|
||||
- natgw
|
||||
- service_gateway
|
||||
- sgw
|
||||
- drg
|
||||
- dynamic_routing_gateway
|
||||
# Connectivity
|
||||
- fastconnect
|
||||
- vpn
|
||||
# DNS
|
||||
- dns
|
||||
- traffic_management
|
||||
|
||||
security:
|
||||
color: "#2D5967"
|
||||
label: "Security"
|
||||
services:
|
||||
- waf
|
||||
- bastion
|
||||
- network_firewall
|
||||
- cloud_guard
|
||||
- data_safe
|
||||
- vault
|
||||
- security_zone
|
||||
- vulnerability_scanning
|
||||
- certificates
|
||||
- access_governance
|
||||
|
||||
storage:
|
||||
color: "#2D5967"
|
||||
label: "Storage"
|
||||
services:
|
||||
- object_storage
|
||||
- block_storage
|
||||
- file_storage
|
||||
|
||||
database:
|
||||
color: "#AA643B"
|
||||
label: "Database"
|
||||
services:
|
||||
# Oracle
|
||||
- adb
|
||||
- adb_s
|
||||
- adb_d
|
||||
- autonomous_db
|
||||
- autonomous_json
|
||||
- atp
|
||||
- adw
|
||||
- dbcs
|
||||
- db_system
|
||||
- exadata
|
||||
- exacs
|
||||
- exadata_exascale
|
||||
- exadata_c_at_c
|
||||
- timesten
|
||||
# Open Source
|
||||
- mysql
|
||||
- mysql_heatwave
|
||||
- postgresql
|
||||
- opensearch
|
||||
- nosql
|
||||
- cache
|
||||
- redis
|
||||
# Replication & Management
|
||||
- goldengate
|
||||
- data_catalog
|
||||
- database_migration
|
||||
- database_autonomous_recovery
|
||||
|
||||
integration:
|
||||
color: "#804998"
|
||||
label: "Integration"
|
||||
services:
|
||||
- streaming
|
||||
- kafka
|
||||
- queue
|
||||
- oci_queue
|
||||
- oic
|
||||
- integration_cloud
|
||||
- api_gateway
|
||||
- apigw
|
||||
- api_management
|
||||
- data_integration
|
||||
- data_integrator
|
||||
- service_connector_hub
|
||||
- soa_suite
|
||||
|
||||
ai_ml:
|
||||
color: "#1A8A72"
|
||||
label: "AI & Machine Learning"
|
||||
services:
|
||||
- generative_ai
|
||||
- generative_ai_agents
|
||||
- data_science
|
||||
- anomaly_detection
|
||||
- document_understanding
|
||||
- language
|
||||
- vision
|
||||
- speech
|
||||
- digital_assistant
|
||||
|
||||
analytics:
|
||||
color: "#1A8A72"
|
||||
label: "Analytics & Data"
|
||||
services:
|
||||
- oracle_analytics_cloud
|
||||
- essbase
|
||||
- big_data_service
|
||||
- data_flow
|
||||
- ai_data_platform
|
||||
|
||||
observability:
|
||||
color: "#2D5967"
|
||||
label: "Observability"
|
||||
services:
|
||||
- monitoring
|
||||
- logging
|
||||
- logging_analytics
|
||||
- apm
|
||||
- db_management
|
||||
- ops_insights
|
||||
- notifications
|
||||
- events
|
||||
- email_delivery
|
||||
- full_stack_dr
|
||||
- fleet_app_management
|
||||
- os_management
|
||||
- os_management_hub
|
||||
- java_management
|
||||
- resource_analytics
|
||||
- resource_manager
|
||||
|
||||
developer:
|
||||
color: "#2D5967"
|
||||
label: "Developer Services"
|
||||
services:
|
||||
- apex
|
||||
- visual_builder
|
||||
- devops
|
||||
- blockchain
|
||||
- iot
|
||||
- media_flow
|
||||
- media_streams
|
||||
- tuxedo
|
||||
- webcenter
|
||||
|
||||
hybrid:
|
||||
color: "#2D5967"
|
||||
label: "Hybrid Cloud"
|
||||
services:
|
||||
- vmware_solution
|
||||
- compute_cloud_at_customer
|
||||
- managed_mac
|
||||
- roving_edge
|
||||
|
||||
dormant:
|
||||
color: "#DFDCD8"
|
||||
label: "Dormant/Standby"
|
||||
border_color: "#9E9892"
|
||||
text_color: "#70665E"
|
||||
font_style: "italic"
|
||||
services:
|
||||
- dormant
|
||||
- standby
|
||||
|
||||
legacy:
|
||||
color: "#70665E"
|
||||
label: "Legacy/External"
|
||||
services:
|
||||
- legacy
|
||||
- external
|
||||
Reference in New Issue
Block a user