5 Repos
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.
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.
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.
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.
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.
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.