awesome-repositories.com
Blog
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
·

8 dépôts

Awesome GitHub RepositoriesExternal Data References

Mechanisms for linking to external cloud storage without duplicating data.

Distinct from External Data Integrations: Distinct from general data integration: focuses on referencing external storage via checksums rather than ingestion.

Explore 8 awesome GitHub repositories matching data & databases · External Data References. Refine with filters or upvote what's useful.

Awesome External Data References 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.
  • wandb/wandbAvatar de wandb

    wandb/wandb

    10,844Voir sur GitHub↗

    Wandb is a centralized platform for machine learning experiment tracking, model registry management, and workflow orchestration. It provides a comprehensive suite of tools for logging, visualizing, and versioning training metrics, model artifacts, and hyperparameter sweeps to ensure reproducibility across development cycles. The platform also functions as an observability tool for large language model applications, enabling the tracing of execution steps, token usage, and reasoning processes. The project distinguishes itself through its event-driven automation capabilities, which allow users

    Links to files in external cloud buckets without uploading them, maintaining integrity through checksum validation.

    Pythonaicollaborationdata-science
    Voir sur GitHub↗10,844
  • lancedb/lancedbAvatar de lancedb

    lancedb/lancedb

    9,031Voir sur GitHub↗

    LanceDB is a vector database and columnar data store designed to function as a versioned dataset manager and vector search engine. It serves as a high-performance backend for indexing and retrieving high-dimensional embeddings, providing the foundation for machine learning data pipelines. The system distinguishes itself through a combination of cloud-native object storage and immutable version tracking, allowing for data time-travel and reproducible AI experiments. It integrates hybrid search capabilities, merging dense vector similarity with BM25 full-text search and SQL-like scalar filters

    Adds new columns to existing tables by joining with external data sources or using SQL expressions.

    HTMLapproximate-nearest-neighbor-searchimage-searchnearest-neighbor-search
    Voir sur GitHub↗9,031
  • hazelcast/hazelcastAvatar de hazelcast

    hazelcast/hazelcast

    6,570Voir sur GitHub↗

    Hazelcast is a distributed data platform that combines an in-memory data grid with a stream processing engine to support real-time analytics and event-driven applications. It functions as a partitioned, distributed key-value store that replicates data across cluster nodes to provide low-latency access and high availability. The platform also serves as a distributed SQL query engine, allowing users to execute standard SQL statements against both in-memory datasets and external data sources. What distinguishes Hazelcast is its use of a distributed consensus subsystem to maintain strongly consis

    Registers metadata about external data sources to enable querying remote datasets through a unified interface.

    Javabig-datacachingdata-in-motion
    Voir sur GitHub↗6,570
  • wireservice/csvkitAvatar de wireservice

    wireservice/csvkit

    6,390Voir sur GitHub↗

    csvkit is a composable Unix-style command-line toolkit for converting, filtering, and analyzing CSV files directly from the terminal. It provides a suite of focused single-purpose commands that can be combined via pipes to build complex data processing workflows, with a modular architecture that includes a column-type inference engine for automatically detecting data types and a streaming-pipeline design for efficient handling of tabular data. The toolkit distinguishes itself through its SQL-engine abstraction layer, which allows users to run SQL queries directly against CSV files without req

    Joins CSV files on common columns using command-line operations.

    Python
    Voir sur GitHub↗6,390
  • maiot-io/zenmlAvatar de maiot-io

    maiot-io/zenml

    5,452Voir sur GitHub↗

    ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself

    References and consumes external data by linking files or query results as managed artifacts.

    Python
    Voir sur GitHub↗5,452
  • zenml-io/zenmlAvatar de zenml-io

    zenml-io/zenml

    5,451Voir sur GitHub↗

    ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented

    Passes lightweight references between pipeline steps to track data in external versioning systems without duplicating large files.

    Pythonagentopsagentsai
    Voir sur GitHub↗5,451
  • guelfoweb/knockAvatar de guelfoweb

    guelfoweb/knock

    4,163Voir sur GitHub↗

    Knock est un outil de gestion de la surface d'attaque et un framework de reconnaissance DNS utilisé pour découvrir et cartographier l'infrastructure externe d'une organisation. Il fonctionne comme un outil d'énumération de sous-domaines et un scanner de sécurité HTTP pour identifier les hôtes accessibles et les actifs organisationnels. Le projet se distingue par l'utilisation d'une stratégie d'énumération hybride passif-actif, combinant des recherches d'API externes avec des attaques par force brute de listes de mots et des transferts de zone DNS. Il inclut un pipeline de validation multi-étapes qui détecte les enregistrements DNS wildcard et vérifie la connectivité des hôtes pour filtrer les faux positifs. Le framework couvre la cartographie de la surface d'attaque, l'audit de sécurité DNS et la reconnaissance de vulnérabilités, incluant la détection des protocoles TLS hérités. Les résultats sont gérés via une base de données interrogeable et peuvent être exportés sous forme de rapports HTML ou JSON. Les options de réglage des performances permettent l'ajustement des niveaux de concurrence et des timeouts réseau.

    Uses configuration files to map external API services as data sources for discovery logic.

    Python
    Voir sur GitHub↗4,163
  • medialab/xanAvatar de medialab

    medialab/xan

    3,752Voir sur GitHub↗

    Xan is a command-line tool and data transformation engine for processing CSV, TSV, and JSONL datasets. It functions as a processor for compressed files, enabling random access and seeking within gzipped and Zstd files, and serves as a converter for specialized bioinformatics data formats. The tool handles large datasets without requiring full memory loads by utilizing stream-based processing. It provides capabilities for merging, sorting, and deduplicating massive files, as well as converting data between various tabular formats. The project covers a broad range of data wrangling and analysi

    Combines rows from multiple CSV files using concatenation or join operations.

    Rustclicsvrust
    Voir sur GitHub↗3,752
  1. Home
  2. Data & Databases
  3. External Data Integrations
  4. External Data References

Explorer les sous-tags

  • External Column Merges1 sous-tagOperations for augmenting existing tables by joining columns from external data sources. **Distinct from External Data References:** Distinct from External Data References: focuses on the act of appending new columns via joins rather than just referencing storage.
  • External Source MappingsRegistration of metadata for external data sources to enable unified querying. **Distinct from External Data References:** Distinct from External Data References: focuses on registering metadata for SQL-based querying of external sources rather than just referencing cloud storage.