7 个仓库
Capabilities for including or excluding specific data subsets during database retrieval.
Distinguishing note: Focuses on API-level filtering for soft-deleted records.
Explore 7 awesome GitHub repositories matching data & databases · Query Filtering. Refine with filters or upvote what's useful.
Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.
Supports querying and filtering of soft-deleted items across local, REST, and GraphQL APIs.
Vapor is a comprehensive server-side web framework designed for building scalable, high-performance applications and APIs in Swift. It provides a non-blocking, event-loop-based runtime that manages concurrent task processing, background job queues, and asynchronous request handling. The framework is built around a dependency injection container that manages the lifecycle and resolution of services, configurations, and database connections throughout the request pipeline. The framework distinguishes itself through a protocol-oriented design that emphasizes type safety across all layers of the
Constrain query results using value comparisons, field-to-field comparisons, subset membership checks, or string pattern matching to filter data precisely.
Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It provides a centralized environment for tracing execution flows, managing prompt templates, and monitoring production performance, allowing teams to gain visibility into complex model interactions and tool usage without requiring manual application code changes. The platform distinguishes itself through its integrated approach to the AI development lifecycle, combining distributed trace instrumentation with automated evaluation frameworks. It supports model-as-a-judge scoring, syn
Selects specific subsets of test cases using query syntax or custom sampling strategies to target particular scenarios.
ABP is an opinionated architectural framework for building enterprise software solutions using .NET and ASP.NET Core. It serves as a structural toolkit for implementing domain-driven design and microservices patterns, providing a modular enterprise architecture where functionality is organized into independent, pluggable modules. The platform is specifically designed to support multi-tenant SaaS architectures, isolating data and configurations for multiple independent customers within a single application instance. It provides enterprise boilerplate infrastructure and pre-configured templates
Automatically applies global rules to database queries to include or exclude records based on business logic.
CASL is a JavaScript authorization library for defining and enforcing declarative access control rules across both frontend and backend environments. It provides an attribute-based access control system that manages permissions based on user roles and specific object properties. The library is designed for isomorphic access control, allowing a consistent set of permission rules to be shared between a server API and a client interface. It enables the serialization of permission sets as plain data objects to maintain synchronization across these different layers. Its capabilities include trans
Translates declarative authorization rules into database filters to retrieve only authorized records.
Tortoise ORM is an asynchronous object-relational mapper for Python that mirrors Django's model and queryset API while running on asyncio. It defines database tables as Python classes with typed fields and supports foreign key, many-to-many, and one-to-one relations, providing a chainable query API for filtering, annotating, grouping, and prefetching related objects without blocking the event loop. The ORM includes a built-in migration engine that detects model changes, generates migration files, and applies or reverts schema changes through a command-line tool. It connects to PostgreSQL, MyS
Provides a chainable filter API that translates to SQL WHERE clauses for retrieving database records.
Console 是一个基于 Web 的管理工具,用于监控和管理 Kafka 集群。它提供了一个图形界面,用于管理主题、消费者组和实时数据流。 该项目包含用于 Kafka Connect 和 Schema Registry 的专用管理器,允许部署数据连接器和管理数据模式。它具有一个集群仪表板,用于跟踪代理健康状况、存储使用情况和机架状态,以及一个用于基于角色的访问控制和审计日志检查的界面。 该平台涵盖数据浏览和过滤、消费者组协调以及数据流水线的构建。它还支持监控数据转换任务,并通过集中式策略引擎管理用户权限。
Provides server-side filtering of topic data to retrieve specific records without loading full datasets into the browser.