Insights gallery

Explore our thinking

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

Building on Digital Transformation - Integrating, Scaling, and Streamlining Wealth Management for the Future

Building on Digital Transformation - Integrating, Scaling, and Streamlining Wealth Management for the Future

This session builds upon the previous webinar's exploration of digital transformation in wealth management. It delves into the convergence of wealth/asset management with banking, insurance, and planning, focusing on hybrid digital solutions and emerging technologies. Topics include integrating traditional and digital practices, scaling advisor impact (fractional investing, platform services), streamlining operations, the future of financial planning (AI), and meeting evolving client expectations. Provides a roadmap for implementing digital strategies and capitalizing on emerging trends.

Speed Dating with Cassandra

15 Minute Lightning Talks + Q&A. Powerful Data, Storage & Search & Graph Technology in 1 platform - Cassandra.

Customer Satisfaction Scoring Using GraphML

Graph machine learning finds dissatisfied customer cohorts an recommends optimal intervention measures.

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.