Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Attending

Time:12:00PM PDT/03:00PM EDT - 01:00PM PDT/04:00PM EDT

Zoom: https://princeton.zoom.us/j/281265700


Participants


Agenda


Notes

Reviewing QA Pull Requests

https://github.com/samvera/questioning_authority/pull/250/files

Add two properties

Goal: Know how big the graph response is?

These are performance statistics, already tells you how long it takes, but the numbers for the speed alone aren't enough

If it takes a long time for the response but if the size of the payload is large, this should be accounted for


Data serialization: Casting to Strings

rdf-vocab would need to be modified for a more exact measurement of the graph

Checking the size when they are all triples is close to checking the size when they are all RDF-XML

These statistics are more for gauging magnitude


Access time: when the graph is loaded

How long does it take ruby-rdf to load the RDF data (graph parse time, and etc.)


Normalization: Takes a RDF graph, breaks it down into URI, label, and expanded context


This PR was approved






  • No labels