4 repository-uri
Systems that enable real-time team cooperation on live database data.
Distinguishing note: Focuses on shared data visibility rather than general database administration.
Explore 4 awesome GitHub repositories matching data & databases · Collaborative Data Platforms. Refine with filters or upvote what's useful.
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
Shares access to a live database with team members to enable real-time cooperation and consistent data visibility.
Dolt is a relational database engine that integrates version control directly into the database management layer. It functions as a version-controlled SQL database that tracks every row and schema change using a commit-based history, allowing users to branch, merge, and audit data modifications. By implementing a wire-protocol-compatible server, the system enables standard SQL clients and tools to interact with versioned data as if they were connecting to a traditional relational database. The platform distinguishes itself by applying repository-style workflows to data management, including s
Enables team collaboration on datasets using repository-style workflows like forks, pull requests, and merge operations.
PySyft is a privacy-preserving machine learning framework and remote computation engine. It functions as a decentralized data analysis orchestrator that allows for the execution of data science workflows on remote servers without requiring the transfer of raw private data from the host device. The platform provides a secure collaboration environment where data owners manage permissions and authorize specific collaborators to run computations. It differentiates its workflow by utilizing mock data for local development and validation before submitting final analysis jobs to private remote serve
Offers a platform for managing data permissions and authorizing collaborators to run computations on isolated private datasets.
CloudBeaver este un manager de baze de date web și un IDE de baze de date în cloud care oferă o interfață de browser centralizată pentru administrarea bazelor de date SQL și NoSQL. Funcționează ca un instrument de administrare multi-bază de date și un gateway de acces la baze de date RBAC, permițând utilizatorilor să gestioneze diverse motoare de baze de date relaționale și bazate pe documente printr-o singură instalare bazată pe server. Platforma se distinge prin integrarea unui asistent de inteligență artificială pentru generarea și optimizarea SQL în limbaj natural. De asemenea, suportă ingineria datelor colaborativă prin coordonarea operațiunilor bazei de date între echipe prin gestionarea centralizată a accesului și permisiuni bazate pe roluri. Sistemul acoperă o gamă largă de capabilități, inclusiv explorarea vizuală a datelor prin browsere de schemă bazate pe arbore și editoare bazate pe grilă, precum și gestionarea cuprinzătoare a conexiunilor și utilitare de transfer de date. Include, de asemenea, instrumente specializate pentru descoperirea și gestionarea resurselor de baze de date găzduite de furnizorii de servicii cloud. Aplicația este implementată ca un sistem client-server, permițând administrarea bazei de date de la distanță printr-un browser web.
Enables teams to coordinate database operations and share connections through centralized access and permission controls.