Categorygithub.com/appliedres/cloudy
repositorypackage
0.0.45
Repository: https://github.com/appliedres/cloudy.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Cloudy

badge

IN WORK -- DO NOT USE

Planned to be an open source library that is a runtime adapter for AWS and Azure cloud capablilies. This library tries to provide simple capalbities instead of trying for a full-coverage. As you ned to use more complex capalbities they you should be able to tie into the underlying APIs from each of the Cloud Vendors.

Capablities

  • User Management
  • Group Management
  • Blob / Bucket
  • Mail
  • SMS / Notification
  • JSON Data storage / query
  • Binary Data storage

Providers

AWS

Amazon Web Services

  • User Management - Cognito
  • Group Management - Cognito
  • Blob / Bucket - S3
  • Mail - SES
  • SMS - SNS
  • JsonDataStorage - OpenSearch
  • BinaryDataStorage - S3

Azure

Microsoft Azure

  • User Management - AAD
  • Group Management - AAD
  • Blob / Bucket - Azure Blob Storage
  • Mail - Azure Communication Services
  • SMS - Azure Communication Services
  • JsonDataStorage - Cosmos
  • BinaryDataStorage - Azure Blob Storage

ElasticSearch

  • JsonDataStorage

Keycloak

  • User Management
  • Group Management

For Developers

Releasing a Version

git tag v0.1.0
git push origin v0.1.0