Sponsored Links

Selasa, 03 April 2018

Sponsored Links

Gates into the Data Fortress â€
src: codeandconcept.com

The Cloud Data Management Interface (CDMI) is a SNIA standard that specifies a protocol for self-provisioning, administering and accessing cloud storage.

CDMI defines RESTful HTTP operations for assessing the capabilities of the cloud storage system, allocating and accessing containers and objects, managing users and groups, implementing access control, attaching metadata, making arbitrary queries, using persistent queues, specifying retention intervals and holds for compliance purposes, using a logging facility, billing, moving data between cloud systems, and exporting data via other protocols such as iSCSI and NFS. Transport security is obtained via TLS.


Video Cloud Data Management Interface



Capabilities

Compliant implementations must provide access to a set of configuration parameters known as capabilities. These are either boolean values that represent whether or not a system supports things such as queues, export via other protocols, path-based storage and so on, or numeric values expressing system limits, such as how much metadata may be placed on an object. As a minimal compliant implementation can be quite small, with few features, clients need to check the cloud storage system for a capability before attempting to use the functionality it represents.


Maps Cloud Data Management Interface



Containers

A CDMI client may access objects, including containers, by either name or object id (OID), assuming the CDMI server supports both methods. When storing objects by name, it is natural to use nested named containers; the resulting structure corresponds exactly to a traditional filesystem directory structure.


Can CDMI emancipate an interoperable medical records cloud ...
src: storagegaga.com


Objects

Objects are similar to files in a traditional file system, but are enhanced with an increased amount of and capacity for metadata. As with containers, they may be accessed by either name or OID. When accessed by name, clients use URLs that contain the full pathname of objects to create, read, update and delete them. When accessed by OID, the URL specifies an OID string in the cdmi-objectid container; this container presents a flat name space conformant with standard object storage system semantics.

Subject to system limits, objects may be of any size or type and have arbitrary user-supplied metadata attached to them. Systems that support query allow arbitrary queries to be run against the metadata.


gartner hype cycle â€
src: www.razorleaf.com


Domains, Users and Groups

CDMI supports the concept of a domain, similar in concept to a domain in the Windows Active Directory model. Users and groups created in a domain share a common administrative database and are known to each other on a "first name" basis, i.e. without reference to any other domain or system.

Domains also function as containers for usage and billing summary data.


Cloud Data Management and CorteX Demonstration - CorteX Designers ...
src: cortexdeveloper.com


Access Control

CDMI exactly follows the ACL and ACE model used for file authorization operations by NFSv4. This makes it also compatible with Microsoft Windows systems.


Autodesk adds cloud-based Product Data Management to Fusion ...
src: blogs.autodesk.com


Metadata

CDMI draws much of its metadata model from the XAM specification. Objects and containers have "storage system metadata", "data system metadata" and arbitrary user specified metadata, in addition to the metadata maintained by an ordinary filesystem (atime etc.).


Data Management - I.E.M. GmbH
src: www.iem.de


Queries

CDMI specifies a way for systems to support arbitrary queries against CDMI containers, with a rich set of comparison operators, including support for regular expressions.


High Resolution Graphic Of A Cloud Computing On White Background ...
src: previews.123rf.com


Queues

CDMI supports the concept of persistent FIFO (first-in, first-out) queues. These are useful for job scheduling, order processing and other tasks in which lists of things must be processed in order.


Data Integration Platform & Software | Pentaho
src: www.pentaho.com


Compliance

Both retention intervals and retention holds are supported by CDMI. A retention interval consists of a start time and a retention period. During this time interval, objects are preserved as immutable and may not be deleted. A retention hold is usually placed on an object because of judicial action and has the same effect: objects may not be changed nor deleted until all holds placed on them are removed.


SAP Test Data Management | Attunity
src: www.attunity.com


Logging

CDMI clients can sign up for logging of system, security and object access events on servers that support it. This feature allows clients to see events locally as the server logs them.


Migrating data to your (new) SAP S/4HANA | SAP Blogs
src: blogs.sap.com


Billing

Summary information suitable for billing clients for on-demand services can be obtained by authorized users from systems that support it.


IBM Operational Decision Manager on Cloud - Overview - United States
src: mp.s81c.com


Serialization

Serialization of objects and containers allows export of all data and metadata on a system and importation of that data into another cloud system.


Arxspan web based electronic lab notebook cloud-based hosted online
src: www.arxspan.com


Foreign Protocols

CDMI supports export of containers as NFS or CIFS shares. Clients that mount these shares see the container hierarchy as an ordinary filesystem directory hierarchy, and the objects in the containers as normal files. Metadata outside of ordinary filesystem metadata may or may not be exposed.

Provisioning of iSCSI LUNs is also supported.


It's Official: The Internet Of Things Takes Over Big Data As The ...
src: thumbor.forbes.com


Client SDKs

  • CDMI Reference Implementation
  • Droplet
  • libcdmi-java
  • libcdmi-python
  • .NET SDK

Hybrid Cloud Storage - Spectra Logic
src: spectralogic.com


See also

Comparison of CDMI server implementations


SOLIDWORKS Data Management Expands to Offer Distributed Data ...
src: blogs.solidworks.com


References


OPC MQTT REST IoT Protocols | HMI Touch Panels-AIS
src: www.aispro.com


External links

  • ISO-8601 International Organization for Standardization, "Data elements and interchange formats -- Information interchange -- Representation of dates and times", ISO 8601:2004
  • ITU-T509 International Telecommunications Union Telecommunication Standardization Sector (ITU-T), Recommendation X.509: Information technology - Open Systems Interconnection - The Directory: Public-key and attribute certificate frameworks, May 2000. Specification and technical corrigenda -
  • POSIX ERE The Open Group, Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition
  • Cloud Interoperability Plugfest project

Source of the article : Wikipedia

Comments
0 Comments