Giter Site home page Giter Site logo

pcdm-fedora-impl-performance's Introduction

To run all tests, from your fcrepo4-vagrant directory:

/path/to/pcdm-fedora-impl-performance/run-all.sh
or
/path/to/pcdm-fedora-impl-performance/run-increments.sh

Tests include creating objects in a container, reading them, moving them into a subcontainer, and then deleting the original base container. The following scripts are for performance testing basic operations:

  • *-pcdm-create.sh
  • *-pcdm-move.sh
  • *-pcdm-delete.sh
  • *-pcdm-traverse.sh

All tests create a single base container, which is then populated with X children objects. Each object has two children, each containing one object (representing where binaries would be located). This case was chosen to represent our own use cases and allow us to test the various LDP scenarios.

For the PCDM examples, that appears as:

pcdm:Collection

  • pcdm:hasMember => pcdm:Object
    • pcdm:hasMember => pcdm:Object
      • pcdm:hasFile => pcdm:File
      • pcdm:hasFile => pcdm:File
  • -- repeat X times --

no-pcdm

Basic hierarchy using the Fedora 4, no PCDM relationships added. This is the control case.

no-ldp-pcdm

Fedora objects with all necessary PCDM relations are created with explicit API calls, using no other container types to populate membership relations.

hier-pcdm

Using ldp:DirectContainers for nesting children, full PCDM membership relations and types.

flat-pcdm

Using ldp:IndirectContainers for representing children relations in a flat structure, ldp:DirectContainers for pcdm:hasFile relations, full PCDM membership relations and types. Based on the PCDM in Action examples and the Sufia 7 implementation.

min-no-ldp-cdm

Fedora objects with all necessary PCDM relations EXCEPT for membership relations. This case is for isolating the membership relationship creation component from the rest of PCDM.

Scripts are derived from PCDM in Action examples https://github.com/awead/ldp-pcdm

pcdm-fedora-impl-performance's People

Contributors

bbpennel avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.