awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesData Adapters

Components that translate external data formats into internal types for processing by actors.

Distinct from External Data Connectors: Specifically focuses on the translation and normalization of message formats, whereas External Data Connectors is the broader framework for hosting streams.

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

Awesome Data Adapters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • didi/logicflowAvatar von didi

    didi/LogicFlow

    11,441Auf GitHub ansehen↗

    LogicFlow is an SVG-based flowchart editing framework and visual graph editor used for building customizable business process diagrams. It serves as a customizable diagramming engine for rendering business process models, entity relationship diagrams, and unified modeling language charts. The system is characterized by a plugin-based architecture that allows developers to define specialized graphical elements and register pluggable modules. A distinctive feature is its overlay system, which positions standard HTML components on top of the SVG canvas to create interactive menus and control pan

    Provides data adapters to translate internal graph representations into external business formats during import and export.

    TypeScriptbpmndiagramdiagramming
    Auf GitHub ansehen↗11,441
  • dotnet/orleansAvatar von dotnet

    dotnet/orleans

    10,789Auf GitHub ansehen↗

    Orleans is a .NET distributed actor framework designed for building scalable, cloud-native applications. It implements a virtual actor model where entities with stable identities manage their own state and lifecycle across a cluster of servers. The framework provides a distributed state management system with ACID transaction support and a distributed pub/sub streaming engine for real-time data processing. It distinguishes itself through location-transparent routing, automatic actor activation and deactivation, and elastic cluster scaling that redistributes workloads during node failures. Th

    Provides adapters to translate messages from non-native publishers into formats consumed by distributed actors.

    C#actor-modelactorscloud-computing
    Auf GitHub ansehen↗10,789
  • hediet/vscode-debug-visualizerAvatar von hediet

    hediet/vscode-debug-visualizer

    8,168Auf GitHub ansehen↗

    This is a visual debugging tool for VS Code that renders program variables and data structures as graphical diagrams during active debugging sessions. It functions as a programmable framework that converts internal runtime data and debug expressions into visual representations to assist in understanding program state. The project distinguishes itself through a programmable extraction system that allows the injection of custom JavaScript scripts into the debuggee. These scripts define how project-specific data types are parsed and transformed into JSON formats compatible with the visualization

    Transforms internal runtime data structures into JSON formats compatible with visualization engines.

    TypeScript
    Auf GitHub ansehen↗8,168
  • bespoyasov/frontend-clean-architectureAvatar von bespoyasov

    bespoyasov/frontend-clean-architecture

    2,575Auf GitHub ansehen↗

    This project provides a structural pattern for organizing React and TypeScript applications by decoupling business logic from user interface components and external infrastructure. It implements a layered architecture that isolates core domain rules, ensuring that the application remains independent of specific frameworks, libraries, or external service implementations. The architecture relies on dependency injection and inversion principles to manage service implementations, allowing for modularity and easier testing. By utilizing a functional core and imperative shell, the system separates

    Translates external service data into internal formats to maintain decoupling between infrastructure and business logic.

    TypeScriptadaptersapplicationclean-architecture
    Auf GitHub ansehen↗2,575
  • devaslanphp/project-managementAvatar von devaslanphp

    devaslanphp/project-management

    1,045Auf GitHub ansehen↗

    Dieses Projekt ist eine agile Projektmanagement-Plattform zur Zentralisierung von Aufgabenverfolgung, Workflow-Organisation und Überwachung der Teamproduktivität. Sie bietet einen einheitlichen Arbeitsbereich, in dem Benutzer Projekte, Tickets und Meilensteine über visuelle Boards verwalten und gleichzeitig die für bestimmte Aktivitäten aufgewendete Zeit erfassen können, um detaillierte Leistungsberichte zu generieren. Die Plattform zeichnet sich durch ihre Fähigkeit aus, Daten aus mehreren Drittanbieter-Management-Tools in einem einzigen, normalisierten Schema zu konsolidieren. Sie enthält ein lokalisierungsfähiges Interface-Framework, das globale Teams durch das Einspielen übersetzter Strings zur Laufzeit unterstützt und so die Zugänglichkeit über verschiedene Regionen hinweg sicherstellt. Sicherheit und Zugriffskontrolle werden durch eine integrierte Identitätsföderation verwaltet, die Standardprotokolle zur Überprüfung von Benutzeranmeldedaten und zur Aufrechterhaltung einer zentralisierten Authentifizierung nutzt. Über ihre Kernfunktionen hinaus enthält das System Features zur Verfolgung des Projektfortschritts und zur Identifizierung von Engpässen mittels agiler Methoden. Es verwendet eine Middleware-Schicht zur Handhabung von Anfragenvalidierung und Sicherheitsrichtlinien, um sicherzustellen, dass alle Interaktionen mit der Plattform konsistent und sicher bleiben.

    Normalizes disparate external data structures into a unified internal schema to maintain consistency across multiple third-party project management platforms.

    PHPalpinejschartjsfilament
    Auf GitHub ansehen↗1,045
  1. Home
  2. Data & Databases
  3. External Data Connectors
  4. Data Adapters

Unter-Tags erkunden

  • DebugComponents that translate internal runtime debug data into standardized formats for visualization. **Distinct from Data Adapters:** Specifically translates runtime debug state rather than general external data formats.