Software Open Access

Data synchronizator of Where2test pipeline

Abdussalam, Wildan


DCAT Export

<?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>&lt;p&gt;Software to synchonise the data between various data sources and casus database server. For Unix users please use&amp;nbsp;MigrateWhere2test_2.0Unix.zip and for WIndows users please use&amp;nbsp;MigrateWhere2test_2.0Win.zip. In order to use the scripts, please use the following instructions:&lt;/p&gt; &lt;p&gt;Windows&lt;/p&gt; &lt;p&gt;1. Create the postgreq sql database and set the port 5432.&lt;/p&gt; &lt;p&gt;2. Apply&amp;nbsp;&lt;a href="https://rodare.hzdr.de/api/files/0662e0ae-224f-47ea-9f3d-cf0491a11b04/w2testRegion.sql"&gt;w2testRegion.sql&lt;/a&gt;&amp;nbsp;to the Postgresql database. It creates the schema of the database.&lt;/p&gt; &lt;p&gt;3. Create folder C:\Workspaces and unzip the unix file.&amp;nbsp;&lt;/p&gt; &lt;p&gt;4. Create folder in workspaces, com.com.casus.env.where2test.migration\COM_CASUS_WHERE2TEST_MIGRATION and then unzip the source file inside&amp;nbsp;COM_CASUS_WHERE2TEST_MIGRATION.&amp;nbsp;&lt;/p&gt; &lt;p&gt;5. Install requirement.txt. We use some python scripts for downloading and cleaning the data&lt;/p&gt; &lt;p&gt;6. Set the memory on the file&amp;nbsp;MigrateWhere2test_run.bat&amp;nbsp;minimal to 13 GB&lt;/p&gt; &lt;p&gt;7. Set run Develop and run the .bat&amp;nbsp;file on the folder&amp;nbsp;MigrateWhere2test_2.0Unix to run in localhost.&lt;/p&gt; &lt;p&gt;Unix&lt;/p&gt; &lt;p&gt;1. Create PostgreSQL with port 32771.&lt;/p&gt; &lt;p&gt;2. Apply&amp;nbsp;&lt;a href="https://rodare.hzdr.de/api/files/0662e0ae-224f-47ea-9f3d-cf0491a11b04/w2testRegion.sql"&gt;w2testRegion.sql&lt;/a&gt;&amp;nbsp;to the Postgresql database. It creates the schema of the database.&lt;br&gt; 3. Create folder /home/wildan/Workspaces and unzip the unix file.&amp;nbsp;&lt;/p&gt; &lt;p&gt;4. Open the file&amp;nbsp;MigrateWhere2test/MigrateWhere2test_run.sh and change the mode &amp;quot;Default&amp;quot; by &amp;quot;Production&amp;quot;&lt;/p&gt; &lt;p&gt;5. Create folder in workspaces, com.com.casus.env.where2test.migration.unix/COM_CASUS_WHERE2TEST_MIGRATION and then unzip the source file inside&amp;nbsp;COM_CASUS_WHERE2TEST_MIGRATION.&amp;nbsp;&lt;/p&gt; &lt;p&gt;6. Install requirement.txt. We use some python scripts for downloading and cleaning the data&lt;/p&gt; &lt;p&gt;7. Set the memory on the file&amp;nbsp;MigrateWhere2test_run.sh minimal to 13 GB&lt;/p&gt; &lt;p&gt;8. run the MigrateWhere2test_run.sh in the &amp;quot;Production&amp;quot; mode.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</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>
607
119
views
downloads
All versions This version
Views 607273
Downloads 11968
Data volume 7.0 GB2.7 GB
Unique views 417195
Unique downloads 8847

Share

Cite as