2 Repos
Isolated storage environments for sharing and synchronizing configuration data across infrastructure components.
Distinct from Shared Memory Configuration Stores: Distinct from shared memory stores: focuses on persistent configuration state synchronization for infrastructure resources rather than volatile memory.
Explore 2 awesome GitHub repositories matching data & databases · Infrastructure Configuration Stores. Refine with filters or upvote what's useful.
Crossplane is a Kubernetes-based control plane framework that functions as a cloud resource orchestrator and infrastructure-as-code platform. It enables the management of heterogeneous infrastructure by extending the Kubernetes API to provision and maintain external cloud services through declarative configuration. By utilizing custom resource controllers, it continuously reconciles the state of external infrastructure with defined desired states, ensuring consistent deployment and lifecycle management across multiple cloud providers. The platform distinguishes itself through its composition-
Crossplane stores and retrieves shared configuration data in an isolated environment to facilitate patching and state synchronization between composite and composed resources.
Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma
Defines connection classes for offline store backends in the feature store configuration.