MultiCloudJ
Multi-substrate Java SDK providing unified and substrate-neutral interfaces for cloud services such as Security Token Service (STS), Blob Storage, Key-Value Store, and more.
Maven Dependencies
<dependency>
<groupId>com.salesforce.multicloudj</groupId>
<artifactId>{service}-client</artifactId>
<version>{version}</version>
</dependency>
Running Examples
MultiCloudJ includes various example programs demonstrating how to interact with supported services like STS, Blob Storage, and Doc Stores.
Examples are located in the examples
directory.
Service supported as of now
MultiCloudJ provides substrate-neutral interfaces supporting the following service:
- STS (Security Token Service)
- BlobStore
- Document Store
Integration with Cloud Providers
MultiCloudJ provides substrate-neutral interfaces supporting multiple cloud providers, including:
- AWS
- Alibaba
- GCP
Where to Go from Here
Documentation and Guides:
- How to guides: How to use guides for developers ready to use the SDK.
- Design decisions: Some critical design decisions behind the SDK.
API Documentation:
Community and Support:
Additional Resources: