2 रिपॉजिटरी
Generators specifically producing validation code rather than just general client/server stubs.
Distinct from Protocol Buffer Generators: Distinct from Protocol Buffer Generators: focuses on the generation of semantic validation logic, not basic message classes.
Explore 2 awesome GitHub repositories matching development tools & productivity · Validation Logic Generators. Refine with filters or upvote what's useful.
Cerbos is an open-source authorization service that provides a centralized, language-agnostic engine for managing access control. It functions as a policy-as-code platform, allowing teams to define, test, and distribute authorization rules using declarative YAML or JSON configurations. By decoupling access logic from application code, it enables consistent permission enforcement across diverse service stacks. The project distinguishes itself through its ability to translate high-level authorization policies into native database query filters. This capability allows applications to enforce sec
Defines query plans that enforce resource access conditions at the database level.
This project is a protocol buffer validation plugin and code generator that creates consistent validation logic across multiple programming languages. It functions as a compiler extension for the Protocol Buffer toolchain, allowing developers to define semantic constraints directly within schema files to ensure data consistency. The tool uses custom options to embed validation rules into message definitions, mapping these schema constraints to language-specific implementation patterns. It employs predicate-based constraint checking and recursive traversal to enforce rules across nested messag
Defines semantic constraints in Protobuf schemas to automatically generate code that ensures incoming messages are valid and consistent.