Introduction to Algorithms, Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein, 2022 (MIT Press) - This edition provides foundational algorithms and data structures for graph representation (adjacency lists), traversal (BFS, DFS), and Directed Acyclic Graphs (DAGs), which are central to dependency graph construction and analysis.
The DAMA Guide to the Data Management Body of Knowledge (DAMA-DMBOK2), DAMA International, 2017 (Technics Publications) - Offers a comprehensive framework for data management, including guidance on metadata management and data lineage, which is essential for understanding the strategic use of dependency graphs in a broader data governance context.
OpenLineage Specification, OpenLineage Project, Ongoing (Linux Foundation AI & Data) - The official specification document for OpenLineage, which details the data model for capturing, producing, and consuming lineage events, directly referenced in the section for constructing dependency graphs.
A Survey of Data Lineage, Seyed Amin Shahrjerdi, Hadi Zare, and Nima Ghazizadeh, 2020arXiv preprint arXiv:2009.00665DOI: 10.48550/arXiv.2009.00665 - Provides an overview of data lineage concepts, architectures, and solutions, including various modeling approaches and their applications in data management systems.