{{ note.path }}
+ @if (note.updated_at) { + + } +Select a note from the sidebar or create a new one
+Policy management for authorization
+| Name | Resource | Actions | Effect | Priority | Created | Actions |
|---|---|---|---|---|---|---|
| {{ p.name }} | +{{ p.resource }} | +
+
+ @for (a of p.actions; track a) {
+ {{ a }}
+ }
+
+ |
+ + @if (p.effect === 'allow') { + Allow + } @else { + Deny + } + | +{{ p.priority }} | +{{ nsToDate(p.created_at) | date:'dd/MM/yy HH:mm' }} | ++ + | +
Backpressure and retry configuration
+Backup management - create, restore, and delete backups
+| Name | Size | Created | Status | Actions |
|---|---|---|---|---|
| {{ b.name }} | +{{ formatSize(b.size_kb) }} | +{{ nsToDate(b.created_at) | date:'dd/MM/yy HH:mm' }} | ++ @if (b.status === 'completed') { + Completed + } @else if (b.status === 'running') { + Running + } @else { + Failed + } + | +
+
+
+
+
+ |
+
Import and export data in bulk
+Download all data as a JSON export file.
+ +| Filename | Format | Status | Progress | Errors | Created | Actions |
|---|---|---|---|---|---|---|
| {{ j.filename }} | +{{ j.format }} | +{{ j.status }} | +{{ j.records_imported }}/{{ j.records_total }} | ++ @if (j.errors > 0) { + {{ j.errors }} + } @else { + 0 + } + | +{{ nsToDate(j.created_at) | date:'dd/MM HH:mm' }} | ++ + | +
Change Data Capture configuration
+| Table | Events | Status | Since LSN | Last Event | Actions |
|---|---|---|---|---|---|
| {{ t.table }} | +
+
+ @for (evt of t.events; track evt) {
+ {{ evt }}
+ }
+
+ |
+ + @if (t.status === 'active') { + Active + } @else { + Paused + } + | +{{ t.since_lsn }} | ++ @if (t.last_event_at) { + {{ nsToDate(t.last_event_at) | date:'dd/MM HH:mm' }} + } @else { + — + } + | ++ + | +
Fault injection and resilience testing
+| Name | Type | Target | Status | Created | Actions |
|---|---|---|---|---|---|
| {{ e.name }} | +{{ e.type }} | +{{ e.target }} | +{{ e.status }} | +{{ nsToDate(e.created_at) | date:'dd/MM HH:mm' }} | +
+
+
+
+
+ |
+
CI/CD fixtures and test data management
+| Name | Description | Type | Size | Created | Actions |
|---|---|---|---|---|---|
| {{ f.name }} | + +{{ f.type }} | +{{ f.size }} | +{{ nsToDate(f.created_at) | date:'dd/MM HH:mm' }} | ++ + | +
LSM-Tree level compaction and memtable flush management
++ Force a flush of the current memtable to an SSTable on disk. +
+ ++ Trigger a full compaction cycle across all levels to merge and rewrite SSTables. +
+ +| Level | SSTables | Size | Status |
|---|---|---|---|
| L{{ level.level }} | +{{ level.sst_count }} | +{{ formatSize(level.size_kb) }} | ++ @if (level.running) { + Running + } @else if (level.pending) { + Pending + } @else { + Idle + } + | +
Data scrubbing and idempotency key management
+| Pattern | Retention | Status | Scrubbed | Started | Actions |
|---|---|---|---|---|---|
| {{ j.pattern }} | +{{ j.retention_days }} days | +{{ j.status }} | +{{ j.records_scrubbed }} | +{{ nsToDate(j.started_at) | date:'dd/MM HH:mm' }} | ++ + | +
| Key | Created | Expires | TTL | Used | Actions |
|---|---|---|---|---|---|
| {{ k.key }} | +{{ nsToDate(k.created_at) | date:'dd/MM HH:mm' }} | +{{ nsToDate(k.expires_at) | date:'dd/MM HH:mm' }} | +{{ k.ttl_sec }}s | ++ @if (k.used) { + Yes + } @else { + No + } + | ++ + | +
Multi-model data synchronization management
+| Name | Source | Target | Mode | Status | Records | Started | Actions |
|---|---|---|---|---|---|---|---|
| {{ j.name }} | + + +{{ j.mode }} | +{{ j.status }} | +{{ j.records_synced }} | +{{ nsToDate(j.started_at) | date:'dd/MM HH:mm' }} | +
+
+
+
+
+ |
+
Visualize note connections and relationships
+Loading graph data...
+| ID | +Label | +Type | +
|---|---|---|
| {{ node.id }} | +{{ node.label }} | ++ @if (node.type) { + {{ node.type }} + } @else { + — + } + | +
| Source | +Target | +Label | +
|---|---|---|
| {{ edge.source }} | +{{ edge.target }} | +{{ edge.label ?? '—' }} | +
Execute GraphQL queries against the ApexStore API
+{{ result() }}
+ } @else {
+ Health probe status for the ApexStore backend
+Select a note from the sidebar or create a new one
+Topic inspector and message publisher
+| ID | Endpoint | Status |
|---|---|---|
| {{ sub.id.substring(0, 12) }}... | +{{ sub.endpoint }} | ++ @if (sub.active) { + Active + } @else { + Inactive + } + | +
Tenant quotas and query budget management
+| Tenant | Requests/s | Reads/s | Writes/s | Storage | Budget | Used | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ q.tenant }} | +{{ q.max_requests_per_sec }} | +{{ q.max_reads_per_sec }} | +{{ q.max_writes_per_sec }} | +{{ q.max_storage_mb }} MB | +{{ q.max_budget_per_day }} | +{{ q.current_budget_used }} | ++ @if (q.active) { + Active + } @else { + Inactive + } + | +
+
+
+
+
+ |
+
Current rate limit state for API endpoints
+Replication topology and status monitoring
+| Name | Role | Status | Lag | Address | Last Heartbeat | Actions |
|---|---|---|---|---|---|---|
| {{ n.name }} | ++ + {{ n.role }} + + | ++ {{ n.status }} + | +{{ n.lag_ms }}ms | +{{ n.address }} | +{{ nsToDate(n.last_heartbeat) | date:'HH:mm:ss' }} | +
+
+ @if (n.role !== 'primary') {
+
+ }
+
+
+ |
+
Circuit breaker and system health dashboard
+View and manage server configuration parameters
+| Key | Value | Type | Description | Mutable |
|---|---|---|---|---|
| {{ entry.key }} | +
+ @if (entry.mutable) {
+
+
+
+
+ } @else {
+ {{ entry.value }}
+ }
+ |
+ {{ entry.type }} | +{{ entry.description }} | ++ @if (entry.mutable) { + Yes + } @else { + No + } + | +
Execute SQL queries against the ApexStore backend
+{{ err }}
+| {{ col }} | + } +
|---|
| {{ row[col] ?? '—' }} | + } +
Connected devices will receive real-time changes pushed from the server or other clients.
+Browse notes by tag
+Log levels and telemetry configuration
+| Module | Level | Actions |
|---|---|---|
| {{ l.module }} | ++ + {{ l.level }} + + | +
+
+ @for (opt of levelOptions; track opt) {
+
+ }
+
+ |
+
Snapshot browser - create and restore point-in-time snapshots
+| Name | Notes | Created | Actions |
|---|---|---|---|
| {{ s.name }} | +{{ s.note_count }} | +{{ nsToDate(s.created_at) | date:'dd/MM/yy HH:mm' }} | +
+
+
+
+
+
+ |
+
{{ note.content?.substring(0, 200) }}{{ note.content?.length > 200 ? '...' : '' }}
+Vector index management and semantic search
+| Name | Dimensions | Metric | Size | Status | Created | Actions |
|---|---|---|---|---|---|---|
| {{ idx.name }} | +{{ idx.dimension }} | +{{ idx.metric }} | +{{ idx.size }} vectors | +{{ idx.status }} | +{{ nsToDate(idx.created_at) | date:'dd/MM/yy HH:mm' }} | ++ + | +
| # | Key | Score |
|---|---|---|
| {{ $index + 1 }} | +{{ r.key }} | +{{ r.score | number:'1.4f' }} | +
WebAssembly plugin manager
+{{ p.description }}
+ +Manage webhook endpoints for event notifications
+| URL | Events | Status | Last Trigger | Actions |
|---|---|---|---|---|
| {{ w.url }} | +
+
+ @for (evt of w.events; track evt) {
+ {{ evt }}
+ }
+
+ |
+ + @if (w.active) { + Active + } @else { + Inactive + } + | +
+ @if (w.last_triggered_at) {
+ {{ nsToDate(w.last_triggered_at) | date:'dd/MM HH:mm' }}
+ @if (w.last_status) {
+ {{ w.last_status }} + } + } @else { + Never + } + |
+
+
+
+
+
+ |
+