Skip to content

SimplyRETS/cl-data-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cl-data-dictionary

Convert the RESO Data Dictionary to Markdown.

Usage

Makefile

The Makefile provides a single command markdown. First, set the variable CSV to the path of your local copy of RESO’s Data Dictionary. Then:

make markdown

data-dictionary.markdown will be output in the current working directory.

SBCL REPL/Slime

In a CL REPL:

CL-USER> (load "data-dictionary.asd")
CL-USER> (ql:quickload :data-dictionary)
CL-USER> (data-dictionary:-main #p"/path/to/csv")

data-dictionary.markdown will be output in the current working directory.

Dependencies

cl-data-dictionary is distributed as a Common Lisp library, specifically SBCL (but should run under other implementations). As such, there are a couple of requirements:

  • SBCL (or other CL)
  • Quicklisp

Everything else will take care of itself.

Installation

git clone [email protected]:SimplyRETS/cl-data-dictionary

License

This code is licensed under MIT.

Copyright 2015 (c) SimplyRETS, Inc

About

Convert RESO's Data Dictionary to Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published