Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Average Ratings 0 Ratings

Total
ease
features
design
support

No User Reviews. Be the first to provide a review:

Write a Review

Description

Simplifying feature flags in Java allows for dynamic enabling and disabling of features without the need for redeployment. This system enables the implementation of various code paths through the use of predicates that are evaluated at runtime, facilitating conditional logic (if/then/else). Features can be activated not only by flag values but also through role and group access management, making it suitable for practices like Canary Releases. It supports various frameworks, starting with Spring Security, and permits the creation of custom predicates utilizing the Strategy Pattern to determine if a feature is active. Several built-in predicates are available, including white/black lists, time-based conditions, and expression evaluations. Additionally, it enables connection to external sources like a Drools rule engine for enhanced decision-making processes. To maintain clean and readable code, it encourages the use of annotations to avoid nested if statements. With Spring AOP, the target implementation is determined at runtime, influenced by the status of the features. Each execution of a feature involves the ff4j evaluating the relevant predicate, which allows for the collection of events and metrics that can be visualized in dashboards or usage trends over time. This approach not only streamlines feature management but also enhances the monitoring and analytics capabilities of your applications.

Description

Waiting is a compact library designed to facilitate the process of waiting for specific conditions to be met. It fundamentally pauses execution until a designated function returns True, offering various operational modes. Additionally, Waiting is designed to work seamlessly with flux for simulating timelines. The simplest way to utilize it is by providing a function to monitor. It’s straightforward to wait indefinitely; if your predicate yields a value, that value will be returned as the output of wait(). You can also set a timeout, and if this period lapses without the predicate being satisfied, an exception will occur. The library polls the predicate at a default interval of one second, which can be adjusted using the sleep_seconds parameter. When dealing with multiple predicates, Waiting offers two efficient methods for aggregation: any and all. These methods are similar to Python's built-in any() and all(), but they ensure that a predicate is not invoked more than necessary, which is particularly beneficial when working with predicates that are resource-intensive and time-consuming. By streamlining these functions, Waiting enhances both the efficiency and user experience of handling asynchronous operations.

API Access

Has API Yes 

API Access

Has API No 

Screenshots View All

Screenshots View All

Integrations

Amazon DynamoDB Yes 
Apache HBase Yes 
ArangoDB Yes 
Couchbase Yes 
Docker Yes 
Drools Yes 
Eureka ERP Yes 
Flux No 
HashiCorp Consul Yes 
Hazelcast Yes 
Ignite Yes 
MariaDB Yes 
MongoDB Yes 
Neo4j Yes 
Oracle Database Yes 
PostgreSQL Yes 
Python No 
Redis Yes 
SQL Server Yes 
Terracotta Yes 

Integrations

Amazon DynamoDB No 
Apache HBase No 
ArangoDB No 
Couchbase No 
Docker No 
Drools No 
Eureka ERP No 
Flux Yes 
HashiCorp Consul No 
Hazelcast No 
Ignite No 
MariaDB No 
MongoDB No 
Neo4j No 
Oracle Database No 
PostgreSQL No 
Python Yes 
Redis No 
SQL Server No 
Terracotta No 

Pricing Details

No price information available.
Free Trial No 
Free Version Yes 

Pricing Details

Free
Free Trial No 
Free Version Yes 

Deployment

Web-Based Yes 
On-Premises No 
iPhone App No 
iPad App No 
Android App No 
Windows No 
Mac No 
Linux No 
Chromebook No 

Deployment

Web-Based No 
On-Premises No 
iPhone App No 
iPad App No 
Android App No 
Windows Yes 
Mac Yes 
Linux Yes 
Chromebook No 

Customer Support

Business Hours No 
Live Rep (24/7) No 
Online Support Yes 

Customer Support

Business Hours No 
Live Rep (24/7) No 
Online Support Yes 

Types of Training

Training Docs Yes 
Webinars No 
Live Training (Online) Yes 
In Person No 

Types of Training

Training Docs Yes 
Webinars Yes 
Live Training (Online) No 
In Person No 

Vendor Details

Company Name

FF4J

Website

ff4j.org

Vendor Details

Company Name

Python Software Foundation

Country

United States

Website

pypi.org/project/waiting/

Product Features

Feature Management

A/B Testing No 
Entitlement Management No 
Feature Alerts No 
Feature Flag / Toggle No 
Feature Rollout Management No 
KPI Monitoring No 
Kill Switch No 
Multivariate Testing No 
Product Experimentation No 
Whitelist Creation No 

Product Features

Alternatives

waiting Reviews

waiting

Python Software Foundation

Alternatives