5 Repos
Logical containers for organizing database objects and managing access control within a database system.
Distinguishing note: Focuses on organizational isolation of database entities rather than general user management.
Explore 5 awesome GitHub repositories matching data & databases · Namespaces. Refine with filters or upvote what's useful.
MindsDB is an AI-native database engine that treats machine learning models and autonomous agents as virtual tables. By mapping external data sources, predictive models, and third-party services directly into the database schema, it enables users to perform inference, data retrieval, and complex orchestration using standard SQL syntax. The platform distinguishes itself through an autonomous agent orchestrator that executes iterative reasoning loops, allowing agents to plan data access and synthesize natural language responses from connected knowledge bases. It functions as a federated data ga
Organizes database entities like models, agents, and views into dedicated project containers to manage dependencies and access control.
This project provides a comprehensive implementation of the AT Protocol, serving as a framework for building decentralized social networking applications. It enables the creation of distributed data repositories where users maintain cryptographic ownership of their identity and content, allowing for portable accounts that can be migrated between independent servers without central authority intervention. The platform distinguishes itself by decoupling content hosting from discovery through modular algorithmic curation. Users can select third-party services to filter and organize their feeds,
Categorizes data collections using hierarchical identifiers to define repository structure.
Sass is a stylesheet compilation engine and CSS preprocessor that extends standard CSS with variables, nested rules, mixins, and functions. It functions as a comprehensive design system tool, enabling developers to organize complex stylesheets into modular, reusable components while automating the transformation of advanced syntax into browser-compatible CSS. The project distinguishes itself through its sophisticated build automation and language-level extensibility. It provides robust support for programmatic style generation, including conditional logic, iterative loops, and unit-aware math
Allows for renaming module namespaces to improve readability and resolve naming conflicts.
This project provides the core framework and system API layer for the Android operating system. It consists of the fundamental Java and C++ libraries that define system behavior and establish the interface contracts required for system applications and hardware abstraction. The project includes a runtime optimizer used to reduce startup time and improve execution speed by pre-compiling methods and configuring boot images. It also features a software quality toolchain that enforces code formatting, audits commit metadata, and manages API compatibility to ensure stable interface contracts acros
Renames external library packages to internal namespaces during build to avoid classpath conflicts.
Shadow ist ein Gradle-Plugin zum Erstellen von Fat-JARs durch Bündelung einer JVM-Anwendung und aller ihrer Laufzeitabhängigkeiten in ein einziges ausführbares Archiv. Es fungiert als Dependency-Bundler und Archiv-Generator und vereinfacht die Distribution durch Zusammenführen mehrerer Library-Dateien in ein Artefakt. Das Projekt zeichnet sich durch die Fähigkeit aus, Bytecode-Package-Relocation durchzuführen, wodurch Package-Pfade und Import-Statements umbenannt werden, um Classpath-Versionskonflikte zu verhindern. Es bietet zudem Resource-Merging-Tools, die Dateien mit identischen Pfaden mittels benutzerdefinierter Text- oder XML-Transformer kombinieren, und erzeugt reproduzierbare Builds durch Normalisierung von Datei-Zeitstempeln und Berechtigungen. Das Plugin deckt ein breites Spektrum an Funktionen ab, einschließlich Archiv-Content-Filterung, Manifest-Management und der Generierung von Start-Skripten für das Deployment. Es handhabt zudem Artefakt-Publishing durch metadatengesteuerte Workflows und bietet Diagnose-Utilities für die Erkennung doppelter Einträge und die Lokalisierung von Classpath-Ressourcen.
Provides bytecode-level package relocation to avoid classpath conflicts between different library versions.