Skip to content

kislerdm/cloud-connectors

Repository files navigation

Conntectors Framework

license pyversion coverage

Framework to interface various services of public cloud providers.

Objective

The framework aims to provide an abstraction layer with unified methods to communicate with cloud storage, databases and other services regardless of what public cloud provider is being used.

Package structure

.
├── cloud_connectors
│    ├── aws
│    ├── gcp
│    ├── template
│    ├── decorators.py
│    └── exceptions.py
└── tests
     ├── aws
     ├── template
     ├── test_decorators.py
     └── test_exceptions.py

About

Framework to interface various data sources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages