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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to etlcpp/etl

Open-source alternatives to ETLCPP Etl

30 open-source projects similar to etlcpp/etl, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best ETLCPP Etl alternative.

  • electronicarts/eastlAvatar de electronicarts

    electronicarts/EASTL

    9,273Voir sur GitHub↗

    EASTL is a C++ Standard Template Library implementation consisting of containers, iterators, and algorithms. It provides cross-platform data structures and a template-based algorithm library designed for use in resource-constrained game engine environments. The library focuses on game engine memory management, providing specialized utilities that ensure predictable memory allocation and high-performance access for real-time applications. These containers maintain consistent behavior across different operating systems and hardware platforms. The project covers high-performance C++ development

    C++c-plus-plusc-plus-plus-11c-plus-plus-14
    Voir sur GitHub↗9,273
  • mariadeanton/miliAvatar de MariadeAnton

    MariadeAnton/MiLi

    41Voir sur GitHub↗

    MiLi A set of minimal libraries composed only by 1 header file each. Copyright (C) 2009 - 2013 Daniel Gutson et al, FuDePAN

    C++
    Voir sur GitHub↗41
  • abseil/abseil-cppAvatar de abseil

    abseil/abseil-cpp

    17,334Voir sur GitHub↗

    Abseil is a common utility library for C++ that provides foundational building blocks for applications. It serves as a collection of optimized utility functions and data structures that augment the C++ standard library across different compiler versions. The library is distinguished by its high-performance containers, including SIMD-accelerated hash maps and sets for efficient key-value lookups. It also provides a comprehensive framework for computing absolute time points, durations, and timestamps across global time zones. The project covers a broad range of capability areas, including conc

    C++
    Voir sur GitHub↗17,334
  • bloomberg/bdeAvatar de bloomberg

    bloomberg/bde

    1,820Voir sur GitHub↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    Voir sur GitHub↗1,820

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • facebook/follyAvatar de facebook

    facebook/folly

    30,412Voir sur GitHub↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    Voir sur GitHub↗30,412
  • ibob/itlibAvatar de iboB

    iboB/itlib

    208Voir sur GitHub↗

    A collection of std-like single-header C++ libraries

    C++
    Voir sur GitHub↗208
  • johnthagen/min-sized-rustAvatar de johnthagen

    johnthagen/min-sized-rust

    9,782Voir sur GitHub↗

    This project is a collection of techniques and configurations for reducing the disk footprint of compiled Rust executables. It serves as a guide and toolset for binary size optimization, providing strategies to minimize the final executable size through compiler flags and configuration. The project focuses on aggressive size reduction strategies, including recompiling the standard library from source to prune unused functions and implementing no-standard-library modes for memory-constrained environments. It details how to eliminate runtime overhead by removing standard library entry points an

    Rustbinary-sizecargocontainers
    Voir sur GitHub↗9,782
  • alpinejs/alpineAvatar de alpinejs

    alpinejs/alpine

    31,675Voir sur GitHub↗

    This project is a declarative framework for building reactive user interfaces by embedding logic directly into HTML markup. It functions as a lightweight state container that tracks data changes and automatically synchronizes the document object model with the underlying application state. By utilizing proxy-based observation, it ensures that interface updates occur precisely when reactive properties are modified. The framework distinguishes itself by allowing developers to define interactive behavior through custom attributes rather than external scripts. This approach enables the compositio

    HTML
    Voir sur GitHub↗31,675
  • alibaba/photonlibosAvatar de alibaba

    alibaba/PhotonLibOS

    1,200Voir sur GitHub↗

    Probably the fastest coroutine lib in the world!

    C++
    Voir sur GitHub↗1,200
  • adacore/gnatcoll-coreAvatar de AdaCore

    AdaCore/gnatcoll-core

    54Voir sur GitHub↗

    This is the core module of the GNAT Components Collection. Please refer to the documentation in the docs/ directory.

    Ada
    Voir sur GitHub↗54
  • armink/cmbacktraceAvatar de armink

    armink/CmBacktrace

    2,120Voir sur GitHub↗

    中文页 | English

    C
    Voir sur GitHub↗2,120
  • arobenko/embxxAvatar de arobenko

    arobenko/embxx

    290Voir sur GitHub↗

    Embxx is Embedded C++ library that is developed with intetion to be used in bare metal and Linux based embedded environments. It comes to supplement essential functionality that is missing in widely used STL and BOOST C++ libraries.

    C++
    Voir sur GitHub↗290
  • ataradov/mcu-starter-projectsA

    ataradov/mcu-starter-projects

    0Voir sur GitHub↗

    This is a collection of simple projects for bare-metal MCU development. Both Makefiles and IDE projects are provided when possible. The target compiler is GCC.

    Voir sur GitHub↗0
  • aui-framework/auiAvatar de aui-framework

    aui-framework/aui

    568Voir sur GitHub↗

    Declarative UI toolkit for modern C++20

    C++c-plus-plusc-plus-plus-20cmake
    Voir sur GitHub↗568
  • apolloauto/apolloAvatar de ApolloAuto

    ApolloAuto/apollo

    26,676Voir sur GitHub↗

    Apollo is a comprehensive software stack designed for autonomous vehicle development, providing the necessary components for perception, planning, and control. It functions as a high-performance robotics middleware, utilizing a publish-subscribe data bus to facilitate low-latency communication between distributed modules and hardware sensors. The platform integrates data from cameras, lidar, and radar through a sensor fusion framework to generate a real-time environmental model for navigation. The system features a component-based runtime framework that manages task scheduling and resource al

    C++apolloautonomous-drivingautonomous-vehicles
    Voir sur GitHub↗26,676
  • apache/incubator-weexAvatar de apache

    apache/incubator-weex

    13,622Voir sur GitHub↗

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    C++
    Voir sur GitHub↗13,622
  • adafruit/circuitpythonAvatar de adafruit

    adafruit/circuitpython

    4,521Voir sur GitHub↗

    CircuitPython is a specialized derivative of the MicroPython runtime designed as an embedded Python interpreter for microcontrollers. It provides a high-level language environment that allows for direct hardware access through a dedicated hardware abstraction layer and a Python microcontroller runtime. The project is distinguished by firmware that exposes the microcontroller as a native USB mass storage device. This allows users to edit code directly on the device as if it were a removable drive, eliminating the need for specialized flashing tools and enabling filesystem-triggered code reload

    C
    Voir sur GitHub↗4,521
  • charlie5/laceAvatar de charlie5

    charlie5/lace

    12Voir sur GitHub↗

    Lace

    Ada
    Voir sur GitHub↗12
  • chiraggude/awesome-laravelAvatar de chiraggude

    chiraggude/awesome-laravel

    13,072Voir sur GitHub↗

    A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem

    awesomelaravelphp
    Voir sur GitHub↗13,072
  • cometbft/cometbftAvatar de cometbft

    cometbft/cometbft

    897Voir sur GitHub↗

    CometBFT: A distributed, Byzantine fault-tolerant, deterministic state machine replication engine. A fork and successor to Tendermint Core.

    Gobftblockchaincosmos
    Voir sur GitHub↗897
  • componolit/gneissAvatar de Componolit

    Componolit/gneiss

    24Voir sur GitHub↗

    Many applications still follow a monolithic design pattern today. Often, their size and complexity precludes thorough verification and increases the likelihood of errors. The lack of isolation allows an errors in an uncritical part of a software to impact other security critical parts.

    Ada
    Voir sur GitHub↗24
  • cosmos/cosmjsAvatar de cosmos

    cosmos/cosmjs

    696Voir sur GitHub↗

    CosmJS is the Swiss Army knife to power JavaScript based client solutions ranging from Web apps/explorers over browser extensions to server-side clients like faucets/scrapers in the Cosmos ecosystem.

    TypeScript
    Voir sur GitHub↗696
  • cosmos/cosmos-sdkAvatar de cosmos

    cosmos/cosmos-sdk

    7,016Voir sur GitHub↗

    Cosmos SDK is a modular blockchain application framework and software development kit used to build sovereign layer-one networks. It provides a foundation for creating customizable blockchains featuring native interoperability, sovereign governance, and Byzantine Fault Tolerant consensus engines. The framework is distinguished by its inter-blockchain communication protocol, which enables the transfer of byte-encoded data and digital assets between independent blockchain networks. It supports multiple consensus models, including Proof of Stake and Proof of Authority, and allows for the integra

    Goblockchaincometbftcosmos-sdk
    Voir sur GitHub↗7,016
  • cosmos/gaiaAvatar de cosmos

    cosmos/gaia

    573Voir sur GitHub↗

    developed.](https://img.shields.io/badge/repo%20status-Active-green.svg)](https://www.repostatus.org/#active)

    Go
    Voir sur GitHub↗573
  • cosmos/iavlAvatar de cosmos

    cosmos/iavl

    450Voir sur GitHub↗

    Note: Requires Go 1.18+

    Go
    Voir sur GitHub↗450
  • cosmos/ibc-goAvatar de cosmos

    cosmos/ibc-go

    640Voir sur GitHub↗

    Inter-Blockchain Communication Protocol (IBC) implementation in Golang.

    Go
    Voir sur GitHub↗640
  • cosmos/ics23Avatar de cosmos

    cosmos/ics23

    129Voir sur GitHub↗

    This is an attempt to define a generic, cross-language, binary representation of merkle proofs, which can be generated by many underlying merkle tree storage implementations and validated by many client libraries over various languages.

    Rust
    Voir sur GitHub↗129
  • cosmwasm/cosmwasmAvatar de CosmWasm

    CosmWasm/cosmwasm

    1,146Voir sur GitHub↗

    component-badge: https://img.shields.io/badge/CosmWasm-6343ae.svg component-url: https://cosmwasm.com apache-badge: https://img.shields.io/badge/License-Apache%202.0-blue.svg apache-url: LICENSE notice-url: NOTICE

    Rust
    Voir sur GitHub↗1,146
  • davisking/dlibAvatar de davisking

    davisking/dlib

    14,399Voir sur GitHub↗

    dlib is a C++ machine learning toolkit and data analysis framework. It provides a collection of algorithms and utilities for building predictive modeling applications and performing statistical analysis on large datasets within native C++ environments. The project functions as a binding library that wraps low-level C++ machine learning algorithms into high-level Python scripting interfaces. This allows for the integration of high-performance native implementations with Python for machine learning development. The framework covers the implementation of predictive models, the execution of mach

    C++c-plus-pluscomputer-visiondeep-learning
    Voir sur GitHub↗14,399
  • bmfe/erosAvatar de bmfe

    bmfe/eros

    1,991Voir sur GitHub↗

    WEEX-EROS

    Vue
    Voir sur GitHub↗1,991