PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 6, 20260 citationsOpen Access

The OpsDB Shared Library Suite: The Operational Logic Framework Around the OpsDB

View Full Paper
GHGeoffrey Howland

Key Points

  • To specify the framework and contract specifications of the OpsDB shared library suite.
  • Describes contracts and boundary definitions for libraries in the OpsDB framework.
  • Details policy enforcement mechanisms during actions in the runner population.
  • Categorizes various library types such as API clients, monitoring, and notification libraries.
  • Establishes operational policies that ensure action scope within runner declarations.
  • Specifies multiple libraries that can coexist while exposing the same contract for different implementations.
  • Demonstrates structured policy enforcement at both API write time and world-side action time.

Abstract

The shared library suite is the framework that keeps OpsDB-coordinated runners small and consistent. INFRA-4 introduced the suite as a category and made the case that runners stay small because the libraries do the heavy lifting; this paper specifies what the libraries are, what contracts they expose, what the library/runner boundary looks like, and how the suite enforces policy at world-side action time. The suite is a contract specification, not an implementation; multiple implementations of the same library can coexist (different languages, different transports), but they expose the same contract that runners are written against. The paper specifies the contract for each library category: the OpsDB API client (the mandatory client every runner uses), world-side substrate libraries (Kubernetes operations, cloud operations, host operations, container/registry operations, secret backend access, identity provider operations, monitoring authority operations, authority pointer resolution), coordination and resilience libraries (retry, circuit breaker, hedger, bulkhead, failover routing), observation libraries (logging, metrics, tracing — mandatory and uniform across the runner population), notification libraries (email, chat, page, ticket creation), templating and rendering libraries (deliberately dumb), git and version-control libraries. The structural payoff is two-sided policy enforcement. The API gate (INFRA-5) enforces policy at OpsDB write time. The library suite enforces policy at world-side action time. Runner declarations — `runner_*ₜarget` bridges, `runnercapability` rows, `runnerᵣeportₖey` rows — are the input to both. A runner cannot, through any path, perform an action outside its declared scope: OpsDB writes are caught at the gate, world-side actions are caught at the library. The library suite is the operational realization of "one way to do each thing" applied to runner-world interaction. What this paper does not specify: implementation languages, specific function signatures, deployment topologies for the libraries themselves, or specific runner implementations that consume them.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Geoffrey Howland (2026) studied this question.

synapsesocial.com/papers/69faa1eb04f884e66b532955https://doi.org/10.5281/zenodo.20017988
Ask AI
Helpful
Bookmark
Share
View Full Paper