Software Open Access

Artifact for DiffStream: Differential Output Testing for Stream Processing Programs

Kallas, Konstantinos; Niksic, Filip; Stanford, Caleb; Alur, Rajeev


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: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.5281/zenodo.4033001">
    <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.5281/zenodo.4033001</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4033001"/>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Kallas, Konstantinos</foaf:name>
        <foaf:givenName>Konstantinos</foaf:givenName>
        <foaf:familyName>Kallas</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Pennsylvania</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Niksic, Filip</foaf:name>
        <foaf:givenName>Filip</foaf:givenName>
        <foaf:familyName>Niksic</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Pennsylvania</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0002-8428-7736">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0002-8428-7736</dct:identifier>
        <foaf:name>Stanford, Caleb</foaf:name>
        <foaf:givenName>Caleb</foaf:givenName>
        <foaf:familyName>Stanford</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Pennsylvania</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Alur, Rajeev</foaf:name>
        <foaf:givenName>Rajeev</foaf:givenName>
        <foaf:familyName>Alur</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Pennsylvania</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>Artifact for DiffStream: Differential Output Testing for Stream Processing Programs</dct:title>
    <dct:publisher>
      <foaf:Agent>
        <foaf:name>Zenodo</foaf:name>
      </foaf:Agent>
    </dct:publisher>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2020</dct:issued>
    <dcat:keyword>Stream Processing</dcat:keyword>
    <dcat:keyword>Flink</dcat:keyword>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-09-16</dct:issued>
    <dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/>
    <owl:sameAs rdf:resource="https://zenodo.org/record/4033001"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4033001</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4033000"/>
    <dct:description>&lt;p&gt;A differential testing library for Apache Flink programs.&lt;br&gt; &lt;br&gt; The tool and the underlying methodology are described in the OOPSLA paper: DiffStream: Differential Output Testing for Stream Processing Programs&lt;br&gt; &lt;br&gt; For further information and instructions, see the README after opening the VM.&lt;br&gt; &amp;nbsp;&lt;/p&gt;</dct:description>
    <dct:description>Addendum to the README: running the VM VirtualBox (https://www.virtualbox.org/) can be used to open the VM. We are not sure why, but sometimes the machine has trouble loading and gets stuck at a black screen. If you have this problem, try powering it off and on again and also pressing the Enter key when it opens (and select Ubuntu). Once the machine loads, you can then find DiffStream in Files (~/diffstream). Open README.md , which should be identical to this file, except for missing this paragraph. Please note that many tests in this file will print out "WARNING:" statements unrelated to DiffStream, but related to certain dependencies; these can safely be ignored. Finally, for the Tutorial and Step-by-Step Guide below, we recommend using IntelliJ to open and browse source code .java files. It should be installed (search for it in the dash).</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://opensource.org/licenses/MIT">
            <rdfs:label>MIT License</rdfs:label>
          </dct:RightsStatement>
        </dct:rights>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4033001"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4033001"/>
        <dcat:byteSize>7413286038</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/4033001/files/96.zip"/>
        <dcat:mediaType>application/zip</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
114
18
views
downloads
All versions This version
Views 114114
Downloads 1818
Data volume 133.4 GB133.4 GB
Unique views 104104
Unique downloads 1616

Share

Cite as