awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pingcap/tidbAvatar de pingcap

    pingcap/tidb

    40,166Ver en 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
    Ver en GitHub↗40,166
  • vitessio/vitessAvatar de vitessio

    vitessio/vitess

    20,788Ver en 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
    Ver en GitHub↗20,788
  • mysql/mysql-serverAvatar de mysql

    mysql/mysql-server

    12,297Ver en 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++
    Ver en GitHub↗12,297
  • projectdiscovery/httpxAvatar de projectdiscovery

    projectdiscovery/httpx

    10,053Ver en 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
    Ver en GitHub↗10,053
  • mariadb/serverAvatar de MariaDB

    MariaDB/server

    7,196Ver en 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
    Ver en GitHub↗7,196
  • sysown/proxysqlAvatar de sysown

    sysown/proxysql

    6,843Ver en 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++
    Ver en GitHub↗6,843
  • percona/percona-toolkitAvatar de percona

    percona/percona-toolkit

    1,507Ver en GitHub↗

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

    Provides advanced command-line tools for server tasks.

    Perl
    Ver en GitHub↗1,507
  • percona/percona-serverAvatar de percona

    percona/percona-server

    1,263Ver en GitHub↗

    Percona Server

    Provides an enhanced, drop-in database replacement.

    C++
    Ver en GitHub↗1,263
  • tumblr/jetpantsAvatar de tumblr

    tumblr/jetpants

    1,126Ver en GitHub↗

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

    Automates management for large-scale sharding clusters.

    Ruby
    Ver en GitHub↗1,126
  • mariadb4j/mariadb4jAvatar de MariaDB4j

    MariaDB4j/MariaDB4j

    899Ver en GitHub↗

    MariaDB Embedded in Java JAR

    Launches MariaDB without external installation.

    Java
    Ver en GitHub↗899
  • mysql/mysql-utilitiesAvatar de mysql

    mysql/mysql-utilities

    276Ver en 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
    Ver en GitHub↗276
  • stirlingmarketinggroup/swoofAvatar de StirlingMarketingGroup

    StirlingMarketingGroup/swoof

    29Ver en GitHub↗

    Just swoof it in

    Imports tables rapidly using temporary staging tables.

    Go
    Ver en GitHub↗29
  • askdba/myvectorAvatar de askdba

    askdba/myvector

    21Ver en GitHub↗

    Vector Storage & Search Plugin for MySQL

    Adds native vector search capabilities to the server.

    C++
    Ver en GitHub↗21
  • helgesverre/sql-splitterAvatar de HelgeSverre

    HelgeSverre/sql-splitter

    6Ver en GitHub↗

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

    Splits and validates large dump files.

    Rust
    Ver en GitHub↗6
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Server and Infrastructure

Explorar subetiquetas

  • 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.