-
Notifications
You must be signed in to change notification settings - Fork 8
FAQ
Business rules describe the conditions or constraints that you must know or follow to fulfill a requirement. Business rules are typically defined by law or policy and are rarely changed. In fact, business rules must be followed regardless of whether there is a system to support business objectives or whether activities are done manually.
- YARE is natively built for Spark, Hadoop, Amazon EMR and Azure HDInsights.
- YARE scales horizontally as your environment for processing scales
- YARE is not memory intensive,
- YARE handles complex and complicated data decision logic through Wrangler DSL
- YARE conditions are simple to write and follow JEXL syntax for expressing expressions.
- YARE can be applied on aggregates and as well on row-by-row transformations
YARE can be used by non-programmers. Basic knowledge of writing expressions and knowledge of wrangler directives is a pre-requisite to writing rules within YARE.
YARE is built for business analysts and non-programmers who work on enforcing policies, developers who want to transform data and make decision on data.
Yes, YARE provides the ability to manage and modify rules through a web-based user interface. Rules are managed outside of the pipelines.
Yes, YARE is built with scalability in mind. It's built ground up to run on in your complex Spark, Hadoop environment or Cloud environment.
Yes, YARE provides a web based user interface integrated with CDAP. The interface can be used for writing, modifying and managing rules.
YARE exposes the notion of Rulebook
-- which is essentially a collection of Rules
. Rulebook
can be created and managed through the user interface provided as add-on to CDAP.
Yes, they can be executed as part of ETL pipeline through CDAP pipeline capability. YARE provides a CDAP transform plugin for extracting rules.
Yes, YARE is built as CDAP Application and CDAP Plugin, so were every CDAP can runs which is all public clouds, YARE would also run there.
YARE supports multiple extension points, with CDAP Plugins for extending the transformation environment and through wrangler UDD's for extending the action capabilities.
Cask DRE: A business rule engine for your big data needs.