Keun (West Flemish for rabbit) is a web based modern variant of the Usagi OMOP CDM mapping tool.
THIS IS ALPHA SOFTWARE (almost production ready)
Although Usagi does the job, it has some issues:
- It is slow (especially when loading large CSV's)
- You need to install the dictionaries from Athena
- It requires software installation (Java)
- No four-eye principle
- It doesn't do translations
- The search result of Usagi are not on par with Athena
Therefore we decided to make a modern web variant of Usagi:
- No installation, just run it from your browser
- Made with Svelte: cybernetically enhanced web apps
- Includes the super fast svelte-datatable component. So it can handle very, very lage CSV files. It uses the Arquero library in a web worker.
- Uses Athena in the background
- Translation are done by Bergamot: machine translation done locally in your browser
tutorial.keun.mp4
If you want to setup Keun locally on your own device you will need to provide some information in the .env file. The following values are required
PUBLIC_MAPPINGDATA_PATH= This is the route to the API for your concepts
PUBLIC_ATHENA_DETAIL= This is the detail page of concepts
Copyright © 2023 RADar-AZDelta. Released under the GNU General Public License v3.0.