WEBSITE ALPHA · AI-assisted, source-reviewed documentation · Full-stack docs reconciled 2026-08-26
64x64base

Database Evolution Path

A Laboratory Campus learning path from punch cards and COBOL to cloud computing, AI, and proof-aware data literacy.

The Laboratory Campus uses the database evolution path to teach why records, reports, files, schemas, transactions, and proof still matter in the AI era.

The source teaching artifact is the LabTalk / DotTalk++ systems storyboard deck:

  • Source artifact: LabTalk / DotTalk++ Systems Storyboard Deck, kept as a private/local source artifact rather than a public download.
  • Campus role: standalone classroom deck, SelfDoc catalog input, and seed material for database-history labs.
  • Career role: resume-style artifact and source material for the Laboratory Campus career narrative.
  • Publication note: the internet version summarizes the deck and keeps the large PPTX in the local/backup artifact set instead of bundling it into the hosted site source.

Teaching Premise

Students who understand data, records, reports, and systems are better prepared to work with AI. The campus should make that path visible as a living laboratory, not only as a history lecture.

Evolution Spine

EraCampus FramingWhat Students Should See
Punch cards and batch filesData as physical records and scheduled processingThe cost of layout, order, validation, and correction
COBOL business systemsRecords, fields, reports, and institutional workflowsBusiness rules encoded as repeatable processing
ARPANET and connected computingSystems begin sharing information across networksData becomes part of communication infrastructure
JUMPS and mainframe case systemsPersonnel, pay, status, and audit consequencesDatabase errors affect real people and operations
CODASYL and owner-member dataEnterprise relationships before relational SQL dominanceDatabases model real operational relationships, not just storage
xBase and desktop database toolsWorking programmers build useful apps from tables, indexes, and screensAccessibility, productivity, and local ownership of data systems
Microsoft data pipelinesAccess, Excel, ODBC, SQL Server, and office workflowsInteroperability becomes a practical bridge between users and systems
ERP, imaging, auto-ID, and industrial dataTransactions connect documents, products, shipping, invoicing, and process dataData becomes the connective tissue of the organization
Cloud computing and AIDistributed services, large datasets, model-assisted work, and governanceAI literacy depends on knowing what the data means and how it was produced

Database Families Map

The evolution path also needs a high-level map of modern database families. This is not a replacement for the case-study flow below. It is a taxonomy students can use while the campus builds evidence-backed cases over time.

Current case coverage is intentionally narrower than the full database landscape. The public case-study path should only expand when we have reviewed source material, a dataset or simulation, a command/UI demonstration, and a proof artifact for that database family.

FamilyStructural IdeaCommon StrengthsCampus Status
Relational / RDBMSSchemas, tables, rows, columns, keys, SQL, joins, constraints, and transactions.Strong consistency, ACID transactions, mature tooling, ERP/finance/HR/inventory workflows.Core teaching lane. x64base models table, tuple, order, relation, and business-record thinking without claiming to be a full SQL server.
Document storesSemi-structured JSON/BSON-style documents with flexible shape.Nested records, dynamic schema, content/user/event data.Context lane. Useful when comparing schema overlays and metadata, but not yet a case-study family.
Key-value storesAssociative key to value storage, often optimized for simple lookup.Speed, caching, session state, embedded lookup, backend indexing.Context lane. LMDB-backed index work gives x64base a key-value-adjacent backend story, but the public case flow should not present a separate key-value case yet.
Wide-column / column-family storesSparse distributed tables grouped by column family.Horizontal scale and high write throughput.Future context only. No current public case study.
Graph databasesNodes, edges, and properties optimized for relationship traversal.Relationship queries, recommendation, fraud, dependency analysis.Conceptual comparison lane. RelTalk and relation browsing can introduce relationship thinking without claiming graph-database implementation.
Columnar analytical databasesColumn-oriented storage for scan, compression, and aggregate workloads.BI, warehousing, dashboards, large aggregations.Future context only. x64base orders and filters can support analytical lessons, but not a columnar engine claim.
Time-series databasesTimestamped, append-heavy data with retention and range-query patterns.Metrics, monitoring, sensors, financial ticks.Future context only. No current public case study.
Search enginesInverted indexes for full-text search and relevance ranking.Search, faceting, log and document indexing.Future context only. Index lessons may mention the family, but search-engine behavior is not a current case.
Object databasesDirect persistence of objects and object graphs.Object-oriented domain models and embedded/specialized apps.Context lane. x64base is an object-oriented hybrid internally, but DBF-family records remain the public teaching anchor.
Distributed SQL / NewSQLRelational semantics with horizontal and multi-region distribution.ACID plus cloud/global scale.Future context only. No current public case study.
Ledger / blockchain databasesAppend-only or cryptographically verifiable record chains.Auditability, tamper resistance, compliance trails.Future context only. Do not add to case flow until a reviewed audit/provenance lesson exists.
In-memory databasesData held primarily in RAM for low-latency workloads.Real-time analytics and high-speed transactional paths.Context lane. Useful when discussing buffers and runtime state, but not a separate case family yet.

