3 repos
Database Schema Migrations — Database Management
We curate 3 GitHub repositories matching database management · Database Schema Migrations. Refine with filters or upvote what's useful.
Database Schema Migrations — Database Management
- apache/superset
apache/superset
70,587Superset is a web-based business intelligence platform designed for data exploration, visualization, and interactive dashboarding. It functions as a query-driven analytics engine that connects to various SQL databases, allowing users to perform ad-hoc analysis, define virtual metrics, and build complex data visualizations through a centralized interface. The platform distinguishes itself through a robust semantic layer that transforms raw database schemas into calculated columns and virtual metrics, enabling consistent business logic across an organization. It features a plugin-based visualization architecture that supports modular chart components and custom geospatial maps, alongside granular role-based access control that enforces data security through row-level filters applied directly to generated SQL queries. Beyond its core analytics capabilities, the system provides comprehensive tools for enterprise data governance, including automated reporting, scheduled data snapshots, and secure content embedding. It supports high-performance operations through distributed caching, asynchronous query execution, and a standardized API for programmatic resource management. The project is designed for production-grade deployment, offering extensive configuration for containerized environments, metadata management, and secure network communication. It provides detailed documentation for installation, environment migration, and system hardening to ensure scalability and data integrity across distributed instances.
TypeScriptanalyticsapacheapache-superset - rails/rails
rails/rails
58,297This project is a full-stack web framework designed for building database-backed applications through a standardized architectural pattern. It provides a comprehensive suite of integrated libraries that manage the entire request-response lifecycle, from routing incoming web traffic to rendering dynamic server-side templates. By utilizing an object-relational mapping layer, the framework allows developers to define domain models that map database tables directly to application objects, simplifying data persistence, schema migrations, and complex relationship management. The framework is distinguished by its commitment to convention over configuration, which reduces manual setup by using predefined naming patterns and directory structures to wire components together. It employs a model-view-controller architecture to separate application logic into distinct layers, supported by a modular middleware pipeline that handles cross-cutting concerns like authentication and session management. These features are complemented by built-in utilities for background job processing, real-time communication, and file storage, enabling the creation of complex, scalable services within a single cohesive environment. Beyond core development, the framework includes an extensive suite of infrastructure tools to support the entire software lifecycle. This includes automated testing and quality inspection capabilities, security vulnerability scanning, and specialized helpers for production deployment and performance optimization. Developers can further extend the framework by building custom plugins, engines, and middleware to meet specific project requirements.
Rubyactivejobactiverecordframework - dani-garcia/vaultwarden
dani-garcia/vaultwarden
55,211Vaultwarden is a self-hosted password management server designed to store and synchronize sensitive credentials, identities, and organizational data across multiple client devices. It functions as a database-backed web application that provides an API layer for secure client-server communication, enabling users to manage personal vaults and organizational data sharing with multi-factor authentication. The project distinguishes itself through a comprehensive administrative infrastructure that provides centralized control over server configuration, user accounts, and system diagnostics via a dedicated web-based dashboard. Security is prioritized through token-based administrative access, where management interfaces are protected by hashed authentication tokens, and administrative sessions are strictly controlled through configurable durations and connection invalidation. The architecture is built for consistent execution across diverse environments, utilizing a container-based deployment model that packages the application with all necessary dependencies. It supports flexible infrastructure integration by decoupling reverse proxy traffic routing, allowing external gateways to handle TLS termination and security header enforcement while preserving client IP addresses for accurate logging. The software is distributed as container images for orchestration and deployment, with support for various database backends enabled through compile-time feature flagging. Documentation and maintenance are supported by automated database schema migration tools and regular image updates to ensure ongoing compatibility.
Rustbitwardenbitwarden-rsdocker