awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDatastore Abstractions

Interfaces that decouple application logic from specific database backend implementations.

Distinguishing note: Focuses on the abstraction layer rather than the database itself.

Explore 2 awesome GitHub repositories matching data & databases · Datastore Abstractions. Refine with filters or upvote what's useful.

Awesome Datastore Abstractions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • k3s-io/k3sk3s-io का अवतार

    k3s-io/k3s

    33,305GitHub पर देखें↗

    K3s is a lightweight Kubernetes distribution designed for resource-constrained environments, edge computing, and simplified deployment across diverse hardware architectures. It functions as a container orchestration engine that automates the deployment, scaling, and management of containerized applications. By bundling all necessary control plane components and dependencies into a single binary, it minimizes the system footprint and streamlines the installation process. The project distinguishes itself through a flexible architecture that supports both high-availability clustering and minimal

    Decouples control plane state management from the underlying database implementation.

    Gok8skubernetes
    GitHub पर देखें↗33,305
  • k0sproject/k0sk0sproject का अवतार

    k0sproject/k0s

    6,290GitHub पर देखें↗

    k0s is a Kubernetes distribution that packages all control plane and worker components into a single binary, enabling cluster deployment with no host dependencies beyond the Linux kernel. It supports a container-native runtime where controllers and workers run inside Docker containers using a single OCI image, and offers declarative YAML configuration for defining cluster topology, host roles, and SSH connection details. The distribution provides pre-built binaries for x86-64, ARM64, ARMv7, and RISC-V architectures, and uses cryptographically signed tokens for secure node enrollment. The proj

    Supports pluggable datastore backends including etcd, SQLite, MySQL, and PostgreSQL for cluster state.

    Gokubernetes
    GitHub पर देखें↗6,290
  1. Home
  2. Data & Databases
  3. Datastore Abstractions

सब-टैग एक्सप्लोर करें

  • Kubernetes Datastore BackendsSelects among etcd, SQLite, MySQL, or PostgreSQL as the cluster's state store, with sensible defaults for single-node and multi-node topologies. **Distinct from Datastore Abstractions:** Distinct from Datastore Abstractions: focuses on concrete datastore backends for Kubernetes cluster state, not general database abstraction layers.