awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 个仓库

Awesome GitHub RepositoriesServer and Infrastructure

Database server distributions, proxies, and deployment tools.

Explore 14 awesome GitHub repositories matching part of an awesome list · Server and Infrastructure. Refine with filters or upvote what's useful.

Awesome Server and Infrastructure GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • pingcap/tidbpingcap 的头像

    pingcap/tidb

    40,166在 GitHub 上查看↗

    TiDB is a horizontally scalable, distributed SQL database designed to provide consistent transactional storage and high-performance analytical processing within a single unified architecture. It utilizes a decoupled compute-storage design and a distributed key-value storage layer to ensure horizontal scalability and efficient range-based queries. By employing a consensus-based replication algorithm, the system maintains high availability and automatic failover across multiple nodes and geographical regions. The platform distinguishes itself through its hybrid transactional and analytical proc

    Provides a distributed HTAP database compatible with the protocol.

    Gocloud-nativedatabasedistributed-database
    在 GitHub 上查看↗40,166
  • vitessio/vitessvitessio 的头像

    vitessio/vitess

    20,788在 GitHub 上查看↗

    Vitess is a database clustering system for horizontal scaling of MySQL. It functions as a middleware layer that abstracts complex sharding and physical topology, allowing applications to interact with a distributed database environment through a unified interface. By intercepting and routing SQL queries across multiple shards, it enables large-scale data management while maintaining the appearance of a single database instance. The platform distinguishes itself through its ability to perform online schema migrations and distributed transaction coordination without requiring application downti

    Scales database clusters for large web services.

    Gocncfdatabase-clusterkubernetes
    在 GitHub 上查看↗20,788
  • mysql/mysql-servermysql 的头像

    mysql/mysql-server

    12,297在 GitHub 上查看↗

    MySQL Server is a relational database management system designed to organize and store structured information. It functions as a comprehensive SQL server platform that provides reliable transactional integrity and high-performance query execution for enterprise data management. The system distinguishes itself through a pluggable storage engine architecture that decouples logical query processing from physical data storage, allowing for specialized handling of diverse workloads. It maintains data consistency and high concurrency through multi-version concurrency control and write-ahead logging

    Provides the official database server distribution.

    C++
    在 GitHub 上查看↗12,297
  • projectdiscovery/httpxprojectdiscovery 的头像

    projectdiscovery/httpx

    10,053在 GitHub 上查看↗

    httpx is a suite of tools and libraries for HTTP reconnaissance, infrastructure discovery, and DNS resolution. It functions as a command line toolkit for extracting metadata and status codes from HTTP targets and CIDR ranges, as well as a Go library for integrating these probing capabilities into custom programs. The project distinguishes itself through specialized infrastructure profiling, using TLS fingerprinting to extract JARM hashes and certificate details. It identifies underlying components such as CDN usage, Autonomous System Numbers, and CNAMEs to map web server software and infrastr

    Extracts TLS certificates and JARM hashes to create detailed infrastructure profiles of target servers.

    Go
    在 GitHub 上查看↗10,053
  • mariadb/serverMariaDB 的头像

    MariaDB/server

    7,196在 GitHub 上查看↗

    This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings. The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings. The software covers a broad capability su

    Provides a community-developed database server fork.

    C++amazon-web-servicesdatabasefulltext-search
    在 GitHub 上查看↗7,196
  • sysown/proxysqlsysown 的头像

    sysown/proxysql

    6,843在 GitHub 上查看↗

    ProxySQL is a database proxy designed to route and balance traffic between applications and MySQL or PostgreSQL servers. It provides database high availability by monitoring backend server health and automatically rerouting traffic to healthy nodes during failover events to prevent downtime. The system integrates with generative AI models by proxying requests through a protocol handler, creating a bridge that allows large language models to access structured data. The project includes capabilities for traffic management through automatic failover routing and cluster topology discovery. It op

    Acts as a high-performance proxy for database traffic.

    C++
    在 GitHub 上查看↗6,843
  • percona/percona-toolkitpercona 的头像

    percona/percona-toolkit

    1,507在 GitHub 上查看↗

    Percona Toolkit: a collection of advanced open source command-line tools.

    Provides advanced command-line tools for server tasks.

    Perl
    在 GitHub 上查看↗1,507
  • percona/percona-serverpercona 的头像

    percona/percona-server

    1,263在 GitHub 上查看↗

    Percona Server

    Provides an enhanced, drop-in database replacement.

    C++
    在 GitHub 上查看↗1,263
  • tumblr/jetpantstumblr 的头像

    tumblr/jetpants

    1,126在 GitHub 上查看↗

    MySQL toolkit for managing billions of rows and hundreds of database machines

    Automates management for large-scale sharding clusters.

    Ruby
    在 GitHub 上查看↗1,126
  • mariadb4j/mariadb4jMariaDB4j 的头像

    MariaDB4j/MariaDB4j

    899在 GitHub 上查看↗

    MariaDB Embedded in Java JAR

    Launches MariaDB without external installation.

    Java
    在 GitHub 上查看↗899
  • mysql/mysql-utilitiesmysql 的头像

    mysql/mysql-utilities

    276在 GitHub 上查看↗

    MySQL Utilities is a set of easy-to-use scripts intended to make working with MySQL servers easier.

    Maintains and administers servers and replication hierarchies.

    Python
    在 GitHub 上查看↗276
  • stirlingmarketinggroup/swoofStirlingMarketingGroup 的头像

    StirlingMarketingGroup/swoof

    29在 GitHub 上查看↗

    Just swoof it in

    Imports tables rapidly using temporary staging tables.

    Go
    在 GitHub 上查看↗29
  • askdba/myvectoraskdba 的头像

    askdba/myvector

    21在 GitHub 上查看↗

    Vector Storage & Search Plugin for MySQL

    Adds native vector search capabilities to the server.

    C++
    在 GitHub 上查看↗21
  • helgesverre/sql-splitterHelgeSverre 的头像

    HelgeSverre/sql-splitter

    6在 GitHub 上查看↗

    Split large SQL dump files into individual table files. Fast, memory-efficient, multi-dialect.

    Splits and validates large dump files.

    Rust
    在 GitHub 上查看↗6
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Server and Infrastructure

探索子标签

  • Infrastructure ProfilingTechniques for extracting metadata and fingerprints to identify the characteristics of a remote server. **Distinct from Server and Infrastructure:** Focuses on extracting metadata from targets for reconnaissance, whereas the parent is a general list of server software.