NCBI Word Ingestion App Standalone local prototype for DOCX ingestion review
Local development dashboard

NCBI DOCX ingestion prototype

This standalone app is the staging ground for document upload, parsing, citation matching, and later WordPress packaging. The current scaffold keeps routing, configuration, and storage concerns explicit so the ingestion engine can be moved without framework lock-in.

Application

Environment

Name
NCBI Word Ingestion App
Mode
production
URL
https://138.197.33.233
Database

Connection status

Connected

PDO MySQL connection succeeded using the current environment settings.

Schema target

Starter entities

Tables
documents, blocks, references, citations, change_log
Storage
immutable masters, structured blocks, match audit trail
Next step
wire upload persistence and parser services
Delivery notes

What this scaffold covers

  • Front controller and lightweight route dispatch
  • PDO-backed database configuration for MySQL 8
  • View templates that keep UI separate from service code
  • Starter SQL schema aligned to future ingestion workflow
  • Validation scripts for quick local setup checks
Database target

Current connection profile

Host
127.0.0.1
Port
3306
Database
ncbi_ingestion
User
ncbi_plugin_user