In x64base terms, the current work sits at the intersection of a few families:

  • Relational: schema, tuples, work areas, relations, orders, and business records.
  • Embedded / file-based: DBF-family heritage, local tables, memos, indexes, and inspectable files.
  • Key-value-adjacent: LMDB-backed index storage used as an implementation backend, not as the user-facing data model.
  • Document-adjacent: JSON and metadata overlays as schema and documentation aids, not as a replacement for DBF-family table truth.
  • Analytical-adjacent: filters, orders, browses, and reports can support analytical lessons, but x64base should not be described as a columnar OLAP database.

The concise public description is: x64base is an educational, object-oriented hybrid in the xBase/DBF lineage with relational, embedded, metadata, and backend-indexing ideas. It should not be described as a full polyglot database engine until runtime evidence and case coverage justify that stronger claim.

Deck Storyboard

The current deck organizes the path as a classroom sequence:

  1. Foundations: COBOL and connected computers - business data, records, and ARPANET as preparation for AI literacy.
  2. Case study: JUMPS Army system - institutional scale, traceability, auditability, and consequences of error.
  3. Unisys / CODASYL COBOL at Alcoa - owner-member sets and enterprise relationships.
  4. xBase as a major platform - dBASE, Clipper, FoxPro, Visual FoxPro, and Microsoft interoperability.
  5. Earthkids to CAREPAX - daycare administration, receivables, vaccination scheduling, and market-fit lessons.
  6. Digital transfer, ERP, and industrial scale - TitleSCAN, document imaging, SQL workflows, auto-ID, transactions, and semiconductor process data.
  7. DotTalk++ / Laboratory Campus and the AI future - the xBase future that did not happen, revived as a learning lab for explainable data systems.

Lab Implementation Pattern

Every era should become a small repeatable lab:

historical concept -> source artifact -> dataset -> command or UI -> proof transcript -> lesson

This lets the campus simulate or demonstrate a horizontal slice through database history. Some slices can be live. Others can be carefully simulated when the original hardware, software, or data is unavailable.

First Labs to Build

LabDemonstration
Punch card record layoutFixed-width record parsing, validation, and correction
COBOL report pathInput records to sorted output and printed-style reports
CODASYL relationship modelOwner-member relationships compared with relational tables
xBase table labDBF-style records, indexes, filters, and reports
SQL interoperability labSame business question through xBase-style and SQL-style access
ERP transaction labOrder, inventory, invoice, and shipment records as a traceable workflow
Cloud and AI data labDataset provenance, prompts, model answers, and evidence readback

Website Role

This page is the public explanation path. The local campus portal should become the launch point for runnable examples, source artifacts, transcripts, and SelfDoc-derived lesson plans.