awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

143 个仓库

Awesome GitHub RepositoriesDatabase Record Management

Utilities for performing lifecycle operations on database records such as restoration and replication.

Distinguishing note: Focuses on administrative record lifecycle management rather than raw database drivers or query builders.

Explore 143 awesome GitHub repositories matching data & databases · Database Record Management. Refine with filters or upvote what's useful.

Awesome Database Record Management GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • donnemartin/system-design-primerdonnemartin 的头像

    donnemartin/system-design-primer

    353,387在 GitHub 上查看↗

    这是一个关于分布式系统架构和后端基础设施设计的综合教育资源和学习指南。它为掌握设计复杂软件系统所需的扩展性、可靠性和性能原则提供了结构化课程。 该仓库通过提供一种系统化的技术面试准备方法脱颖而出,结合了设计模式、架构权衡和间隔重复工具,帮助用户记忆复杂概念。它强调约束驱动的分析,教授用户在起草架构设计时如何评估延迟、一致性和可用性等相互竞争的需求。 内容涵盖了广泛的系统设计能力,包括数据库扩展、流量管理和基础设施优化策略。它详细介绍了水平扩展、多层缓存、异步通信和服务发现技术,同时还提供了用于执行资源估算和容量规划的框架。 文档以学习指南的形式组织,为后端工程和大规模系统设计的基础知识提供了系统化的路径。

    Explains automated processes for removing outdated database entries based on timestamp thresholds.

    Pythondesigndesign-patternsdesign-system
    在 GitHub 上查看↗353,387
  • awesome-selfhosted/awesome-selfhostedawesome-selfhosted 的头像

    awesome-selfhosted/awesome-selfhosted

    299,516在 GitHub 上查看↗

    这是一个由社区策划的开源软件目录,专为在私有服务器环境和家庭实验室中部署而设计。它作为发现主流云服务独立自托管替代方案的综合资源,使用户能够保持对数字基础设施的完全数据所有权和控制权。 该目录通过层级分类法构建,将庞大的应用程序集合组织成逻辑类别,范围从媒体管理和数据分析到私有通信和团队生产力工具。它通过协作同行评审流程脱颖而出,社区成员验证每个提交的质量和相关性,以确保目录保持准确和可靠。 该项目涵盖了广泛的能力领域,包括基础设施自动化、基于容器的服务部署和声明式配置管理。这些工具协助用户维护可复现的服务器环境,并管理私有硬件上的复杂服务依赖。 该目录作为版本控制仓库进行维护,确保所有更新和社区驱动的变更都是可追踪且透明的。

    Provides a web-based interface for performing administrative tasks on various database systems.

    awesomeawesome-listcloud
    在 GitHub 上查看↗299,516
  • doocs/advanced-javadoocs 的头像

    doocs/advanced-java

    78,987在 GitHub 上查看↗

    This project is a comprehensive Java backend engineering guide and technical reference focused on high-concurrency design, distributed systems, and microservices architecture. It provides detailed strategies for decomposing monolithic applications, managing service discovery, and implementing the architectural patterns required for scalable backend environments. The repository distinguishes itself through an extensive collection of big data algorithmic references and database scaling strategies. It covers memory-efficient techniques for analyzing massive datasets, such as Top-K element extrac

    Balances CPU and memory usage by cleaning up expired data via random periodic sampling and on-access checks.

    Javaadvanced-javadistributed-search-enginedistributed-systems
    在 GitHub 上查看↗78,987
  • searxng/searxngsearxng 的头像

    searxng/searxng

    32,180在 GitHub 上查看↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Purges database keys by expiration to maintain performance and prevent blocking.

    Pythonbingbravedegoogle
    在 GitHub 上查看↗32,180
  • filamentphp/filamentfilamentphp 的头像

    filamentphp/filament

    31,215在 GitHub 上查看↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Automates the creation of data management forms, tables, and resource pages by inspecting database model structures.

    PHPadminalpine-jsbuilder
    在 GitHub 上查看↗31,215
  • qwibitai/nanoclawqwibitai 的头像

    qwibitai/nanoclaw

    29,956在 GitHub 上查看↗

    Nanoclaw is an LLM agent orchestrator and multi-platform chat gateway designed to deploy and manage isolated AI agents. It provides a containerized runtime that executes agents within sandboxed Linux containers, ensuring filesystem and state isolation through dedicated workspaces and host bind-mounts. The project distinguishes itself through a unified routing pipeline that connects agents to diverse messaging platforms, including WhatsApp, Discord, Slack, Telegram, Signal, and iMessage. It integrates the Model Context Protocol to extend agent capabilities via managed external data and functio

    Performs CRUD operations on system entities using a CLI with structured JSON output.

    TypeScriptai-agentsai-assistantclaude-code
    在 GitHub 上查看↗29,956
  • kodecocodes/swift-algorithm-clubkodecocodes 的头像

    kodecocodes/swift-algorithm-club

    29,099在 GitHub 上查看↗

    This project is a comprehensive collection of common computer science algorithms and data structures implemented in Swift. It serves as an educational reference and library for studying computational complexity, algorithmic logic, and data structure engineering through practical code examples. The repository provides a wide suite of data structure implementations, including various types of linked lists, heaps, hash tables, and an extensive range of hierarchical trees such as Red-Black, B-Tree, and Splay trees. It also covers diverse sorting and searching techniques, from basic bubble sort to

    Provides a process that iterates through a sequence of nodes to calculate the total item count.

    Swiftalgorithmsdata-structuresswift
    在 GitHub 上查看↗29,099
  • marmelab/react-adminmarmelab 的头像

    marmelab/react-admin

    26,780在 GitHub 上查看↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    Provides form components with built-in validation to capture, update, and manage structured data entries.

    TypeScriptadminadmin-dashboardadmin-on-rest
    在 GitHub 上查看↗26,780
  • langchain-ai/deepagentslangchain-ai 的头像

    langchain-ai/deepagents

    25,006在 GitHub 上查看↗

    Deepagents is an LLM agent orchestration platform and stateful application server designed for deploying and managing AI agents built with computational graphs. It provides a containerized runtime environment that handles agent execution, state persistence, and the versioning of AI assistants. The platform distinguishes itself through deep integration with the Model Context Protocol, allowing agents to function as servers that expose tools and capabilities to external clients. It features a sophisticated observability suite for capturing execution traces, performing LLM-based evaluations agai

    Automatically deletes old conversation threads and associated checkpoints based on time-to-live settings.

    Pythonagentsdeepagentslangchain
    在 GitHub 上查看↗25,006
  • kovidgoyal/calibrekovidgoyal 的头像

    kovidgoyal/calibre

    24,146在 GitHub 上查看↗

    Calibre is a comprehensive suite for digital library management, serving as a centralized hub for organizing, converting, and editing e-book collections. It functions as a multi-purpose platform that combines a relational database for metadata tracking with a powerful processing engine capable of transforming document formats and restructuring internal markup. Beyond local management, the software acts as a content server, enabling users to host their libraries over a network for remote access and reading via standard web browsers. The project distinguishes itself through its deep extensibili

    Maps digital content to physical print edition pages for navigation.

    Pythoncalibreebookebook-formats
    在 GitHub 上查看↗24,146
  • pubkey/rxdbpubkey 的头像

    pubkey/rxdb

    23,048在 GitHub 上查看↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Provides a structured interface for performing create, read, update, and delete operations on stored documents.

    TypeScriptangularbrowser-databasecouchdb
    在 GitHub 上查看↗23,048
  • redis/go-redisredis 的头像

    redis/go-redis

    22,159在 GitHub 上查看↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Provides a standard interface for creating, reading, updating, and deleting data entities within the database.

    Gogogolangredis
    在 GitHub 上查看↗22,159
  • beekeeper-studio/beekeeper-studiobeekeeper-studio 的头像

    beekeeper-studio/beekeeper-studio

    22,030在 GitHub 上查看↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    Manages database records through a unified graphical interface for viewing, sorting, and editing.

    TypeScriptbigquerycassandracockroachdb
    在 GitHub 上查看↗22,030
  • timescale/timescaledbtimescale 的头像

    timescale/timescaledb

    21,876在 GitHub 上查看↗

    TimescaleDB is an open-source PostgreSQL extension that adds native time-series capabilities to the database. At its core, it transforms standard PostgreSQL tables into hypertables—automatically partitioned by time intervals—so data is stored in fixed-size chunks without manual sharding. The extension includes a library of over 200 built-in SQL functions purpose-built for time-series workloads, such as time bucketing, gap filling, percentile estimation, and time-weighted averages. What distinguishes TimescaleDB from generic PostgreSQL is its set of integrated time-series features that work th

    Schedules background tasks to physically reorder chunks by an index, improving query performance on range scans.

    Canalyticsdatabasefinancial-analysis
    在 GitHub 上查看↗21,876
  • iv-org/invidiousiv-org 的头像

    iv-org/invidious

    20,471在 GitHub 上查看↗

    Invidious is a privacy-focused, self-hosted alternative frontend for mainstream video platforms. It operates as a decentralized network of independent instances that provide a lightweight, ad-free interface for consuming media. By acting as a proxy between the user and the content provider, the platform prevents tracking and data collection while maintaining a familiar browsing experience. The project distinguishes itself through its robust suite of network-level traffic management and anonymization tools. It employs techniques such as IP rotation, reverse proxy stream routing, and integratio

    Performs database maintenance by purging stale records and expired security tokens to reclaim storage.

    Crystalagplv3hacktoberfestinvidious
    在 GitHub 上查看↗20,471
  • wagtail/wagtailwagtail 的头像

    wagtail/wagtail

    20,366在 GitHub 上查看↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Generates administrative interfaces for listing, creating, editing, and deleting database records with configurable forms.

    Pythoncmsdjangohacktoberfest
    在 GitHub 上查看↗20,366
  • nautechsystems/nautilus_tradernautechsystems 的头像

    nautechsystems/nautilus_trader

    20,056在 GitHub 上查看↗

    Nautilus Trader is a high-performance algorithmic trading framework built in Rust, designed for the development, backtesting, and live execution of automated trading strategies. It provides a comprehensive platform for managing multi-asset portfolios and interacting with diverse financial markets through a standardized connectivity suite. The system is engineered to handle high-frequency data processing and complex order execution while maintaining precise numerical accuracy across various asset classes. The framework distinguishes itself through an architecture centered on deterministic even

    Automates the removal of inactive orders and positions from memory to prevent resource exhaustion.

    Rustalgorithmic-trading-engineartificial-intelligencecrypto-trading
    在 GitHub 上查看↗20,056
  • lionsoul2014/ip2regionlionsoul2014 的头像

    lionsoul2014/ip2region

    19,159在 GitHub 上查看↗

    ip2region is an offline IP geolocation library and framework designed to resolve IPv4 and IPv6 addresses to city-level regional information using local binary data files. It functions as a binary IP database compiler and a cross-language search client, allowing for regional lookups without relying on external APIs. The project distinguishes itself through a specialized binary format that supports high-performance query optimization. It employs adjacent-segment IP merging and deduplicated region storage to minimize the database footprint, while utilizing memory-mapped file caching and vector-i

    Allows modification of raw regional records via manual entry or batch imports before binary compilation.

    Javaip-addressip-address-databaseip-address-location
    在 GitHub 上查看↗19,159
  • tencent/apijsonTencent 的头像

    Tencent/APIJSON

    18,395在 GitHub 上查看↗

    APIJSON is a no-code database API generator and object-relational mapping layer that automatically transforms relational database schemas into functional HTTP endpoints. It provides a system for generating CRUD operations and technical documentation without the need to write manual backend code. The project is distinguished by its ability to allow clients to define custom JSON response structures and field aliases directly within the request. It features dynamic query translation that converts structured JSON parameters into optimized SQL for complex relational joins, subqueries, and data agg

    Offers automated interfaces for performing create, read, update, and delete operations on database records.

    Javabaasclickhousecrud
    在 GitHub 上查看↗18,395
  • dapperlib/dapperDapperLib 的头像

    DapperLib/Dapper

    18,331在 GitHub 上查看↗

    Dapper is a lightweight object-relational mapper for .NET that functions as a high-performance data access library. It operates by extending standard database connection interfaces, allowing developers to execute raw SQL queries while automating the mapping of database results to strongly-typed objects. The library distinguishes itself through its use of runtime code generation, which creates high-performance instructions to map database rows to object properties with minimal overhead. It provides flexible data retrieval options, supporting both memory-buffered loading for speed and row-by-ro

    Automates create, read, update, and delete operations on database tables using extension methods.

    C#ado-netdappersql
    在 GitHub 上查看↗18,331
