Allows for data injest from multiple origins to document store based persistence layer.
Currenly the transformers for site layouts are statically included.
* Zillow
* ApartmentsDotCom
Create a new .env
at root of repository.
See env_sample
for defaults.
Should build src
before running, tsc output goes to dist/
at the top level.
npm run build
will run the tsc and output files to the dist
directory.
See tsconfig.json
for specific configuration settings.
We now support development within containers. see .devcontainer
.
requires both Docker (1.x or above), and Docker-Compose v 3.7.
Tests are written in TypeScript and output to the same top level dist/
directory as source build.s
More tests are needed for transformations, IoC, and database services.