1 / 5

GLUE 2.0: JSON Rendering

GLUE 2.0: JSON Rendering. Shiraz Memon , Jülich Supercomputing Center. OGF 35, TU Delft, 17.06.2012. Glue 2.0 Adoption in EMIR. Subset of the GLUE2 Entities: Service, Endpoint , Location, Contact Introduced Metadata: Lifetime, Owner, Last Update Every Service Endpoint is JSON Document.

Download Presentation

GLUE 2.0: JSON Rendering

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GLUE 2.0: JSON Rendering Shiraz Memon, Jülich Supercomputing Center OGF 35, TU Delft, 17.06.2012

  2. Glue 2.0 Adoption in EMIR • Subset of the GLUE2 Entities: Service, Endpoint, Location, Contact • Introduced Metadata: Lifetime, Owner, Last Update • Every Service Endpoint is JSON Document OGF 35, TU Delft, 2012

  3. JSON Rendering • Flattened Style: Name Value Pairs • <ClassName>_<AttributeName> • Service_ID, Service_Name, etc… • <ClassName>_<SubclassName>_<AttributeName> • Service_Endpoint_ID, Service_Endpoint_URL, etc… • Restricted to two levels of hierarchy (Specific Use Case) OGF 35, TU Delft, 2012

  4. Example [ { "Service_Name": “EMI Execution Service", "Service_CreationTime": {"$date": "2011-10-16T11:47:24Z"}, "Service_Type": “eu.emi.es", "Service_Capability": [“activity submission", “activity creation"], "Service_QualityLevel": "production", "Service_Endpoint_URL": "http://eu-emi.eu/emi-es", "Service_Endpoint_Technology": “SOAP over HTTP", "Service_Endpoint_InterfaceName": “ActivityManagement", "Service_Endpoint_InterfaceVersion": ["1.0“ ], "Service_Endpoint_WSDL": "http://eu-emi.eu/emi-es ?wsdl", "Service_Endpoint_HealthState": "ok", "Service_Endpoint_HealthStateInfo": “it is OK, I can see it", "Service_Endpoint_ServingState": "production", "Service_Endpoint_StartTime": {"$date": "2011-07-21T11:47:24Z"}, "Service_Endpoint_DowntimeAnnounce": {"$date": "2011-07-21T11:47:24Z"}, "Service_Endpoint_DowntimeStart": {"$date": "2011-07-21T11:47:24Z"}, "Service_Endpoint_DowntimeEnd": {"$date": "2011-07-21T11:47:24Z"}, "Service_Endpoint_QualityLevel": "production", "Service_ExpireOn": {"$date": "2011-07-21T11:47:24Z"}, "Service_UpdateOn": {"$date": "2011-07-21T11:47:24Z"}, "Service_OwnerDN": “CN=Shiraz Memon,O=FZJ,OU=JSC” } ] OGF 35, TU Delft, 2012

  5. Other Approaches? • XSEDE? OGF 35, TU Delft, 2012

More Related