4 个仓库
Database columns that automatically compute values based on mathematical operators and conditional logic applied to other fields.
Distinguishing note: Candidates were too narrow (absolute value, loss functions) or irrelevant (tags); this is a general database feature.
Explore 4 awesome GitHub repositories matching data & databases · Calculated Fields. Refine with filters or upvote what's useful.
Baserow 是一个无代码关系数据库和应用程序构建器,允许用户通过可视化界面创建结构化数据表和业务工具。它作为一个无头 REST API 数据后端和自托管数据工作区,提供了一个在保持对数据驻留完全控制的同时管理协作数据库的平台。 该平台集成了大语言模型,作为 LLM 驱动的数据平台,能够从自然语言生成数据库结构、记录内容和技术工作流。它还充当模型上下文协议 (MCP) 服务器,使远程 AI 代理能够以编程方式与结构化数据库记录进行交互。 除了核心数据库功能外,该项目还提供了用于构建品牌外部门户、内部业务应用程序和交互式仪表板的工具。它包括一个用于业务流程自动化的事件驱动自动化引擎,并支持广泛的 API 集成,包括 Webhook、WebSocket 事件流和第三方数据同步。 该软件专为私有基础设施托管和容器化部署而设计,以确保数据主权和安全。
Implements calculated fields that perform mathematical operations and conditional logic within database tables.
Baserow is a self-hosted, no-code relational database platform built on PostgreSQL. It provides a spreadsheet-like interface for structuring and managing data without writing code, while exposing all database resources via a REST API to support headless architectures. The platform distinguishes itself by integrating large language models and embedding servers to power AI assistants and automated data generation. It further extends its utility as a no-code application builder, allowing users to create custom internal portals, dashboards, and business tools using visual logic and managed data.
Computes cell values automatically using mathematical operators and conditional logic based on other fields.
Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries
Provides the ability to define database columns that compute values based on other fields using mathematical and conditional logic.
Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an object mapper, a repository abstraction, and a query DSL wrapper, providing both a standard and a reactive client for executing asynchronous search and persistence operations. The project distinguishes itself by automating data access through repository interfaces, which generate query logic based on method naming conventions. It enables the construction of complex search queries using a domain-specific language and supports advanced search capabilities such as vector similar
Computes values from documents during the search process to include them in the returned results.