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
·

20 dépôts

Awesome GitHub RepositoriesData Loading

Mechanisms for importing JSON objects into an editor for modification.

Distinct from JSON Data Ingestion: Focuses on loading data into a UI editor rather than database ingestion

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

Awesome Data Loading 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.
  • modood/administrative-divisions-of-chinaAvatar de modood

    modood/Administrative-divisions-of-China

    20,829Voir sur GitHub↗

    This project provides a structured dataset of the administrative divisions of China, covering five levels from provinces down to villages. It delivers this geographical information in a standardized JSON format designed for data exchange and integration. The dataset is organized as a hierarchical source specifically for building cascading address selectors and region pickers. It uses linked data to enable sequential filtering from higher-level provinces down to village-level boundaries. The project covers geographic data management and regional data normalization. It provides the necessary m

    Allows loading structured provincial-to-village datasets to populate multi-level address selectors.

    JavaScriptaddressadministrative-divisionsarea
    Voir sur GitHub↗20,829
  • josdejong/jsoneditorAvatar de josdejong

    josdejong/jsoneditor

    12,247Voir sur GitHub↗

    jsoneditor is a web-based JSON editor component designed for viewing, editing, and formatting structured data. It provides a user interface for managing JSON through multiple rendering modes, including tree, form, and code views. The project is distinguished by its ability to process and visualize exceptionally large datasets, utilizing virtualized memory management to handle JSON files up to 500 MiB without crashing the browser. It also includes a specialized syntax repair tool to convert malformed text into valid JSON and a data transformer for filtering, sorting, and reshaping documents vi

    Provides capabilities to load JSON objects into the editor for display and modification.

    JavaScript
    Voir sur GitHub↗12,247
  • rawgraphs/rawgraphs-appAvatar de rawgraphs

    rawgraphs/rawgraphs-app

    8,994Voir sur GitHub↗

    This project is a client-side data visualization tool and vector graphics generator that transforms tabular data into customizable SVG graphics. It functions as a browser-based visualization engine that processes datasets locally, ensuring that sensitive information is not transmitted to a server. The platform utilizes a modular layout engine to render diverse chart types, including hierarchical and temporal visualizations. It supports the definition and integration of custom layout extensions to expand the variety of available visualization types. The system provides capabilities for import

    Provides built-in loaders to import CSV and TSV files into tabular structures for visualization.

    JavaScriptd3jsdatadata-visualization
    Voir sur GitHub↗8,994
  • apache/datafusionAvatar de apache

    apache/datafusion

    8,908Voir sur GitHub↗

    Apache DataFusion is an extensible, columnar SQL query engine that runs embedded within a host application without requiring a separate server process. It processes data in columnar batches using Apache Arrow for memory-efficient analytics, and can scale analytic workloads across multiple nodes for parallel execution. The engine supports both SQL and DataFrame queries through a modular, streaming architecture that allows custom operators, data sources, functions, and optimizer rules. The engine distinguishes itself through its modular extension framework, which enables building custom query e

    Loads data from Parquet, Avro, and compressed formats directly into Arrow columnar memory for analysis.

    Rustarrowbig-datadataframe
    Voir sur GitHub↗8,908
  • northwoodssoftware/gojsAvatar de NorthwoodsSoftware

    NorthwoodsSoftware/GoJS

    8,447Voir sur GitHub↗

    GoJS is a JavaScript diagramming library and canvas-based visualization engine used to build interactive flowcharts, organizational charts, and network diagrams. It functions as a data-driven framework that binds JavaScript data models to visual elements, enabling bidirectional synchronization between the underlying data and the graphical representation. The library features a comprehensive graph layout engine capable of automatically arranging nodes into trees, grids, circles, or force-directed layouts. It distinguishes itself through a template-based system for generating visual parts and a

    Automatically loads structured JSON objects or arrays into the diagram model.

    HTMLcanvaschartcharts
    Voir sur GitHub↗8,447
  • bytedance/flowgram.aiAvatar de bytedance

    bytedance/flowgram.ai

    8,146Voir sur GitHub↗

    Flowgram.ai is a workflow development framework for building AI workflow platforms. It provides a visual drag-and-drop canvas for constructing workflows, an Entity-Component-System (ECS) based document model for structuring workflow nodes as a tree, and a node-based form engine for managing configuration forms with built-in rendering, validation, side effects, and error handling. The framework also includes a workflow execution engine that parses directed graph workflows and runs nodes step by step with state tracking and array iteration. The framework distinguishes itself through a layered r

    Workflow builder loads workflow data into the editor from a JSON object or external source, supporting initial load and dynamic reload.

    TypeScriptaiautomationcoze
    Voir sur GitHub↗8,146
  • olifolkerd/tabulatorAvatar de olifolkerd

    olifolkerd/tabulator

    7,550Voir sur GitHub↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    Populates the interactive table using JavaScript arrays of objects or JSON data during initialization.

    JavaScriptajaxcdnjsdata
    Voir sur GitHub↗7,550
  • hospitalrun/hospitalrun-frontendAvatar de HospitalRun

    HospitalRun/hospitalrun-frontend

    6,888Voir sur GitHub↗

    HospitalRun Frontend is an offline-first progressive web application designed for hospital information system administration, enabling healthcare facilities to manage patient records, appointments, and clinical workflows through a web-based interface. The application stores patient data locally in the browser's IndexedDB database, allowing full functionality without a persistent internet connection, and synchronizes changes with the backend server via RESTful API calls when connectivity is restored. The system implements role-based access control routing that restricts navigation and feature

    Loads a pre-built dataset from a file to populate the database with test records for evaluation or training.

    TypeScriptcouchdbemrfrontend
    Voir sur GitHub↗6,888
  • goldendict/goldendictAvatar de goldendict

    goldendict/goldendict

    6,616Voir sur GitHub↗

    GoldenDict is an offline and online dictionary reader that retrieves word definitions from local files and web sources, displaying entries with full formatting, images, and hyperlinks through an embedded WebKit rendering engine. It reads dictionary files in Babylon, StarDict, Dictd, and ABBYY Lingvo formats without requiring conversion, and supports querying arbitrary websites via user-defined URL templates. The application integrates with the system through global hotkeys and clipboard monitoring, allowing users to trigger lookups or translate selected text in any other application without m

    Reads dictionary files in Babylon, StarDict, Dictd, and ABBYY Lingvo formats without conversion.

    C++
    Voir sur GitHub↗6,616
  • gephi/gephiAvatar de gephi

    gephi/gephi

    6,536Voir sur GitHub↗

    Gephi is an open-source desktop application for visualizing and analyzing large-scale network graphs. It provides an interactive platform for exploring complex relational data, combining hardware-accelerated rendering with real-time layout controls and a plugin-based modular architecture. The platform distinguishes itself through its ability to handle networks of up to 100,000 nodes and 1,000,000 edges using a custom OpenGL rendering engine, enabling smooth real-time interaction. It includes a force-directed layout engine with real-time adjustment, a dynamic filter pipeline for selecting node

    Load a curated graph dataset from the project's collection to start exploring network data immediately.

    Java
    Voir sur GitHub↗6,536
  • deepchem/deepchemAvatar de deepchem

    deepchem/deepchem

    6,545Voir sur GitHub↗

    DeepChem is an open-source Python framework for applying deep learning to molecular, chemical, and biological data, serving as a comprehensive toolkit for drug discovery and materials science. At its core, it provides a featurizer-pipeline abstraction that converts raw molecular data into numerical representations, including graph-based molecular structures, SMILES tokenization vocabularies, and disk-sharded dataset persistence for handling large-scale data that exceeds RAM capacity. The framework distinguishes itself through integrated molecular docking workflows that automate pocket detecti

    Provides a utility for reading line-delimited JSON records and featurizing them into a Dataset.

    Pythonbiologydeep-learningdrug-discovery
    Voir sur GitHub↗6,545
  • dimitri/pgloaderAvatar de dimitri

    dimitri/pgloader

    6,295Voir sur GitHub↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Reads data from CSV, fixed-width, dBase, and IBM IXF files, transforming it on the fly.

    Common Lispclozure-clcommon-lispcsv
    Voir sur GitHub↗6,295
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Voir sur GitHub↗

    Decodes and augments images, videos, and speech to reduce data access latency and training time.

    Jupyter Notebook
    Voir sur GitHub↗6,222
  • nvidia/daliAvatar de NVIDIA

    NVIDIA/DALI

    5,713Voir sur GitHub↗

    NVIDIA DALI is a GPU-accelerated data loading and preprocessing library designed for deep learning workflows. It constructs high-performance data pipelines that offload decoding, augmentation, and normalization to the GPU, eliminating CPU bottlenecks in training and inference. The library reads data from multiple storage formats and streams it directly into GPU memory, with support for multi-GPU execution to scale throughput across large-scale workloads. DALI distinguishes itself by enabling data pipelines to be built once and executed across multiple deep learning frameworks without code cha

    Reads from multiple storage formats and streams data directly into GPU memory for deep learning workloads.

    C++audio-processingdata-augmentationdata-processing
    Voir sur GitHub↗5,713
  • biolab/orange3Avatar de biolab

    biolab/orange3

    5,635Voir sur GitHub↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Loads tabular data from CSV, TSV, Excel, and pickle files with automatic column type interpretation.

    Python
    Voir sur GitHub↗5,635
  • farm-fe/farmAvatar de farm-fe

    farm-fe/farm

    5,580Voir sur GitHub↗

    Farm is a Rust-based web build tool and development server that compiles JavaScript, TypeScript, CSS, HTML, and static assets into optimized bundles. It uses a module-graph-based bundling approach with persistent module-level caching, enabling near-instant builds and sub-20ms hot module replacement during development. The tool processes assets based on file extensions, handling CSS, Sass, Less, PostCSS, HTML, and images as first-class modules without requiring JavaScript transformation. Farm distinguishes itself through its Vite-compatible plugin system, accepting Vite, Rollup, and Unplugin p

    Converts comma- and tab-separated value files into importable JavaScript modules.

    Rustbuild-toolbundlercompiler
    Voir sur GitHub↗5,580
  • awslabs/gluontsAvatar de awslabs

    awslabs/gluonts

    5,199Voir sur GitHub↗

    GluonTS est une bibliothèque de séries temporelles probabilistes et un framework de prévision par deep learning. Il fournit une boîte à outils pour construire, entraîner et évaluer des architectures de réseau neuronal qui prédisent les valeurs futures sous forme de distributions de probabilité pour quantifier l'incertitude. Le projet se distingue en prenant en charge la prévision zero-shot et en intégrant diverses approches de modélisation, y compris les réseaux neuronaux probabilistes profonds et des wrappers pour des bibliothèques statistiques externes telles que Prophet et R forecast. Il implémente des primitives architecturales spécialisées comme les convolutions causales et les réseaux résiduels inversibles pour empêcher la fuite d'informations et mapper les représentations latentes en distributions de probabilité valides. Le framework couvre une surface d'ingénierie de données complète, y compris la mise à l'échelle des séries temporelles, les transformations bijectives et la modélisation hiérarchique. Il utilise Apache Arrow et Parquet pour la diffusion d'ensembles de données haute performance et la gestion de l'accès aléatoire. Pour l'évaluation des modèles, il inclut une suite d'évaluation pour mesurer la précision des prévisions et la couverture probabiliste en utilisant des métriques comme la perte quantile et les scores de probabilité de rang continu. La bibliothèque prend en charge le déploiement de modèles via l'intégration avec Amazon SageMaker.

    Implements an interface for loading data from columnar formats like Parquet and Arrow with automatic format detection.

    Pythonartificial-intelligenceawsdata-science
    Voir sur GitHub↗5,199
  • unlayer/react-email-editorAvatar de unlayer

    unlayer/react-email-editor

    5,086Voir sur GitHub↗

    React Email Editor is a drag-and-drop visual builder for creating responsive email templates, built as a React embeddable component. It also serves as an AI-powered email designer, a collaborative email design tool, and a React component library for composing emails programmatically with JSX. The editor represents designs as structured JSON and supports multi-format rendering for email clients, web pages, and PDF. What distinguishes this editor is its deep AI integration: users can generate full email templates from natural language, rewrite text with chosen intent, produce multiple text vari

    Imports design JSON into the editor for resuming editing from saved states.

    TypeScriptbuilderdrag-and-dropemail
    Voir sur GitHub↗5,086
  • assemble/assembleAvatar de assemble

    assemble/assemble

    4,258Voir sur GitHub↗

    Assemble est un générateur de site statique et un système de pipeline de construction qui compile le markdown, les modèles et les données en fichiers HTML statiques. Il fonctionne comme un convertisseur markdown-vers-HTML et un transformateur de format de données capable de déplacer du contenu entre les formats JSON, YAML, XML, PLIST et CSV. Le projet propose un processus de construction basé sur un pipeline où les utilisateurs peuvent définir des séquences ordonnées de transformations de données et d'étapes de traitement de fichiers. Il inclut des outils d'échafaudage de projet pour amorcer les structures de répertoires et les fichiers de configuration à partir de modèles prédéfinis. Le système gère le contenu par filtrage basé sur des collections et imbrication de mises en page hiérarchiques, permettant aux pages d'être organisées par tags et catégories. Il prend en charge des moteurs de modèles enfichables, des fonctions d'assistance personnalisables et l'injection de métadonnées YAML front-matter pour contrôler la logique de rendu. La boîte à outils fournit également des utilitaires pour compiler des feuilles de style LESS, gérer les permaliens du site et surveiller les fichiers pour détecter les changements afin de déclencher des tâches de construction automatisées.

    Imports content from JSON files, YAML files, and front-matter to make values available to templates.

    CSSassembleblog-enginebuild
    Voir sur GitHub↗4,258
  • miek/inspectrumAvatar de miek

    miek/inspectrum

    2,466Voir sur GitHub↗

    Reads complex and real sample files in common SDR formats including SigMF, GNU Radio, BladeRF, HackRF, and RTL-SDR.

    C++dspsdr
    Voir sur GitHub↗2,466
  1. Home
  2. Data & Databases
  3. JSON Editors
  4. Data Loading

