awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesCSV-Driven

Matches imported CSV rows to existing database records using unique identifiers and overwrites their fields.

Distinct from Record Updates: Distinct from Record Updates: focuses on updating records via CSV import matching, not general programmatic updates.

Explore 3 awesome GitHub repositories matching data & databases · CSV-Driven. Refine with filters or upvote what's useful.

Awesome CSV-Driven GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • inventree/inventreeAvatar inventree

    inventree/InvenTree

    6,350Vezi pe GitHub↗

    InvenTree is an open-source inventory management platform built on Django, designed for tracking parts, stock levels, and supply chain operations through a web interface and REST API. The system uses barcodes—including QR codes, 1D barcodes, and Data Matrix codes—as primary identifiers for scanning, linking, and triggering inventory actions, and extends core functionality through a Python plugin framework supporting custom actions, UI panels, barcode handlers, and scheduled tasks. The platform distinguishes itself through a comprehensive plugin-based extensibility system that allows custom in

    Updates existing database records by matching imported CSV rows using unique identifiers.

    Pythondjangohacktoberfestpython
    Vezi pe GitHub↗6,350
  • dialogic-godot/dialogicAvatar dialogic-godot

    dialogic-godot/dialogic

    5,259Vezi pe GitHub↗

    Dialogic is a dialogue editor and runtime system for the Godot engine that provides a complete framework for creating branching conversations with characters, animations, and state management. At its core, it functions as a branching narrative editor with visual and text-based timeline authoring, a character animation manager that handles portraits and scene positioning, a localization tool that exports timelines to CSV for translation, and an interactive framework that manages player choices, text reveals, voice lines, and dynamic text effects within conversations. What distinguishes this sy

    Provides a full localization pipeline that maps dialogue text to CSV files using Godot's locale system.

    GDScriptaddondialogicdialogue
    Vezi pe GitHub↗5,259
  • supertuxkart/stk-codeAvatar supertuxkart

    supertuxkart/stk-code

    5,104Vezi pe GitHub↗

    This project is an open-source 3D kart racing game and engine. It functions as a multi-mode competitive racer and customizable racing simulator featuring physics-based driving and vehicle collisions across diverse environments. The software includes tools for designing custom karts, authoring racing challenges, and creating 3D tracks. It supports a variety of competition styles beyond traditional racing, including soccer matches and scavenger hunts, and features a tactical combat powerup system and multiple kart classes with distinct performance attributes. The engine provides capabilities f

    Maps in-game text identifiers to translated strings from external language files based on the selected locale.

    C++
    Vezi pe GitHub↗5,104
  1. Home
  2. Data & Databases
  3. Database Record Management
  4. Record Updates
  5. CSV-Driven

Explorează sub-etichetele

  • Dialogue Localisation MappingsMaps translation identifiers in dialogue events to rows in external CSV files for multilingual text. **Distinct from CSV-Driven:** Distinct from CSV-Driven: focuses on dialogue-specific translation ID mapping, not general database record updates via CSV import.