上一个123456…8下一个
  1. Home
  2. Data & Databases
  3. Database Record Management

探索子标签

  • Airtable Record Managers1 个子标签Tools for creating, updating, and managing records in Airtable through programmatic integrations. **Distinct from Database Record Management:** Distinct from Database Record Management: focuses specifically on Airtable's API and record model, not general database record lifecycle operations.
  • Asset-to-Record Mappings1 个子标签Linking file storage paths and metadata to specific database records. **Distinct from Database Record Management:** Specifically maps files to application records, whereas the parent focuses on general administrative record lifecycle management.
  • Audit LogsRecords of executed SQL and PromQL statements with user, source, and timestamp details for monitoring and compliance. **Distinct from Database Record Management:** Distinct from Database Record Management: focuses on recording query execution history for auditing, not on lifecycle operations like restoration or replication.
  • CRUD Interfaces1 个子标签Automated interfaces for creating, reading, updating, and deleting database records. **Distinct from Database Record Management:** Distinct from general record management: focuses specifically on the automated generation of CRUD interfaces from database models.
  • Expired Record Purging1 个子标签Automated processes for removing outdated database entries based on timestamp thresholds. **Distinct from Database Record Management:** Distinct from general record management: focuses specifically on time-based cleanup of stale data.
  • Record Change Monitoring1 个子标签Mechanisms for detecting updates to specific records to trigger automated refreshes. **Distinct from Record Updates:** Focuses on the detection and monitoring of changes rather than the act of updating the record.
  • Record Counting6 个子标签Utilities for calculating the total number of rows matching specific query criteria in a database table. **Distinct from Database Record Management:** Distinct from general record management: focuses specifically on aggregation and counting logic rather than lifecycle or replication.
  • Record Reorderers1 个子标签Drag-and-drop interfaces for manual record sequencing. **Distinct from Database Record Management:** Focuses on the reordering capability for records, distinct from general record management.
  • Record Updates8 个子标签Methods for modifying existing database rows using key-value pairs or maps. **Distinct from Database Record Management:** Distinct from general record management: focuses specifically on the update operation logic rather than lifecycle management.
  • Record-to-Page Bindings6 个子标签Mechanisms for associating database records with specific pages via URL identifiers. **Distinct from Database Record Management:** Focuses on URL-based record binding, distinct from general record management.
  • Test Data ManipulationsUtilities for creating, retrieving, and modifying database records specifically for preparing and verifying test states. **Distinct from Database Record Management:** Distinct from Database Record Management by focusing on test-driven data setup and verification rather than administrative record lifecycle management.