ChatData Documentation
ChatData is the ChatArch database and data-management toolkit. The current implemented scope is a no-sudo, no-Docker, user-level MySQL runtime: install MySQL binaries, initialize instances, install user services, run ping/query/import, and create databases.
-
Command Surface
Read the current executable command surface in
CLI Tree, or run locally:bash chatdata --tree chatdata --tree-brief -
MySQL Runtime
Use
MySQL user-level runtimefor install, init, service, query, and import workflows. -
Beginner Model
MySQL basics for beginnersintroduces the common SQL/MySQL concepts used by ChatData. -
Design Boundary
MySQL no-sudo user runtime designrecords goals, non-goals, and extension directions.
Local Preview
pip install -e ".[docs]"
mkdocs serve