Skip to main content

Forest: a language and toolkit for programming with filestores

Author(s): Fisher, Kathleen; Foster, Nate; Walker, David; Zhu, Kenny Q

Download
To refer to this page use: http://arks.princeton.edu/ark:/88435/pr1j252
Abstract: A filestore is a structured collection of data files housed in a conventional hierarchical file system. Many applications use filestores as a poor-man's database, and the correct execution of these applications requires that the collection of files, directories, and symbolic links stored on disk satisfy a variety of precise invariants. Moreover, all of these structures must have acceptable ownership, permission, and timestamp attributes. Unfortunately, current programming languages do not provide support for documenting assumptions about filestores, detecting errors in them, or safely loading from and storing to them. This paper describes the design, implementation, and semantics of Forest, a new domain-specific language for describing filestores. The language uses a type-based metaphor to specify the expected structure, attributes, and invariants of filestores. Forest generates loading and storing functions that make it easy to connect data on disk to an isomorphic representation in memory that can be manipulated as if it were any other data structure. Forest also generates metadata that describes the degree to which the structures on the disk conform to the specification, making error detection easy. In a nutshell, Forest extends the rigorous discipline of typed programming languages to the untyped world of file systems. We have implemented Forest as an embedded domain-specific language in Haskell. In addition to generating infrastructure for reading, writing and checking file systems, our implementation generates type class instances that make it easy to build generic tools that operate over arbitrary filestores. We illustrate the utility of this infrastructure by building a file system visualizer, a file access checker, a generic query interface, description-directed variants of several standard UNIX shell tools and (circularly) a simple Forest description inference engine. Finally, we formalize a core fragment of Forest in a semantics inspired by classical tree logics and prove round-tripping laws showing that the loading and storing functions behave sensibly.
Publication Date: Sep-2011
Citation: Fisher, Kathleen, Nate Foster, David Walker, and Kenny Q. Zhu. "Forest: a language and toolkit for programming with filestores." In Proceedings of the 16th ACM SIGPLAN International Conference on Functional Programming (2011): pp. 292-306. doi:10.1145/2034773.2034814
DOI: 10.1145/2034773.2034814
Pages: 292 - 306
Type of Material: Conference Article
Journal/Proceeding Title: Proceedings of the 16th ACM SIGPLAN International Conference on Functional Programming
Version: Author's manuscript



Items in OAR@Princeton are protected by copyright, with all rights reserved, unless otherwise indicated.