Machine Learning Design Patterns, Valliappa Lakshmanan, Sara Robinson, Michael Munn, 2020 (O'Reilly Media) - This book provides patterns for designing machine learning systems, including a chapter on Feature Stores that discusses architectural patterns and operational considerations for data management.
Delta Lake: High-Performance ACID Table Storage over Cloud Object Stores, Denny Lee, Ryan Murray, Michael Armbrust, Sameer Abhyankar, Tathagata Das, Xiangrui Meng, Shixiong Zhu, Andrew Fogarty, Joseph Bradley, Brooke Wenig, Michael Franklin, Matei Zaharia, 2020Proceedings of the VLDB Endowment, Vol. 13 (VLDB Endowment)DOI: 10.14778/3415494.3415555 - This paper introduces Delta Lake, a storage layer that adds ACID properties, schema management, and unified stream/batch processing to data lakes. It addresses offline storage concerns like small files and efficient data organization.