Skip to content

openminted/FundingMining_OMTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FundingMining_OMTD

Run standalone

cat input.xml | python madis/src/mexec.py -f PATH/projects.sql -d PATH/projects.db > output.json

Docker

Build

docker build -t <name>

Run

docker run -it -v <host-dir>:/usr/app/src/data --rm --name <name> <name>

Remember to declare with an absolute path, for example ${PWD}/ or /home/user/data.

  • For example docker run -it -v $PWD/<xml_files>:/usr/app/src/data --rm --name <name> <name>

Results

The docker images expects an xml file inside the folder and writes the result in a results.json file that is saved in the host s filesystem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published