Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregros/tailormed-test
https://github.com/gregros/tailormed-test
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregros/tailormed-test
- Owner: GregRos
- Created: 2020-11-14T18:47:25.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T18:47:48.000Z (about 4 years ago)
- Last Synced: 2024-11-06T10:29:28.471Z (about 2 months ago)
- Language: TypeScript
- Size: 72.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TailorMed Assignment
See `./src/lib/main.ts` for the entrypoint.Run `yarn run build` to build.
Run `yarn test` to run some tests
Importing data is divided into two parts:
1. Parsing
2. Schema unificationEach step has several alternatives. Alternatives are selected using a simple DI container setup.