DataBook
As explained by Kurt Cagle and Chloe Shannon in their article, DataBooks: Markdown as Semantic Infrastructure , a DataBook is effectively a microdatabase. A DataBook is a document a human can read, a data file that a computer can process, and a toolbox that caries its own instructions . A DataBook is a technique that enables data and an explanation to travel together in a data pipeline . One important part of the magic of DataBook files to understand is that a DataBook can also easily be read and interpreted by LLMs. Another part of the magic of the DataBook is that everything travels together within one file including: data meaning rules queries documentation Finally, DataBook files can easily be versioned by Github and Gitlab. Both Github and Gitlab support MD files which are both based on CommonMarkup . And so, there appear to be different "flavors" of MD files, but they are close. There are no separate files which can be forgotten or lost. ...