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
Full metadata record
DC FieldValueLanguage
dc.contributor.authorFisher, Kathleen-
dc.contributor.authorFoster, Nate-
dc.contributor.authorWalker, David-
dc.contributor.authorZhu, Kenny Q-
dc.date.accessioned2021-10-08T19:47:51Z-
dc.date.available2021-10-08T19:47:51Z-
dc.date.issued2011-09en_US
dc.identifier.citationFisher, 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.2034814en_US
dc.identifier.urihttps://www.cs.princeton.edu/~dpw/papers/forest-draft-0411.pdf-
dc.identifier.urihttp://arks.princeton.edu/ark:/88435/pr1j252-
dc.description.abstractA 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.en_US
dc.format.extent292 - 306en_US
dc.language.isoen_USen_US
dc.relation.ispartofProceedings of the 16th ACM SIGPLAN International Conference on Functional Programmingen_US
dc.rightsAuthor's manuscripten_US
dc.titleForest: a language and toolkit for programming with filestoresen_US
dc.typeConference Articleen_US
dc.identifier.doi10.1145/2034773.2034814-
pu.type.symplectichttp://www.symplectic.co.uk/publications/atom-terms/1.0/conference-proceedingen_US

Files in This Item:
File Description SizeFormat 
ForestProgrammingFilestores.pdf543.11 kBAdobe PDFView/Download


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