generated from coulomb/repo-seed
Register Fabric registry service
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
apiVersion: railiance.fabric/v1alpha1
|
||||
kind: InterfaceDeclaration
|
||||
metadata:
|
||||
id: railiance-fabric.registry.graph-explorer-ui
|
||||
name: Railiance Fabric Graph Explorer UI
|
||||
owner: railiance-fabric
|
||||
repo: railiance-fabric
|
||||
domain: railiance
|
||||
source_links:
|
||||
- label: UI shell
|
||||
path: railiance_fabric/graph_explorer_ui.py
|
||||
- label: Graph explorer operations
|
||||
path: docs/graph-explorer-operations.md
|
||||
spec:
|
||||
lifecycle: active
|
||||
environments: [dev]
|
||||
description: Browser UI for exploring the local Fabric registry graph, onboarding gaps, dependencies, interfaces, saved local views, and shareable graph state.
|
||||
interface_type: web-ui
|
||||
version: v1alpha1
|
||||
service_id: railiance-fabric.registry
|
||||
capability_ids:
|
||||
- railiance-fabric.registry.ecosystem-registry
|
||||
endpoint:
|
||||
url: http://127.0.0.1:8765/ui/graph-explorer
|
||||
notes: Local workstation UI when the registry service is running.
|
||||
auth:
|
||||
method: none
|
||||
data_classification: internal
|
||||
28
fabric/interfaces/railiance-fabric-registry-http-api.yaml
Normal file
28
fabric/interfaces/railiance-fabric-registry-http-api.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
apiVersion: railiance.fabric/v1alpha1
|
||||
kind: InterfaceDeclaration
|
||||
metadata:
|
||||
id: railiance-fabric.registry.http-api
|
||||
name: Railiance Fabric Registry HTTP API
|
||||
owner: railiance-fabric
|
||||
repo: railiance-fabric
|
||||
domain: railiance
|
||||
source_links:
|
||||
- label: HTTP routes
|
||||
path: railiance_fabric/server.py
|
||||
- label: API docs
|
||||
path: docs/registry-api.md
|
||||
spec:
|
||||
lifecycle: active
|
||||
environments: [dev]
|
||||
description: Local HTTP API for repository registration, graph snapshot ingestion, graph queries, inventory views, State Hub export, Backstage projection, xRegistry projection, and graph explorer payloads.
|
||||
interface_type: http-api
|
||||
version: v1alpha1
|
||||
service_id: railiance-fabric.registry
|
||||
capability_ids:
|
||||
- railiance-fabric.registry.ecosystem-registry
|
||||
endpoint:
|
||||
url: http://127.0.0.1:8765
|
||||
notes: Local workstation endpoint when the registry service is running.
|
||||
auth:
|
||||
method: none
|
||||
data_classification: internal
|
||||
Reference in New Issue
Block a user