awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Data Integration Utilities · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesData Integration Utilities

Adapters and interfaces for connecting structured data to standard language containers.

Distinguishing note: Focuses on container-level interoperability rather than raw parsing.

Explore 2 awesome GitHub repositories matching data & databases · Data Integration Utilities. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Data Integration Utilities

Awesome Data Integration Utilities GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • nlohmann/json

    nlohmann/json

    48,929View on GitHub↗

    This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre

    Integrates structured data with standard container patterns and iterators for seamless algorithm compatibility.

    C++bsoncborheader-only
    48,929View on GitHub↗
  • prisma/prisma

    prisma/prisma

    45,355View on GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    Creates schemas for validation libraries and simplifies object type definitions for data-heavy applications.

    TypeScriptcockroachdbdatabasejavascript
    45,355View on GitHub↗