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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 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/eastlelectronicarts का अवतार

    electronicarts/EASTL

    9,273GitHub पर देखें↗

    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
    GitHub पर देखें↗9,273
  • mariadeanton/miliMariadeAnton का अवतार

    MariadeAnton/MiLi

    41GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗41
  • abseil/abseil-cppabseil का अवतार

    abseil/abseil-cpp

    17,334GitHub पर देखें↗

    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++
    GitHub पर देखें↗17,334
  • bloomberg/bdebloomberg का अवतार

    bloomberg/bde

    1,820GitHub पर देखें↗

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

    C++allocatorscppcpp-library
    GitHub पर देखें↗1,820

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • facebook/follyfacebook का अवतार

    facebook/folly

    30,412GitHub पर देखें↗

    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++
    GitHub पर देखें↗30,412
  • ibob/itlibiboB का अवतार

    iboB/itlib

    208GitHub पर देखें↗

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

    C++
    GitHub पर देखें↗208
  • johnthagen/min-sized-rustjohnthagen का अवतार

    johnthagen/min-sized-rust

    9,782GitHub पर देखें↗

    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
    GitHub पर देखें↗9,782
  • alpinejs/alpinealpinejs का अवतार

    alpinejs/alpine

    31,675GitHub पर देखें↗

    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
    GitHub पर देखें↗31,675
  • alibaba/photonlibosalibaba का अवतार

    alibaba/PhotonLibOS

    1,200GitHub पर देखें↗

    Probably the fastest coroutine lib in the world!

    C++
    GitHub पर देखें↗1,200
  • adacore/gnatcoll-coreAdaCore का अवतार

    AdaCore/gnatcoll-core

    54GitHub पर देखें↗

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

    Ada
    GitHub पर देखें↗54
  • armink/cmbacktracearmink का अवतार

    armink/CmBacktrace

    2,120GitHub पर देखें↗

    中文页 | English

    C
    GitHub पर देखें↗2,120
  • arobenko/embxxarobenko का अवतार

    arobenko/embxx

    290GitHub पर देखें↗

    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++
    GitHub पर देखें↗290
  • ataradov/mcu-starter-projectsA

    ataradov/mcu-starter-projects

    0GitHub पर देखें↗

    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.

    GitHub पर देखें↗0
  • aui-framework/auiaui-framework का अवतार

    aui-framework/aui

    568GitHub पर देखें↗

    Declarative UI toolkit for modern C++20

    C++c-plus-plusc-plus-plus-20cmake
    GitHub पर देखें↗568
  • apolloauto/apolloApolloAuto का अवतार

    ApolloAuto/apollo

    26,676GitHub पर देखें↗

    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
    GitHub पर देखें↗26,676
  • apache/incubator-weexapache का अवतार

    apache/incubator-weex

    13,622GitHub पर देखें↗

    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++
    GitHub पर देखें↗13,622
  • adafruit/circuitpythonadafruit का अवतार

    adafruit/circuitpython

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

    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
    GitHub पर देखें↗4,521
  • charlie5/lacecharlie5 का अवतार

    charlie5/lace

    12GitHub पर देखें↗

    Lace

    Ada
    GitHub पर देखें↗12
  • chiraggude/awesome-laravelchiraggude का अवतार

    chiraggude/awesome-laravel

    13,072GitHub पर देखें↗

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

    awesomelaravelphp
    GitHub पर देखें↗13,072
  • cometbft/cometbftcometbft का अवतार

    cometbft/cometbft

    897GitHub पर देखें↗

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

    Gobftblockchaincosmos
    GitHub पर देखें↗897
  • componolit/gneissComponolit का अवतार

    Componolit/gneiss

    24GitHub पर देखें↗

    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
    GitHub पर देखें↗24
  • cosmos/cosmjscosmos का अवतार

    cosmos/cosmjs

    696GitHub पर देखें↗

    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
    GitHub पर देखें↗696
  • cosmos/cosmos-sdkcosmos का अवतार

    cosmos/cosmos-sdk

    7,016GitHub पर देखें↗

    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
    GitHub पर देखें↗7,016
  • cosmos/gaiacosmos का अवतार

    cosmos/gaia

    573GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗573
  • cosmos/iavlcosmos का अवतार

    cosmos/iavl

    450GitHub पर देखें↗

    Note: Requires Go 1.18+

    Go
    GitHub पर देखें↗450
  • cosmos/ibc-gocosmos का अवतार

    cosmos/ibc-go

    640GitHub पर देखें↗

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

    Go
    GitHub पर देखें↗640
  • cosmos/ics23cosmos का अवतार

    cosmos/ics23

    129GitHub पर देखें↗

    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
    GitHub पर देखें↗129
  • cosmwasm/cosmwasmCosmWasm का अवतार

    CosmWasm/cosmwasm

    1,146GitHub पर देखें↗

    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
    GitHub पर देखें↗1,146
  • davisking/dlibdavisking का अवतार

    davisking/dlib

    14,399GitHub पर देखें↗

    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
    GitHub पर देखें↗14,399
  • bmfe/erosbmfe का अवतार

    bmfe/eros

    1,991GitHub पर देखें↗

    WEEX-EROS

    Vue
    GitHub पर देखें↗1,991