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.

JanusGraph Nuts and Bolts Part 1: Write Performance

Explore your tuning options for increasing JanusGraph write throughput and lowering latencies.

2021 Trends in Supply Chain

The focus of this webinar is to show you how new Visualizations and Graph technology trends in 2021 can increase the usability and accuracy of your supply chain.

ZooKeeper Usage 3: Where is the ZooKeeper?

Okay, so you’re sold on using ZooKeeper to be your service locator or configuration repository. Your services will all talk to ZooKeeper when they start up to find out who they are, who their neighbors are, and generally how to get on with all the other animals at the zoo. But what service locator do you use to find out where ZooKeeper itself is? (ZooKeeper is actually in one or more places, since it typically runs on multiple servers in a production environment.) The answer probably depends on the scope of your problem: a 10,000 node cluster will be different than a few dozen services. Your best options are drawn from the service locator patterns already built into your OS or environment. Here we’ll talk about 3 options.