mirror of https://github.com/mingrammer/diagrams
parent
ecb3a9888d
commit
b22262c118
@ -0,0 +1,31 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Analytics(_IBM):
|
||||
_type = "analytics"
|
||||
_icon_dir = "resources/ibm/analytics"
|
||||
|
||||
|
||||
class Analytics(_Analytics):
|
||||
_icon = "analytics.png"
|
||||
|
||||
|
||||
class DataIntegration(_Analytics):
|
||||
_icon = "data-integration.png"
|
||||
|
||||
|
||||
class DataRepositories(_Analytics):
|
||||
_icon = "data-repositories.png"
|
||||
|
||||
|
||||
class DeviceAnalytics(_Analytics):
|
||||
_icon = "device-analytics.png"
|
||||
|
||||
|
||||
class StreamingComputing(_Analytics):
|
||||
_icon = "streaming-computing.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,87 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Applications(_IBM):
|
||||
_type = "applications"
|
||||
_icon_dir = "resources/ibm/applications"
|
||||
|
||||
|
||||
class ActionableInsight(_Applications):
|
||||
_icon = "actionable-insight.png"
|
||||
|
||||
|
||||
class Annotate(_Applications):
|
||||
_icon = "annotate.png"
|
||||
|
||||
|
||||
class ApiDeveloperPortal(_Applications):
|
||||
_icon = "api-developer-portal.png"
|
||||
|
||||
|
||||
class ApiPolyglotRuntimes(_Applications):
|
||||
_icon = "api-polyglot-runtimes.png"
|
||||
|
||||
|
||||
class AppServer(_Applications):
|
||||
_icon = "app-server.png"
|
||||
|
||||
|
||||
class ApplicationLogic(_Applications):
|
||||
_icon = "application-logic.png"
|
||||
|
||||
|
||||
class EnterpriseApplications(_Applications):
|
||||
_icon = "enterprise-applications.png"
|
||||
|
||||
|
||||
class Index(_Applications):
|
||||
_icon = "index.png"
|
||||
|
||||
|
||||
class IotApplication(_Applications):
|
||||
_icon = "iot-application.png"
|
||||
|
||||
|
||||
class Microservice(_Applications):
|
||||
_icon = "microservice.png"
|
||||
|
||||
|
||||
class MobileApp(_Applications):
|
||||
_icon = "mobile-app.png"
|
||||
|
||||
|
||||
class Ontology(_Applications):
|
||||
_icon = "ontology.png"
|
||||
|
||||
|
||||
class OpenSourceTools(_Applications):
|
||||
_icon = "open-source-tools.png"
|
||||
|
||||
|
||||
class RuntimeServices(_Applications):
|
||||
_icon = "runtime-services.png"
|
||||
|
||||
|
||||
class SaasApplications(_Applications):
|
||||
_icon = "saas-applications.png"
|
||||
|
||||
|
||||
class ServiceBroker(_Applications):
|
||||
_icon = "service-broker.png"
|
||||
|
||||
|
||||
class SpeechToText(_Applications):
|
||||
_icon = "speech-to-text.png"
|
||||
|
||||
|
||||
class VisualRecognition(_Applications):
|
||||
_icon = "visual-recognition.png"
|
||||
|
||||
|
||||
class Visualization(_Applications):
|
||||
_icon = "visualization.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,91 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Blockchain(_IBM):
|
||||
_type = "blockchain"
|
||||
_icon_dir = "resources/ibm/blockchain"
|
||||
|
||||
|
||||
class BlockchainDeveloper(_Blockchain):
|
||||
_icon = "blockchain-developer.png"
|
||||
|
||||
|
||||
class Blockchain(_Blockchain):
|
||||
_icon = "blockchain.png"
|
||||
|
||||
|
||||
class CertificateAuthority(_Blockchain):
|
||||
_icon = "certificate-authority.png"
|
||||
|
||||
|
||||
class ClientApplication(_Blockchain):
|
||||
_icon = "client-application.png"
|
||||
|
||||
|
||||
class Communication(_Blockchain):
|
||||
_icon = "communication.png"
|
||||
|
||||
|
||||
class Consensus(_Blockchain):
|
||||
_icon = "consensus.png"
|
||||
|
||||
|
||||
class EventListener(_Blockchain):
|
||||
_icon = "event-listener.png"
|
||||
|
||||
|
||||
class Event(_Blockchain):
|
||||
_icon = "event.png"
|
||||
|
||||
|
||||
class ExistingEnterpriseSystems(_Blockchain):
|
||||
_icon = "existing-enterprise-systems.png"
|
||||
|
||||
|
||||
class HyperledgerFabric(_Blockchain):
|
||||
_icon = "hyperledger-fabric.png"
|
||||
|
||||
|
||||
class KeyManagement(_Blockchain):
|
||||
_icon = "key-management.png"
|
||||
|
||||
|
||||
class Ledger(_Blockchain):
|
||||
_icon = "ledger.png"
|
||||
|
||||
|
||||
class MembershipServicesProviderApi(_Blockchain):
|
||||
_icon = "membership-services-provider-api.png"
|
||||
|
||||
|
||||
class Membership(_Blockchain):
|
||||
_icon = "membership.png"
|
||||
|
||||
|
||||
class MessageBus(_Blockchain):
|
||||
_icon = "message-bus.png"
|
||||
|
||||
|
||||
class Node(_Blockchain):
|
||||
_icon = "node.png"
|
||||
|
||||
|
||||
class Services(_Blockchain):
|
||||
_icon = "services.png"
|
||||
|
||||
|
||||
class SmartContract(_Blockchain):
|
||||
_icon = "smart-contract.png"
|
||||
|
||||
|
||||
class TransactionManager(_Blockchain):
|
||||
_icon = "transaction-manager.png"
|
||||
|
||||
|
||||
class Wallet(_Blockchain):
|
||||
_icon = "wallet.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,63 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Data(_IBM):
|
||||
_type = "data"
|
||||
_icon_dir = "resources/ibm/data"
|
||||
|
||||
|
||||
class Caches(_Data):
|
||||
_icon = "caches.png"
|
||||
|
||||
|
||||
class Cloud(_Data):
|
||||
_icon = "cloud.png"
|
||||
|
||||
|
||||
class ConversationTrainedDeployed(_Data):
|
||||
_icon = "conversation-trained-deployed.png"
|
||||
|
||||
|
||||
class DataServices(_Data):
|
||||
_icon = "data-services.png"
|
||||
|
||||
|
||||
class DataSources(_Data):
|
||||
_icon = "data-sources.png"
|
||||
|
||||
|
||||
class DeviceIdentityService(_Data):
|
||||
_icon = "device-identity-service.png"
|
||||
|
||||
|
||||
class DeviceRegistry(_Data):
|
||||
_icon = "device-registry.png"
|
||||
|
||||
|
||||
class EnterpriseData(_Data):
|
||||
_icon = "enterprise-data.png"
|
||||
|
||||
|
||||
class EnterpriseUserDirectory(_Data):
|
||||
_icon = "enterprise-user-directory.png"
|
||||
|
||||
|
||||
class FileRepository(_Data):
|
||||
_icon = "file-repository.png"
|
||||
|
||||
|
||||
class GroundTruth(_Data):
|
||||
_icon = "ground-truth.png"
|
||||
|
||||
|
||||
class Model(_Data):
|
||||
_icon = "model.png"
|
||||
|
||||
|
||||
class TmsDataInterface(_Data):
|
||||
_icon = "tms-data-interface.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,51 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Devops(_IBM):
|
||||
_type = "devops"
|
||||
_icon_dir = "resources/ibm/devops"
|
||||
|
||||
|
||||
class ArtifactManagement(_Devops):
|
||||
_icon = "artifact-management.png"
|
||||
|
||||
|
||||
class BuildTest(_Devops):
|
||||
_icon = "build-test.png"
|
||||
|
||||
|
||||
class CodeEditor(_Devops):
|
||||
_icon = "code-editor.png"
|
||||
|
||||
|
||||
class CollaborativeDevelopment(_Devops):
|
||||
_icon = "collaborative-development.png"
|
||||
|
||||
|
||||
class ConfigurationManagement(_Devops):
|
||||
_icon = "configuration-management.png"
|
||||
|
||||
|
||||
class ContinuousDeploy(_Devops):
|
||||
_icon = "continuous-deploy.png"
|
||||
|
||||
|
||||
class ContinuousTesting(_Devops):
|
||||
_icon = "continuous-testing.png"
|
||||
|
||||
|
||||
class Devops(_Devops):
|
||||
_icon = "devops.png"
|
||||
|
||||
|
||||
class Provision(_Devops):
|
||||
_icon = "provision.png"
|
||||
|
||||
|
||||
class ReleaseManagement(_Devops):
|
||||
_icon = "release-management.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,83 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Infrastructure(_IBM):
|
||||
_type = "infrastructure"
|
||||
_icon_dir = "resources/ibm/infrastructure"
|
||||
|
||||
|
||||
class Channels(_Infrastructure):
|
||||
_icon = "channels.png"
|
||||
|
||||
|
||||
class CloudMessaging(_Infrastructure):
|
||||
_icon = "cloud-messaging.png"
|
||||
|
||||
|
||||
class Dashboard(_Infrastructure):
|
||||
_icon = "dashboard.png"
|
||||
|
||||
|
||||
class Diagnostics(_Infrastructure):
|
||||
_icon = "diagnostics.png"
|
||||
|
||||
|
||||
class EdgeServices(_Infrastructure):
|
||||
_icon = "edge-services.png"
|
||||
|
||||
|
||||
class EnterpriseMessaging(_Infrastructure):
|
||||
_icon = "enterprise-messaging.png"
|
||||
|
||||
|
||||
class EventFeed(_Infrastructure):
|
||||
_icon = "event-feed.png"
|
||||
|
||||
|
||||
class InfrastructureServices(_Infrastructure):
|
||||
_icon = "infrastructure-services.png"
|
||||
|
||||
|
||||
class InterserviceCommunication(_Infrastructure):
|
||||
_icon = "interservice-communication.png"
|
||||
|
||||
|
||||
class LoadBalancingRouting(_Infrastructure):
|
||||
_icon = "load-balancing-routing.png"
|
||||
|
||||
|
||||
class MicroservicesMesh(_Infrastructure):
|
||||
_icon = "microservices-mesh.png"
|
||||
|
||||
|
||||
class MobileBackend(_Infrastructure):
|
||||
_icon = "mobile-backend.png"
|
||||
|
||||
|
||||
class MobileProviderNetwork(_Infrastructure):
|
||||
_icon = "mobile-provider-network.png"
|
||||
|
||||
|
||||
class MonitoringLogging(_Infrastructure):
|
||||
_icon = "monitoring-logging.png"
|
||||
|
||||
|
||||
class Monitoring(_Infrastructure):
|
||||
_icon = "monitoring.png"
|
||||
|
||||
|
||||
class PeerServices(_Infrastructure):
|
||||
_icon = "peer-services.png"
|
||||
|
||||
|
||||
class ServiceDiscoveryConfiguration(_Infrastructure):
|
||||
_icon = "service-discovery-configuration.png"
|
||||
|
||||
|
||||
class TransformationConnectivity(_Infrastructure):
|
||||
_icon = "transformation-connectivity.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,71 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Management(_IBM):
|
||||
_type = "management"
|
||||
_icon_dir = "resources/ibm/management"
|
||||
|
||||
|
||||
class AlertNotification(_Management):
|
||||
_icon = "alert-notification.png"
|
||||
|
||||
|
||||
class ApiManagement(_Management):
|
||||
_icon = "api-management.png"
|
||||
|
||||
|
||||
class CloudManagement(_Management):
|
||||
_icon = "cloud-management.png"
|
||||
|
||||
|
||||
class ClusterManagement(_Management):
|
||||
_icon = "cluster-management.png"
|
||||
|
||||
|
||||
class ContentManagement(_Management):
|
||||
_icon = "content-management.png"
|
||||
|
||||
|
||||
class DataServices(_Management):
|
||||
_icon = "data-services.png"
|
||||
|
||||
|
||||
class DeviceManagement(_Management):
|
||||
_icon = "device-management.png"
|
||||
|
||||
|
||||
class InformationGovernance(_Management):
|
||||
_icon = "information-governance.png"
|
||||
|
||||
|
||||
class ItServiceManagement(_Management):
|
||||
_icon = "it-service-management.png"
|
||||
|
||||
|
||||
class Management(_Management):
|
||||
_icon = "management.png"
|
||||
|
||||
|
||||
class MonitoringMetrics(_Management):
|
||||
_icon = "monitoring-metrics.png"
|
||||
|
||||
|
||||
class ProcessManagement(_Management):
|
||||
_icon = "process-management.png"
|
||||
|
||||
|
||||
class ProviderCloudPortalService(_Management):
|
||||
_icon = "provider-cloud-portal-service.png"
|
||||
|
||||
|
||||
class PushNotifications(_Management):
|
||||
_icon = "push-notifications.png"
|
||||
|
||||
|
||||
class ServiceManagementTools(_Management):
|
||||
_icon = "service-management-tools.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,31 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _IBM
|
||||
|
||||
|
||||
class _Social(_IBM):
|
||||
_type = "social"
|
||||
_icon_dir = "resources/ibm/social"
|
||||
|
||||
|
||||
class Communities(_Social):
|
||||
_icon = "communities.png"
|
||||
|
||||
|
||||
class FileSync(_Social):
|
||||
_icon = "file-sync.png"
|
||||
|
||||
|
||||
class LiveCollaboration(_Social):
|
||||
_icon = "live-collaboration.png"
|
||||
|
||||
|
||||
class Messaging(_Social):
|
||||
_icon = "messaging.png"
|
||||
|
||||
|
||||
class Networking(_Social):
|
||||
_icon = "networking.png"
|
||||
|
||||
|
||||
# Aliases
|
Loading…
Reference in new issue