Software Open Access
<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:cnt="http://www.w3.org/2011/content#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#">
<rdf:Description rdf:about="https://doi.org/10.14278/rodare.1946">
<rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
<dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
<dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.14278/rodare.1946</dct:identifier>
<foaf:page rdf:resource="https://doi.org/10.14278/rodare.1946"/>
<dct:creator>
<rdf:Description rdf:about="http://orcid.org/0000-0002-4948-3934">
<rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<foaf:name>Abdussalam, Wildan</foaf:name>
<foaf:givenName>Wildan</foaf:givenName>
<foaf:familyName>Abdussalam</foaf:familyName>
<org:memberOf>
<foaf:Organization>
<foaf:name>Casus</foaf:name>
</foaf:Organization>
</org:memberOf>
</rdf:Description>
</dct:creator>
<dct:title>Data synchronizator of Where2test pipeline</dct:title>
<dct:publisher>
<foaf:Agent>
<foaf:name>Rodare</foaf:name>
</foaf:Agent>
</dct:publisher>
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2022</dct:issued>
<dcat:keyword>data pipeline</dcat:keyword>
<dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-11-10</dct:issued>
<dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/>
<owl:sameAs rdf:resource="https://rodare.hzdr.de/record/1946"/>
<adms:identifier>
<adms:Identifier>
<skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://rodare.hzdr.de/record/1946</skos:notation>
</adms:Identifier>
</adms:identifier>
<owl:sameAs rdf:resource="https://www.hzdr.de/publications/Publ-34430"/>
<dct:isVersionOf rdf:resource="https://doi.org/10.14278/rodare.1500"/>
<dct:isPartOf rdf:resource="https://rodare.hzdr.de/communities/health"/>
<dct:isPartOf rdf:resource="https://rodare.hzdr.de/communities/hzdr"/>
<dct:isPartOf rdf:resource="https://rodare.hzdr.de/communities/rodare"/>
<owl:versionInfo>2.0.0</owl:versionInfo>
<dct:description><p>Software to synchonise the data between various data sources and casus database server. For Unix users please use&nbsp;MigrateWhere2test_2.0Unix.zip and for WIndows users please use&nbsp;MigrateWhere2test_2.0Win.zip. In order to use the scripts, please use the following instructions:</p> <p>Windows</p> <p>1. Create the postgreq sql database and set the port 5432.</p> <p>2. Apply&nbsp;<a href="https://rodare.hzdr.de/api/files/0662e0ae-224f-47ea-9f3d-cf0491a11b04/w2testRegion.sql">w2testRegion.sql</a>&nbsp;to the Postgresql database. It creates the schema of the database.</p> <p>3. Create folder C:\Workspaces and unzip the unix file.&nbsp;</p> <p>4. Create folder in workspaces, com.com.casus.env.where2test.migration\COM_CASUS_WHERE2TEST_MIGRATION and then unzip the source file inside&nbsp;COM_CASUS_WHERE2TEST_MIGRATION.&nbsp;</p> <p>5. Install requirement.txt. We use some python scripts for downloading and cleaning the data</p> <p>6. Set the memory on the file&nbsp;MigrateWhere2test_run.bat&nbsp;minimal to 13 GB</p> <p>7. Set run Develop and run the .bat&nbsp;file on the folder&nbsp;MigrateWhere2test_2.0Unix to run in localhost.</p> <p>Unix</p> <p>1. Create PostgreSQL with port 32771.</p> <p>2. Apply&nbsp;<a href="https://rodare.hzdr.de/api/files/0662e0ae-224f-47ea-9f3d-cf0491a11b04/w2testRegion.sql">w2testRegion.sql</a>&nbsp;to the Postgresql database. It creates the schema of the database.<br> 3. Create folder /home/wildan/Workspaces and unzip the unix file.&nbsp;</p> <p>4. Open the file&nbsp;MigrateWhere2test/MigrateWhere2test_run.sh and change the mode &quot;Default&quot; by &quot;Production&quot;</p> <p>5. Create folder in workspaces, com.com.casus.env.where2test.migration.unix/COM_CASUS_WHERE2TEST_MIGRATION and then unzip the source file inside&nbsp;COM_CASUS_WHERE2TEST_MIGRATION.&nbsp;</p> <p>6. Install requirement.txt. We use some python scripts for downloading and cleaning the data</p> <p>7. Set the memory on the file&nbsp;MigrateWhere2test_run.sh minimal to 13 GB</p> <p>8. run the MigrateWhere2test_run.sh in the &quot;Production&quot; mode.</p> <p>&nbsp;</p></dct:description>
<dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/>
<dct:accessRights>
<dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess">
<rdfs:label>Open Access</rdfs:label>
</dct:RightsStatement>
</dct:accessRights>
<dcat:distribution>
<dcat:Distribution>
<dct:rights>
<dct:RightsStatement rdf:about="https://creativecommons.org/licenses/by/4.0/legalcode">
<rdfs:label>Creative Commons Attribution 4.0 International</rdfs:label>
</dct:RightsStatement>
</dct:rights>
<dcat:accessURL rdf:resource="https://doi.org/10.14278/rodare.1946"/>
</dcat:Distribution>
</dcat:distribution>
</rdf:Description>
</rdf:RDF>
| All versions | This version | |
|---|---|---|
| Views | 1,468 | 765 |
| Downloads | 223 | 158 |
| Data volume | 9.8 GB | 4.4 GB |
| Unique views | 926 | 559 |
| Unique downloads | 189 | 134 |