Explorer les sous-tags

  • Custom Data Loading HandlersMechanisms for intercepting and customizing data streams during the model ingestion process. **Distinct from Data Loading:** Distinct from general JSON loading: focuses on intercepting raw geometry streams for custom processing.
  • DBF File LoadingLoads data from dBase DBF files into PostgreSQL with automatic table creation and type casting. **Distinct from Data Loading:** Distinct from Data Loading: specifically targets the legacy dBase file format for database ingestion.
  • Error-Resilient LoadingSaving rows rejected by the database to a reject file and continuing to load the remaining good data. **Distinct from Data Loading:** Distinct from Data Loading: focuses on error resilience and continuation, not general data loading.
  • Fixed-Width File LoadersLoads data from fixed-width text files where each column occupies a defined character range. **Distinct from Data Loading:** Distinct from Data Loading: focuses on fixed-width column parsing rather than general JSON or database data loading.
  • GPU-Accelerated Data LoadersDecodes and augments images, videos, and speech on the GPU to reduce data access latency and training time. **Distinct from Data Loading:** Distinct from Data Loading: focuses on GPU-accelerated decoding and augmentation for ML training pipelines, not loading JSON into a UI editor.
  • GeographicMechanisms for importing geographical administrative datasets into application memory or UI components. **Distinct from Data Loading:** Specializes JSON loading for the specific purpose of populating geographic selectors.
  • IXF File LoadingReads IBM IXF data files and loads their contents into PostgreSQL tables using the COPY command. **Distinct from Data Loading:** Distinct from Data Loading: specifically targets the IBM IXF binary exchange format for database loading.
  • Inline and StdinReads COPY-formatted data directly from within the command file or from standard input. **Distinct from Data Loading:** Distinct from Data Loading: focuses on loading data from inline sources or stdin, not general data loading.
  • Line-Delimited JSON LoadersReads line-delimited JSON records, featurizes a specified field, and writes the processed data into a Dataset. **Distinct from Data Loading:** Distinct from Data Loading: focuses on line-delimited JSON records with featurization, not general JSON object loading into an editor.
  • Multi-FormatImporting data from multiple serialization formats like JSON, YAML, and front-matter into a single template context. **Distinct from Multi-Format File Loading:** Focuses on importing data for template use rather than loading data into a database via COPY protocols.
  • Multi-Format File Loading6 sous-tagsLoads data from CSV, fixed-width, dBase, and IBM IXF files into PostgreSQL using the streaming COPY protocol. **Distinct from Data Loading:** Distinct from Data Loading: specifically covers loading from multiple structured file formats into a database, not general data import.
  • Sample Dataset LoadersLoading pre-built datasets from files to populate databases with test records for evaluation or training. **Distinct from Data Loading:** Distinct from Data Loading: focuses on loading pre-built sample datasets for testing and training rather than general JSON data import into an editor.