Skip to main content

这个仓库中的 skills

sancovp/dark-factory-live - 第 2 页

SkillsMP 已收集 sancovp/dark-factory-live 中的 831 个 Skill。打开任一 Skill 可查看来源和详情。

sancovp/dark-factory-live

已展示 40 / 831 个已收集 Skill。

职业分类
软件开发工程师
描述

[0.2.5] content_identifier: A stable unique reference (document_id, correlation token) that identifies this specific d

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.6] document_origin: Metadata identifying the originating system, agent, or process that produced the document_mes

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2] the deep_message subdomain of enterprise integration patterns (45 concepts)

原文语言:无法判定

更新
职业分类
软件开发工程师
描述

[0.3.1] The execution step that removes qualifying messages from the channel: permanent deletion, move to dead_letter_

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.2] A predicate over channel_state_snapshot values that evaluates to true when purge_trigger should fire, such as

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.3] A condition that initiates a channel purge cycle; may be time-based, count-based, or event-based such as thres

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.4] A set of rules defining which messages qualify for purging: age threshold, retry exhaustion, poison detection

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.5] A message that has exceeded its relevance window or idle duration and no longer carries actionable data for do

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.6] A message that has caused repeated processing failures or is structurally unprocessable and blocks channel pro

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3] the deep_message_channel subdomain of enterprise integration patterns (20 concepts)

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.4.1] A message that encodes an invocation of an operation on the receiver, carrying method name and arguments.

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.4.2] A virtual pipeline through which messages travel from sender to receiver; analogous to a typed stream or queue

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.4.3] A channel dedicated to one message type, enforcing contract clarity at the channel level rather than inside th

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.4.4] A discrete packet of information sent over a channel, carrying a payload and metadata for routing and processi

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.4.5] A component that inspects message content or metadata and forwards the message to one or more downstream chann

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.4.6] A message exchange pattern pairing an outgoing request message with a correlated response message returned to

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0] the enterprise integration patterns library — every skill a certified region of the KB; call number = home : facets

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use the enterprise integration patterns neurosymbolic module: RAG library, agent brain, growable KB — proof-checked

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1] the core subdomain of software architecture patterns and styles (13 concepts)

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1.4] A pattern where a facade or aggregation layer combines data from multiple backend services or APIs into a sing

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1.2] A cache shared across multiple nodes or processes in a distributed_system, providing low-latency access to fre

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1.5] A transaction that spans multiple independent services or database_per_service instances, requiring coordinati

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1.3] An architectural style where a minimal core system exposes extension points that allow modules (plugins) to be

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1.6] An architectural pattern that separates the core business logic from external concerns by defining ports (inte

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.1.1] A category of fault_tolerance patterns (including circuit_breaker_pattern, retry_pattern, bulkhead_pattern, an

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2] the deep_event_driven_archite subdomain of software architecture patterns and styles (60 concepts)

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.1] The intermediary component that receives messages from publishers and forwards them to subscribers based on to

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.5] The payload broadcast by a publisher on a topic; in pub/sub it is typically ephemeral and not persisted beyond

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.4] A named channel or subject through which messages are routed from publishers to interested subscribers; the pu

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.6] An immutable append-only sequence of events retained on disk or equivalent durable storage; unlike pubsub_mess

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.2] A monotonically increasing integer position marker assigned to each event within a partition, uniquely identif

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.2.3] A distinct, ordered slice of an event stream, identified by a partition key or index, enabling parallel produc

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3] the deep_microservices_archit subdomain of software architecture patterns and styles (32 concepts)

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.1] database_per_service is a data management pattern in microservices where each service owns and manages its own

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.5] schema_isolation means each service's database exposes only the data and operations relevant to its bounded co

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.3] instance_isolation means each service runs its own database server process or cluster, with separate credentia

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.6] data_duplication is the consequence of database_per_service where the same logical entity may be materialized

原文语言:英语

更新
职业分类
软件开发工程师
描述

[0.3.2] eventual_consistency_model is the consistency guarantee that results from database_per_service: writes are imm

原文语言:英语

更新
已展示 40 / 831 个已收集 Skill。