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

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

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

3 रिपॉजिटरी

Awesome GitHub RepositoriesSecure Database Configurations

Restrictive configuration sets for database management systems to protect stored data.

Distinct from Database Administration: Focuses on applying restrictive security settings rather than general database object management

Explore 3 awesome GitHub repositories matching data & databases · Secure Database Configurations. Refine with filters or upvote what's useful.

Awesome Secure Database Configurations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dev-sec/ansible-os-hardeningdev-sec का अवतार

    dev-sec/ansible-os-hardening

    5,391GitHub पर देखें↗

    This project is a collection of automated hardening frameworks and Ansible roles designed to secure Linux systems, databases, SSH services, and web servers. It functions as a configuration framework that reduces the attack surface of Linux distributions through the automated enforcement of security policies. The collection provides specific security baselines for a variety of services, including MySQL databases, OpenSSH daemons, and web servers such as Nginx and Apache. These roles are designed to remove insecure defaults, enforce secure authentication methods, and align system configurations

    Applies restrictive configuration sets to MySQL database instances to protect stored data.

    Jinja
    GitHub पर देखें↗5,391
  • baomidou/dynamic-datasourcebaomidou का अवतार

    baomidou/dynamic-datasource

    5,177GitHub पर देखें↗

    This project is a dynamic datasource manager for Spring Boot designed to handle multiple database connections and switch between them at runtime. It provides a system for managing database read-write splitting, coordinating distributed transactions across disparate databases, and updating connection settings without requiring an application restart. The framework differentiates itself through its ability to route traffic based on user sessions or headers to support multi-tenant architectures. It also includes a mechanism for encrypting sensitive database credentials within configuration files

    Protects sensitive database credentials in configuration files using encryption to prevent plain text exposure.

    Javadatasourcedistributed-transactiondynamic-datasource
    GitHub पर देखें↗5,177
  • testcontainers/testcontainers-dotnettestcontainers का अवतार

    testcontainers/testcontainers-dotnet

    4,317GitHub पर देखें↗

    Testcontainers for .NET is a Docker testing library and integration testing framework designed to manage the lifecycle of throwaway containers. It provides high-level abstractions as a Docker API wrapper to provision ephemeral infrastructure, replacing mocks with real database, messaging, and search engine instances to ensure isolated and reproducible test environments. The project distinguishes itself through a builder-configuration-container pattern and a dynamic port binding mechanism that prevents collisions during concurrent test execution. It enables reliable service-to-service communic

    Configures API keys and TLS certificates for containerized vector databases to verify secure communication.

    C#automationdockerdotnet
    GitHub पर देखें↗4,317
  1. Home
  2. Data & Databases
  3. Database Administration
  4. Secure Database Configurations

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

  • Vector Database Security ConfigurationsApplying security settings like API keys and TLS to vector database containers. **Distinct from Secure Database Configurations:** Distinct from generic secure database configs by targeting the specific needs of vector databases