docs(readme): fix stale citation; note PostgreSQL as a peer backend#232
Merged
Conversation
- Citation pointed at a non-existent arXiv id (2303.00102/2023); replace with the current canonical DataJoint 2.0 manuscript (arXiv:2602.16585, 2026) per about/citation.md, incl. RRID. - README listed only MySQL; the compose stack now runs PostgreSQL (postgres:15, MODE=EXECUTE_PG) and PostgreSQL is a peer backend — note it in the Docker environment and native prerequisites.
MilagrosMarin
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two stale items in the top-level
README.md:src/about/citation.md(the "simpler relational data model" paper is arXiv:1807.11104/2018). Replaced with the current canonical DataJoint 2.0 citation the docs designate for 2.0 / the Relational Workflow Model: Yatsenko D, Nguyen TT. DataJoint 2.0: A Computational Substrate for Agentic Scientific Workflows. arXiv:2602.16585 (2026), incl.RRID:SCR_014543— matchingabout/citation.md.postgres:15service withMODE=EXECUTE_PG, and PostgreSQL is a peer backend — but the README said "includes MySQL, MinIO" and listed only "MySQL 8.0+". Now notes MySQL and PostgreSQL in the Docker environment and native prerequisites.Everything else referenced in the README was verified current (
pip_requirements.txt,scripts/check_notebook_versions.py, the compose MODE options, Diátaxis links).Docs-only, top-level README.