awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesPresence Validators

Logic for verifying the existence of variables or data entries to control workflow branching.

Distinct from Automated Data Validation: Distinct from Automated Data Validation: focuses on existence checks for control flow rather than ML-based data ingestion validation.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Presence Validators. Refine with filters or upvote what's useful.

Awesome Presence Validators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • automaapp/automaAvatar de AutomaApp

    AutomaApp/automa

    21,425Ver en GitHub↗

    Automa is a browser-based automation platform that enables users to build, schedule, and execute repetitive web tasks through a visual, no-code interface. By operating as a browser extension, it provides a canvas-based environment where users construct workflows by connecting functional blocks to interact with web elements, manage browser state, and process data. The platform distinguishes itself through its deep integration with the browser environment, allowing for complex orchestration such as event-driven triggers, cross-origin request handling, and the ability to package workflows as sta

    Verifies the existence of workflow variables or table entries to determine if automation should proceed.

    Vueautomationbrowser-automationbrowser-extension
    Ver en GitHub↗21,425
  • jeremyevans/sequelAvatar de jeremyevans

    jeremyevans/sequel

    5,076Ver en GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Provides common validation methods such as presence, format, length, uniqueness, type, and numeric checks.

    Ruby
    Ver en GitHub↗5,076
  1. Home
  2. Artificial Intelligence & ML
  3. Automated Data Validation
  4. Presence Validators

Explorar subetiquetas

  • Common Validation HelpersBuilt-in validation methods for common checks such as presence, format, length, uniqueness, type, and numeric constraints. **Distinct from Presence Validators:** Distinct from Presence Validators: covers a broad set of validation helpers (format, length, uniqueness, etc.), not just presence checks.