# FennFlow > Atomic-like Agnostic Object Storage Framework, the Pydantic way FennFlow is a Python atomic-like agnostic object storage framework providing atomic-like file operations with Saga-pattern compensation, built on top of aiobotocore with Pydantic-powered content models and a Unit of Work abstraction. ## Introduction - [Home](https://alex-fir-it.github.io/index.md) - [Installation](https://alex-fir-it.github.io/install/index.md) - [Getting Help](https://alex-fir-it.github.io/help/index.md) - [Overview](https://alex-fir-it.github.io/overview/index.md) ## Core Concepts - [Uow](https://alex-fir-it.github.io/core_concepts/uow/index.md) - [Connectors](https://alex-fir-it.github.io/core_concepts/connectors/index.md) - [Backends](https://alex-fir-it.github.io/core_concepts/backends/index.md) - [Repositories](https://alex-fir-it.github.io/core_concepts/repositories/index.md) - [Files](https://alex-fir-it.github.io/core_concepts/files/index.md) - [Path Templates](https://alex-fir-it.github.io/core_concepts/path_templates/index.md) - [Reconciler](https://alex-fir-it.github.io/core_concepts/reconciler/index.md) ## Advanced Features - [Reconciler](https://alex-fir-it.github.io/advanced_features/reconciler/index.md) ## Examples - [Setup](https://alex-fir-it.github.io/examples/setup/index.md) - [Base Upload](https://alex-fir-it.github.io/examples/base_upload/index.md) - [Multiple Connectors](https://alex-fir-it.github.io/examples/multiple_connectors/index.md) - [Saga Compensation](https://alex-fir-it.github.io/examples/saga_compensation/index.md) - [Scoped Repository Permissions](https://alex-fir-it.github.io/examples/scoped_repository_permissions/index.md) - [Testing](https://alex-fir-it.github.io/examples/testing/index.md) ## API Reference - [API Reference](https://alex-fir-it.github.io/api/index.md)