Access Keys:
Skip to content (Access Key - 0)

Downloads


caGrid 1.4 New Features


Deprecation Notes

Every release of caGrid features notes on the Deprecated Services and APIs.

Key Enhancements

The caGrid 1.4 release further expands the caGrid infrastructure and tooling to support use cases from the scientific community. This release is backwards compatible with 1.x versions and includes many exciting new features and enhancements. A detailed listing of the changes from caGrid 1.3 can be found in the release notes: Release Notes for caGrid 1.4. A few key highlights of caGrid 1.4 are described on this page.

Identifiers Framework

The caGrid Identifier Services Framework provides the ability to define "identifiers" for individual data objects. The identifier is essentially a forever globally unique name for the data object such that it can be unambiguously used to refer to the data from different application contexts.

The implementation choice for the identifier format is the Universal Resource Identifier (URI). This enables the use of existing web standards (including semantic web technologies) and protocols, and provides a natural approach to identifier resolution. No special knowledge is needed to know how to resolve identifiers. In other words, an identifier can be resolved by simply "following it".

CQL2

CQL 2 is the successor query language to CQL. It provides functionality most often requested by the caGrid user community that was not previously present in CQL and can be thought of as a superset of CQL.

New features of CQL 2 include the following:

  1. Aggregations
    1. Min, Max, and Count have been added as aggregation operations when returning a distinct attribute value.
  2. Strongly typed attribute values
    1. Queries are unambiguous when using attribute value restrictions.
  3. Data types prevent type mismatches (i.e. querying integer fields using strings).
    1. Differentiation from Unary to Binary attribute restrictions
    2. Reduces processing to determine the nature of an attribute.
    3. Improves clarity of query language schema.
  4. Retrieval of associated objects
    1. Associations can be populated by the data service before returning object instances.
    2. Retrieval based on role names or depth of association.
    3. Name-based retrieval is recursively defined, allowing population of specific associations of associations.
  5. Extensions
    1. CQL 2 adds several points at which the language may be extended with custom query components.
    2. Support for extensions is advertised by data services which support CQL 2.

DCQL2

DCQL 2 is an XML-based language used to express federated queries and is the successor to DCQL, the Distributed caGrid Query Language on caGrid. It is utilized by the Federated Query Processor service and engine to perform distributed joins and aggregations across multiple caGrid Data Services.

New Features of DCQL 2 include the following:

  1. Aggregations
    1. Min, Max, and Count have been added as aggregation operations when returning a distinct attribute value.
  2. Strongly typed attribute values
    1. Queries are unambiguous when using attribute value restrictions.
    2. Data types prevent type mismatches (i.e. querying integer fields using strings).
  3. Differentiation from Unary to Binary attribute restrictions
    1. Reduces processing to determine the nature of an attribute.
    2. Improves clarity of query language schema.
  4. Retrieval of associated objects
    1. Associations can be populated by the data service before returning object instances.
    2. Retrieval based on role names or depth of association
    3. Name-based retrieval is recursively defined, allowing population of specific associations of associations.
  5. Data Transformations
    1. Attribute values may be manipulated during processing of Foreign Associations
    2. Possible to ask questions which have phrases like "30 minutes ago", or "subtract N from", or "prepended with".

GAARDS UI

Previous versions of the GAARDS UI required the user to have the entire caGrid and Globus distributions installed. This resulted in both a time and space-consuming dependency for users who only needed the functionality of the GAARDS UI and not the full caGrid suite. With caGrid 1.4, the GAARDS UI is now available as a separate downloadable distribution.

Network Firewall Support

The caGrid distribution is configured and tested to be fully functional when installed on hosts that have open access to the Internet. When installed on hosts in a firewalled environment, it is necessary to perform additional configuration to enable the software to connect via a proxy server. The following documentation details the changes necessary to configure caGrid to utilize a proxy server to connect to non-secure grid services:

The following applications support use on a firewalled network:

  • caGrid Installer
  • GAARDS UI
  • Introduce
  • Synchronizing with Trust Fabric (ant syncWithTrustFabric)
Last edited by
David Ervin (673 days ago) , ...
Adaptavist Theme Builder Powered by Atlassian Confluence