Download presentation
Presentation is loading. Please wait.
Published byMiranda Chadburn Modified over 10 years ago
1
Steve Fisher/RAL - 12/6/2002R-GMA and WP71 R-GMA Use the GMA from GGF A relational implementation Applied to both information and monitoring Creates impression that you have one RDBMS per VO Producer Consumer Registry subscribe lookup
2
Steve Fisher/RAL - 12/6/2002R-GMA and WP72 Relational Approach Not a general distributed RDBMS system, but a way to use the relational model in a distributed environment where ACID properties are not generally important. Producers announce:SQL “CREATE TABLE” publish:SQL “INSERT” Consumers collect:SQL “SELECT”
3
Steve Fisher/RAL - 12/6/2002R-GMA and WP73 R-GMA API – Servlet communication –http(s) in –XML back Sensor Code Producer API Application Code Consumer API ProducerServlet Registry API Registry Servlet Schema API Schema Servlet Consumer Servlet Registry API
4
Steve Fisher/RAL - 12/6/2002R-GMA and WP74 Schema & Contributions CPULoad (Global Schema) CountrySiteFacilityLoadTimestamp UKRALCDF0.319055711022002 UKRALATLAS1.619055611022002 UKGLACDF0.419055811022002 UKGLAALICE0.519055611022002 CHCERNALICE0.919055611022002 CHCERNCDF0.619055511022002 CPULoad (Producer3) CHCERNATLAS1.619055611022002 CHCERNCDF0.619055511022002 CPULoad (Producer 1) UKRALCDF0.319055711022002 UKRALATLAS1.619055611022002 CPULoad (Producer 2) UKGLACDF0.419055811022002 UKGLAALICE0.519055611022002
5
Steve Fisher/RAL - 12/6/2002R-GMA and WP75 Contributions are Views CPULoad (Producer 1) UKRALCDF0.319055711022002 UKRALATLAS1.619055611022002 CPULoad (Producer 2) UKGLACDF0.419055811022002 UKGLAALICE0.519055611022002 SELECT * FROM cpuLoad WHERE country = ’UK’ AND site = ’RAL’ SELECT * FROM cpuLoad WHERE country = ’UK’ AND site = ’GLA’
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.