awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesApplication Fork Customizations

Allows maintaining a forked instance to embed custom branding, analytics, or infrastructure changes.

Distinct from Remote Forking Automation: Distinct from Remote Forking Automation: focuses on customizing a forked application instance, not automating the fork creation process.

Explore 2 awesome GitHub repositories matching devops & infrastructure · Application Fork Customizations. Refine with filters or upvote what's useful.

Awesome Application Fork Customizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • google/perfettoAvatar google

    google/perfetto

    5,558Vezi pe GitHub↗

    Perfetto is a platform for system-level performance tracing and analysis on Linux and Android. It combines a high-throughput trace recorder, a SQL-based query engine, and a browser-based visualizer into a single toolchain. The platform covers CPU scheduling and call-stack profiling, native and Java heap memory allocation tracking, GPU and graphics events, and system-wide counters such as CPU frequency and power consumption. The architecture decouples trace recording from offline analysis, using a compact protobuf format for event encoding and columnar storage for efficient SQL queries. The we

    Allows maintaining a forked instance with custom branding, analytics, or infrastructure changes.

    C++
    Vezi pe GitHub↗5,558
  • pgcentralfoundation/pgrxAvatar pgcentralfoundation

    pgcentralfoundation/pgrx

    4,720Vezi pe GitHub↗

    pgrx is a framework for building and packaging custom PostgreSQL extensions using Rust. It serves as a foreign function interface bridge that maps Rust types and functions to the internal server programming interface of the database. The project provides a specialized toolchain for cross-compilation across different operating systems and target architectures using custom sysroots. It includes a schema generator that automatically translates high-level language structures into SQL definitions and binary protocol mappings. The framework manages memory safety by wrapping database memory context

    Allows compilation for PostgreSQL forks with different ABIs by opting into an unsafe feature flag.

    Rustpostgrespostgresqlpostgresql-extension
    Vezi pe GitHub↗4,720
  1. Home
  2. DevOps & Infrastructure
  3. Application Fork Customizations

Explorează sub-etichetele

  • PostgreSQL Fork CompilationAllows compilation for PostgreSQL forks with different ABIs by opting into an unsafe feature flag. **Distinct from Application Fork Customizations:** Distinct from Application Fork Customizations: focuses on compiling extensions for database forks with different ABIs, not general application fork branding.