Skip to content

Java Service Provider Interface for storage back-ends

License

Notifications You must be signed in to change notification settings

indigo-dc/cdmi-spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INDIGO-DataCloud CDMI Java SPI

Java Service Provider Interface for CDMI storage back-ends

Maven

Latest Release (Stable)

v0.4

Release notes v0.4

  • added structure to CdmiObjectStatus to hold CDMI children arrays

Release notes v0.3

  • added structure to CdmiObjectStatus to hold CDMI export attributes

Usage

Using cdmi-spi from KIT SCC repository

<repositories>
	<repository>
		<releases>
		  <enabled>true</enabled>
		  <updatePolicy>always</updatePolicy>
		  <checksumPolicy>fail</checksumPolicy>
		</releases>
		<id>SCC-KIT</id>
		<name>SCC</name>
		<url>http://cdmi-qos.data.kit.edu/maven/</url>
	  <layout>default</layout>
  </repository>
</repositories>
<dependency>
	<groupId>edu.kit.scc</groupId>
	<artifactId>cdmi-spi</artifactId>
	<version>0.4</version>
</dependency>

Requirements

Build & Usage

The project uses the Maven build automation tool.

You can build the project with

mvn clean package

About

Java Service Provider Interface for storage back-ends

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages