RURAL / DATABASEPROTOTYPE IN QUALIFICATION

More dimensions.
One foundation.

Documents tell you what something is. Relationships tell you where it belongs. Time, branches and context tell the rest of the story.

See what exists today
01 / DOCUMENTS & MODELS

The shape of
everyday work.

Projects, people, products, events. Model real things as documents, with optional schemas and familiar create, read, update and delete operations.

  • Nested records and explicit identity
  • Optional, versioned schema boundaries
  • Atomic changes with a clear transaction boundary
Documents & CRUD
DOCUMENT / ILLUSTRATIVE MODELJSON
{
  "id": "project:observatory",
  "name": "Observatory",
  "kind": "product",
  "state": "exploring",
  "context": {
    "workspace": "main",
    "repository": "observatory"
  }
}
02 / QUERIES & GRAPHS

The connection
is part of the data.

Relationships deserve more than a field nobody can explain. Connect records with meaning, properties and a source you can trace.

  • Explicit relationship types and properties
  • Bounded traversal and query plans
  • Authorization across edges and endpoints
Queries & graphs
A CONNECTED MODEL / CONCEPT
REPOSITORYobservatory
produced
DEPLOYMENTrelease-42
observed alongside
BUSINESS EVENTfirst purchase
Correlation is recorded. Causation is not assumed.
03 / SNAPSHOTS & BRANCHES

A stable past.
An open future.

Read from a committed snapshot. Begin a branch from an existing state. Bring changes back through an explicit merge with visible conflicts.

  • Immutable roots and structural sharing
  • Recursive branch lineage
  • Current permissions across historical views
Snapshots & branches
Connected branches growing from a shared data foundation
A SHARED ROOT DOESN’T REQUIRE A SHARED FUTURE.
04 / ANALYTICS & WAREHOUSE

From what happened
to what it means.

Bring product activity and business events into the same context as the work that produced them. Keep raw events, imported reports and derived metrics distinct.

  • Event time and ingestion time remain separate
  • Explicit correction and deduplication rules
  • Coverage and freshness accompany results
Analytics & warehouse
THE EVIDENCE CHAINCONCEPT
01
Observe

Raw event · imported report · business record

02
Define

Metric · unit · time window · correction rules

03
Understand

Computed result · source coverage · freshness

05 / ORACLE & MCP

Give intelligence
a sense of place.

A compact interface for discovering context, preparing bounded queries and expanding evidence. Natural-language translation lives outside the database.

  • Progressive, authorized discovery
  • Aggregation close to the data
  • Budgeted answers with inspectable evidence
Oracle & MCP
A SMALL INTERFACE. A LARGER PICTURE.
DISCOVER

Find the relevant, authorized context.

QUERY

Compute a bounded answer.

EVIDENCE

Expand the facts behind it.

CHANGES

Return to what matters next.

Tool contracts are design proposals; see the current docs.
CONNECTED RECORDS / INTERACTIVE MODEL

Follow a record through its relationships.

Choose a step to see how document identity, a typed edge and branch context combine into one inspectable view.

ILLUSTRATIVE DATA

Atlas is a document with its own stable identity. Relationship details appear as the model expands.

  1. Select the Atlas project document.
  2. Follow its typed produced and observed relationships to the deployment and event.
  3. Read the graph in a named branch view or retained snapshot; permissions still come from the current authority.
CONNECTED DOESN’T MEAN UNBOUNDED.

Clear boundaries.
Stronger foundations.

Capabilities matter. So do the rules around them.

01 / AUTHORITY

The source stays the source.

Repository observations don’t become permission grants. Imported reports don’t become verified business truth.

Trust boundaries
02 / RESOURCES

Every request has a limit.

Bytes, work, memory and output belong in the contract. A useful answer should not require unbounded execution.

Protocol boundaries
03 / PORTABILITY

Your data needs an exit.

Recovery, export and verification are part of a database’s responsibility, with explicit delivery gates.

Backup & portability
DATABASE DEVELOPMENT / RURAL

Start with the
current foundation.

Explore the design.
Check the implementation status.

Read project status

Find your way.