Insights gallery

Explore our thinking

Dive into our world and find out what we have to say about technology, UX, and software development.

An Inside Look at Fraud Detection Software: Leveraging Machine Learning and Graph Technology to Fight Fraud

This blog post discusses the importance of fraud detection and prevention in organizations and introduces Expero's Connected Toolkit as a comprehensive solution.

Amazon Just Made AI Easier

Among the product announcements from AWS re:Invent 2016, a new triplet of production web services has emerged under the heady title of Artificial Intelligence.

ZooKeeper Usage 2: Observable<ZooKeeper>

In the last post, we used ZooKeeper as a service registry. When services started, they registered with ZooKeeper at a pre-agreed place. (/services/{dataset-name}). Clients could list the data servers available and decide which ones to connect to, or request that new ones could be launched. Thanks to ephemeral nodes, servers can crash and their registry entries are automatically deleted. Today we’ll talk about three use cases for watching changes in ZooKeeper.