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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesData Ingestion Plugins

Plugin-based systems for gathering and forwarding metrics from diverse sources.

Distinguishing note: Focuses on the plugin-driven ingestion mechanism rather than the storage backend.

Explore 6 awesome GitHub repositories matching system administration & monitoring · Data Ingestion Plugins. Refine with filters or upvote what's useful.

Awesome Data Ingestion Plugins GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • influxdata/influxdbAvatar de influxdata

    influxdata/influxdb

    31,556Voir sur GitHub↗

    InfluxDB is a specialized time series database platform engineered for the high-speed ingestion, compression, and retrieval of timestamped data at scale. It functions as a distributed metrics platform, providing the infrastructure necessary to organize and analyze massive volumes of time-stamped information to identify trends, patterns, and anomalies within complex data streams. The platform distinguishes itself through a functional dataflow engine that utilizes a specialized programming language for complex analytical transformations and automated tasks. This architecture is supported by a p

    Gathers metrics and events from various sources using a lightweight, plugin-driven tool.

    Rustdatabasegoinfluxdb
    Voir sur GitHub↗31,556
  • owasp-amass/amassAvatar de owasp-amass

    owasp-amass/amass

    14,155Voir sur GitHub↗

    Amass is an attack surface management tool designed to identify, map, and inventory an organization's internet-facing digital assets. It functions as a security asset discovery engine that systematically expands an organization's known infrastructure footprint through recursive domain name resolution and the collection of intelligence from diverse public data sources. The platform distinguishes itself by utilizing a graph-based modeling approach to organize discovered resources. By maintaining a persistent graph database, it tracks the relationships between infrastructure components and norma

    Executes modular enumeration tasks through independent plugins to gather intelligence from diverse external sources.

    Goattack-surfacesdnsenumeration
    Voir sur GitHub↗14,155
  • linkedin/datahubAvatar de linkedin

    linkedin/datahub

    12,106Voir sur GitHub↗

    DataHub is a metadata management system and data catalog platform designed to provide a centralized directory for discovering, managing, and documenting datasets across a diverse data stack. It serves as a comprehensive framework for metadata management, incorporating a data governance framework to classify sensitive information and assign ownership for organizational accountability. The platform distinguishes itself through AI-enabled data discovery, which connects large language models to a metadata graph to allow for natural language search and exploration of data assets. It also provides

    Employs a modular plugin framework of connectors to ingest metadata from various external sources.

    Python
    Voir sur GitHub↗12,106
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Voir sur GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Supports custom ingestion plugins for data platforms not provided out of the box.

    Java
    Voir sur GitHub↗6,098
  • opentsdb/opentsdbAvatar de OpenTSDB

    OpenTSDB/opentsdb

    5,068Voir sur GitHub↗

    OpenTSDB est une base de données de séries temporelles distribuée et un moteur de métriques conçu pour stocker et gérer des volumes massifs de métriques système à haute cardinalité. Il fonctionne comme un magasin de données et une plateforme d'analyse qui permet l'ingestion de métriques à grande échelle et la surveillance de la performance de l'infrastructure à travers un cluster distribué. Le système se distingue par une abstraction de stockage distribué qui supporte de multiples backends tels que HBase, Cassandra et Google Bigtable. Il utilise un arbre de métriques hiérarchique pour organiser les séries temporelles et emploie l'indexation par identifiant numérique pour réduire l'empreinte de stockage et accélérer les recherches pour les métriques taguées. Le projet couvre de larges domaines de capacités incluant l'analyse de données de séries temporelles avec des calculs de centiles distribués et le downsampling, ainsi qu'une gestion complète des métadonnées. Il fournit une intégration API pour l'ingestion et l'interrogation de données, le cache off-heap pour l'optimisation des performances, et des outils pour l'audit d'intégrité des données et l'analyse d'anomalies. Le système est géré via une interface en ligne de commande pour l'administration de la base de données et la synchronisation de l'arbre de métriques.

    Provides a modular plugin system to ingest metrics from diverse sources using various serializers and protocols.

    Java
    Voir sur GitHub↗5,068
  • apache/incubator-devlakeAvatar de apache

    apache/incubator-devlake

    2,940Voir sur GitHub↗

    DevLake is a DevOps data platform and analytics tool designed to orchestrate data pipelines that ingest, transform, and sync metadata from external development tools into a unified database. It functions as a system for collecting and normalizing data from source control, CI/CD pipelines, and issue trackers into a standardized schema to enable consistent software delivery analytics. The platform distinguishes itself by transforming tool-specific data into a common domain model, allowing for the calculation of engineering metrics via SQL. It provides specialized frameworks for measuring DORA m

    Uses a modular plugin system to fetch raw data from diverse external APIs and toolchains.

    Godashboard-friendlydatadata-analysis
    Voir sur GitHub↗2,940
  1. Home
  2. System Administration & Monitoring
  3. Data Ingestion Plugins

Explorer les sous-tags

  • Ingestion Plugin ArchitecturesCreating custom ingestion plugins for unsupported data platforms. **Distinct from Data Ingestion Plugins:** Focuses on the extensibility of the ingestion pipeline, distinct from general metric forwarding plugins.