4 रिपॉजिटरी
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 एक वेब-आधारित डेटाबेस मैनेजर और क्लाउड डेटाबेस IDE है जो SQL और NoSQL डेटाबेस को प्रशासित करने के लिए एक केंद्रीकृत ब्राउज़र इंटरफ़ेस प्रदान करता है। यह एक मल्टी-डेटाबेस एडमिनिस्ट्रेशन टूल और एक RBAC डेटाबेस एक्सेस गेटवे के रूप में कार्य करता है, जो उपयोगकर्ताओं को एक एकल सर्वर-आधारित इंस्टॉलेशन के माध्यम से विविध रिलेशनल और डॉक्यूमेंट-आधारित डेटाबेस इंजन्स को मैनेज करने की अनुमति देता है। प्लेटफ़ॉर्म प्राकृतिक भाषा SQL जनरेशन और ऑप्टिमाइज़ेशन के लिए एक आर्टिफिशियल इंटेलिजेंस असिस्टेंट को इंटीग्रेट करके खुद को अलग करता है। यह केंद्रीकृत एक्सेस मैनेजमेंट और भूमिका-आधारित अनुमतियों के माध्यम से टीमों में डेटाबेस ऑपरेशन्स का समन्वय करके सहयोगी डेटा इंजीनियरिंग का समर्थन करता है। सिस्टम ट्री-आधारित स्कीमा ब्राउज़र्स और ग्रिड-आधारित एडिटर्स के माध्यम से विज़ुअल डेटा एक्सप्लोरेशन, साथ ही व्यापक कनेक्शन मैनेजमेंट और डेटा ट्रांसफर यूटिलिटीज सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें क्लाउड सर्विस प्रोवाइडर्स द्वारा होस्ट किए गए डेटाबेस संसाधनों की खोज और प्रबंधन के लिए विशेष उपकरण भी शामिल हैं। एप्लिकेशन को क्लाइंट-सर्वर सिस्टम के रूप में डिप्लॉय किया जाता है, जो वेब ब्राउज़र के माध्यम से रिमोट डेटाबेस एडमिनिस्ट्रेशन को सक्षम बनाता है।
Enables teams to coordinate database operations and share connections through centralized access and permission controls.