Skip to content
START FOR FREE
START FOR FREE
  • SUPPORT
  • COMMUNITY
Menu
  • SUPPORT
  • COMMUNITY
MENUMENU
  • Products
    • The World’s Fastest and Most Scalable Graph Platform

      LEARN MORE

      Watch a TigerGraph Demo

      TIGERGRAPH CLOUD

      • Overview
      • TigerGraph Cloud Suite
      • FAQ
      • Pricing

      USER TOOLS

      • GraphStudio
      • Insights
      • Application Workbenches
      • Connectors and Drivers
      • Starter Kits
      • openCypher Support

      TIGERGRAPH DB

      • Overview
      • GSQL Query Language
      • Compare Editions

      GRAPH DATA SCIENCE

      • Graph Data Science Library
      • Machine Learning Workbench
  • Solutions
    • The World’s Fastest and Most Scalable Graph Platform

      LEARN MORE

      Watch a TigerGraph Demo

      Solutions

      • Solutions Overview

      INCREASE REVENUE

      • Customer Journey/360
      • Product Marketing
      • Entity Resolution
      • Recommendation Engine

      MANAGE RISK

      • Fraud Detection
      • Anti-Money Laundering
      • Threat Detection
      • Risk Monitoring

      IMPROVE OPERATIONS

      • Supply Chain Analysis
      • Energy Management
      • Network Optimization

      By Industry

      • Advertising, Media & Entertainment
      • Financial Services
      • Healthcare & Life Sciences

      FOUNDATIONAL

      • AI & Machine Learning
      • Time Series Analysis
      • Geospatial Analysis
  • Customers
    • The World’s Fastest and Most Scalable Graph Platform

      LEARN MORE

      CUSTOMER SUCCESS STORIES

      • Ford
      • Intuit
      • JPMorgan Chase
      • READ MORE SUCCESS STORIES
      • Jaguar Land Rover
      • United Health Group
      • Xbox
  • Partners
    • The World’s Fastest and Most Scalable Graph Platform

      LEARN MORE

      PARTNER PROGRAM

      • Partner Benefits
      • TigerGraph Partners
      • Sign Up
      TigerGraph partners with organizations that offer complementary technology solutions and services.​
  • Resources
    • The World’s Fastest and Most Scalable Graph Platform

      LEARN MORE

      BLOG

      • TigerGraph Blog

      RESOURCES

      • Resource Library
      • Benchmarks
      • Demos
      • O'Reilly Graph + ML Book

      EVENTS & WEBINARS

      • Graph+AI Summit
      • Graph for All - Million Dollar Challenge
      • Events &Trade Shows
      • Webinars

      DEVELOPERS

      • Documentation
      • Ecosystem
      • Developers Hub
      • Community Forum

      SUPPORT

      • Contact Support
      • Production Guidelines

      EDUCATION

      • Training & Certifications
  • Company
    • Join the World’s Fastest and Most Scalable Graph Platform

      WE ARE HIRING

      COMPANY

      • Company Overview
      • Leadership
      • Legal Terms
      • Patents
      • Security and Compliance

      CAREERS

      • Join Us
      • Open Positions

      AWARDS

      • Awards and Recognition
      • Leader in Forrester Wave
      • Gartner Research

      PRESS RELEASE

      • Read All Press Releases
      TigerGraph Reports Exceptional Customer Growth and Product Leadership as More Market-Leading Companies Tap the Power of Graph
      March 1, 2023
      Read More »

      NEWS

      • Read All News
      The-New-Stack-Logo-square

      Multiple Vendors Make Data and Analytics Ubiquitous

      TigerGraph enhances fundamentals in latest platform update

  • START FREE
    • The World’s Fastest and Most Scalable Graph Platform

      GET STARTED

      • Request a Demo
      • CONTACT US
      • Try TigerGraph
      • START FREE
      • TRY AN ONLINE DEMO

TigerGraph Developer Spotlight: Frank Blau

  • Liz Anaya Ramos
  • June 8, 2022
  • blog, Developers
  • Blog >
  • TigerGraph Developer Spotlight: Frank Blau
Frank Blau

TigerGraph Developer Spotlights allow you to get to know people using TigerGraph around the world to create powerful connected data solutions answering countless use cases.

Meet Frank Blau

Learn about Frank’s journey from working with relational databases to working with graph technology and how graph has allowed him to make a bigger impact on his clients. 

Tell us a bit about your background, where you are from, and what you did before becoming a Principal Data Architect at EBCONT?

I’m originally from Southern California, the Santa Barbara area, but I spent the bulk of my life, about 25 years, in Seattle. For the past five years, I’ve been living in western Austria. As far as my career, I studied modern English literature in school. At some point, I figured out that it wasn’t a great career for me. I became interested in computers as a writing tool, then discovered databases and realized I had a knack for working with them. Then my career kind of just became databases. I went from the relational world, working on a lot of back-end projects, to data warehousing, the dimensional modeling world, then spent some time in the data warehousing appliance space. I also did data architecture consulting of a few varieties. I worked with a couple of product companies and a couple of consulting companies, and now I’m back in the consulting space.

How did you go from working with relational databases to working with graph databases?

Relational to dimensional happened because of growth. The databases got too large, and the queries got too complex. When I was working at a company that was building a data warehouse, I was fortunate enough to work with some brilliant people. They taught me this new way of data modeling. During that time, two things happened. One, I realized learning analytics was going to be a great career, and two, I realized that data could be modeled differently. 

It’s similar to when the programming world moved to object-oriented programming. It took some people a while to get it, but eventually, everybody went, “yep, that’s the way you do it.” That sort of happened with data warehouses, too. Eventually, people realized that if you need to get analytic insights out of lots and lots of data, you can’t do it in a relational database. It just doesn’t perform the types of queries you need. I also worked with time-series data and time-series databases, and document databases. But then, about four years ago, I started hearing about graph databases. At that moment, I didn’t have an application for them until I got into a web agency that wanted to do customer profiles, and I chose a graph database for that project. I was amazed at how natural it is to work with graph databases. I’ve been an addict ever since. That’s also how I discovered TigerGraph!

What has surprised you most about working with graph technology?

When I would do data modeling for dimensional modeling, I would draw circles and lines on a board to understand customers and their business requirements. I would draw a circle for the customer, a circle for the product, and a line representing the relationship. Then when I was done, I would have to take pictures of all this stuff and go back to my office and design a schema that fit that design. Well, with graph databases, you don’t have to do that. Those lines and circles are the model! That was a real eye-opener for me. 

The other thing that surprised me was the kinds of queries you can write. For example, queries about deep pattern matching are something that people struggle with in the analytics space, and graph just does it out of the box. So you’re not querying tabular structures, you’re actually querying patterns. I thought that was really cool, too. It was a different way of looking at data.

What has it been like working with TigerGraph specifically? 

Initially, I worked with a different graph database and ran into some limitations. I couldn’t understand how to visualize certain types of relationships, and it got frustrating for me, so I Googled around for something else, and that’s how I found TigerGraph. I like how developer-friendly it is; it’s code friendly but it has an interface. I can model something in pictures if I wanted to, but I could also write it as code and easily do that in TigerGraph. The built-in APIs also made it easy to test things, but I have to say, honestly, what made me fall in love with TigerGraph was the support. I found the TigerGraph community to be super friendly and just really want to help you do things right. One of the things that is really difficult about graph databases is you can make a lot more decisions about modeling. There’s not always one best way to do things. Having those kinds of discussions is important, and I found TigerGraph to have great resources. 

Also, as a consultant where I have to be presenting in front of people all the time, TigerGraph allows me to show results and answer questions quickly. For example, I was at a show this week, presenting with a partner of ours, InterSystems IRIS, and I demonstrated how to visualize and analyze their native data using TigerGraph. They asked about adding different attributes, and in about 30 seconds, I was able to show them what the data would look like with that change. From model to execution using TigerGraph is instantaneous. As a consultant, that is super important.

What has been your favorite graph-based project that you’ve worked on so far, and why?

The most interesting graph project I’ve worked on has been building digital twins using graph technology. IoT digital twins is a topic I’m really passionate about. In the use case of Industry 4.0, where you have multiple machines on a production floor, for example, the idea of building out a machine floor and being able to model it using graph and operate it in graph is amazing. That, to me, has been really cool to play with. To be honest, I haven’t completely figured it out yet. I’m still learning how you would model physical things in a graph model. But it sounds like everybody is trying to figure that out right now. It’s a pretty hot topic.

What’s been the most influential resource for your career?

People. Early in my career, I was really fortunate to work with some really smart people who accepted this weird little literature guy interested in databases. They sat down and taught me about Unix. When I worked for the New Science Associates, which was kind of a Gartner spin-off doing research analyst work, I quickly had to learn how to present in front of customers about topics that I didn’t know that much about. And so, people like John Girard would sit down and talk to me, for example about the ten things I needed to know about Unix before going to a customer, really made the difference. Having people like David Birmingham that I could talk to when I started data warehousing and all throughout my career has been really important to me. People have definitely the most influential resource.

If you were going to write another book (Frank has written two books!), what would it be about?

I often thought I’d want to write a novel about what it’s like to have your life go through so many changes and end up in Europe. I think that will be an interesting book, but I also think it would be fun to write a Graph for Dummies type of book. Jon Herke and I have talked about that. It’s hard to say because I write a lot, and my writing tends to be creative. I like to think I’d be able to write a novel someday.

Do you have a good book recommendation? 

The Overstory by Richard Powers is a really powerful book about the environment. Any book by Richard Powers is great. The best book I’ve read recently is Golden Hill by Francis Spufford, and I was blown away by his writing. Every page of his book is so well written. The dialogue, narrative, storyline, everything just comes together well in that book, and I was in awe of every sentence.

Anything else you want to share about yourself?

I love talking to people about this stuff! If you want to brainstorm about graph use cases, what that use case would look like, or just to get ideas, please contact me. I could have conversations like these all day long.

Connect with Other Developers

There are hundreds of TigerGraph developers talking daily in TigerGraph’s developer chat. If you would like to get help from others, discuss ideas, or just meet other graph enthusiasts, check out TigerGraph’s Developer Chat!

You Might Also Like

Trillion edges benchmark: new world record beyond 100TB by TigerGraph featuring AMD based Amazon EC2 instances

Trillion edges benchmark: new world record...

March 13, 2023
Graph Databases 101: Your Top 5 Questions with Non-Technical Answers

Graph Databases 101: Your Top 5...

February 7, 2023
It’s Time to Harness the Power of Graph Technology [Infographic]

It’s Time to Harness the Power...

January 25, 2023

Introducing TigerGraph 3.0

July 1, 2020

Everything to Know to Pass your TigerGraph Certification Test

June 24, 2020

Neo4j 4.0 Fabric – A Look Behind the Curtain

February 7, 2020

TigerGraph Blog

  • Categories
    • blogs
      • About TigerGraph
      • Benchmark
      • Business
      • Community
      • Compliance
      • Customer
      • Customer 360
      • Cybersecurity
      • Developers
      • Digital Twin
      • eCommerce
      • Emerging Use Cases
      • Entity Resolution
      • Finance
      • Fraud / Anti-Money Laundering
      • GQL
      • Graph Database Market
      • Graph Databases
      • GSQL
      • Healthcare
      • Machine Learning / AI
      • Podcast
      • Supply Chain
      • TigerGraph
      • TigerGraph Cloud
    • Graph AI On Demand
      • Analysts and Research
      • Customer 360 and Entity Resolution
      • Customer Spotlight
      • Development
      • Finance, Banking, Insurance
      • Keynote
      • Session
    • Video
  • Recent Posts

    • Trillion edges benchmark: new world record beyond 100TB by TigerGraph featuring AMD based Amazon EC2 instances
    • Overview of Graph and Machine Learning with TigerGraph | Mar 8 @ 11am PST
    • Gartner Data & Analytics Summit 2023, London
    • Gartner Data and Analytics Summit, Orlando
    • Transaction Surveillance with Maximum Flow Algorithm
    TigerGraph

    Product

    SOLUTIONS

    customers

    RESOURCES

    start for free

    TIGERGRAPH DB
    • Overview
    • Features
    • GSQL Query Language
    GRAPH DATA SCIENCE
    • Graph Data Science Library
    • Machine Learning Workbench
    TIGERGRAPH CLOUD
    • Overview
    • Cloud Starter Kits
    • Login
    • FAQ
    • Pricing
    • Cloud Marketplaces
    USEr TOOLS
    • GraphStudio
    • TigerGraph Insights
    • Application Workbenches
    • Connectors and Drivers
    • Starter Kits
    • openCypher Support
    SOLUTIONS
    • Why Graph?
    industry
    • Advertising, Media & Entertainment
    • Financial Services
    • Healthcare & Life Sciences
    use cases
    • Benefits
    • Product & Service Marketing
    • Entity Resolution
    • Customer 360/MDM
    • Recommendation Engine
    • Anti-Money Laundering
    • Cybersecurity Threat Detection
    • Fraud Detection
    • Risk Assessment & Monitoring
    • Energy Management
    • Network & IT Management
    • Supply Chain Analysis
    • AI & Machine Learning
    • Geospatial Analysis
    • Time Series Analysis
    success stories
    • Customer Success Stories

    Partners

    Partner program
    • Partner Benefits
    • TigerGraph Partners
    • Sign Up
    LIBRARY
    • Resources
    • Benchmark
    • Webinars
    Events
    • Trade Shows
    • Graph + AI Summit
    • Million Dollar Challenge
    EDUCATION
    • Training & Certifications
    Blog
    • TigerGraph Blog
    DEVELOPERS
    • Developers Hub
    • Community Forum
    • Documentation
    • Ecosystem

    COMPANY

    Company
    • Overview
    • Careers
    • News
    • Press Release
    • Awards
    • Legal
    • Patents
    • Security and Compliance
    • Contact
    Get Started
    • Start Free
    • Compare Editions
    • Online Demo - Test Drive
    • Request a Demo

    Product

    • Overview
    • TigerGraph 3.0
    • TIGERGRAPH DB
    • TIGERGRAPH CLOUD
    • GRAPHSTUDIO
    • TRY NOW

    customers

    • success stories

    RESOURCES

    • LIBRARY
    • Events
    • EDUCATION
    • BLOG
    • DEVELOPERS

    SOLUTIONS

    • SOLUTIONS
    • use cases
    • industry

    Partners

    • partner program

    company

    • Overview
    • news
    • Press Release
    • Awards

    start for free

    • Request Demo
    • take a test drive
    • SUPPORT
    • COMMUNITY
    • CONTACT
    • Copyright © 2023 TigerGraph
    • Privacy Policy
    • Linkedin
    • Facebook
    • Twitter

    Copyright © 2020 TigerGraph | Privacy Policy

    Copyright © 2020 TigerGraph Privacy Policy

    • SUPPORT
    • COMMUNITY
    • COMPANY
    • CONTACT
    • Linkedin
    • Facebook
    • Twitter

    Copyright © 2020 TigerGraph

    Privacy Policy

    • Products
    • Solutions
    • Customers
    • Partners
    • Resources
    • Company
    • START FREE
    START FOR FREE
    START FOR FREE
    TigerGraph
    PRODUCT
    PRODUCT
    • Overview
    • GraphStudio UI
    • Graph Data Science Library
    TIGERGRAPH DB
    • Overview
    • Features
    • GSQL Query Language
    TIGERGRAPH CLOUD
    • Overview
    • Cloud Starter Kits
    TRY TIGERGRAPH
    • Get Started for Free
    • Compare Editions
    SOLUTIONS
    SOLUTIONS
    • Why Graph?
    use cases
    • Benefits
    • Product & Service Marketing
    • Entity Resolution
    • Customer Journey/360
    • Recommendation Engine
    • Anti-Money Laundering (AML)
    • Cybersecurity Threat Detection
    • Fraud Detection
    • Risk Assessment & Monitoring
    • Energy Management
    • Network Resources Optimization
    • Supply Chain Analysis
    • AI & Machine Learning
    • Geospatial Analysis
    • Time Series Analysis
    industry
    • Advertising, Media & Entertainment
    • Financial Services
    • Healthcare & Life Sciences
    CUSTOMERS
    read all success stories

     

    PARTNERS
    Partner program
    • Partner Benefits
    • TigerGraph Partners
    • Sign Up
    RESOURCES
    LIBRARY
    • Resource Library
    • Benchmark
    • Webinars
    Events
    • Trade Shows
    • Graph + AI Summit
    • Graph for All - Million Dollar Challenge
    EDUCATION
    • TigerGraph Academy
    • Certification
    Blog
    • TigerGraph Blog
    DEVELOPERS
    • Developers Hub
    • Community Forum
    • Documentation
    • Ecosystem
    COMPANY
    COMPANY
    • Overview
    • Leadership
    • Careers  
    NEWS
    PRESS RELEASE
    AWARDS
    START FREE
    Start Free
    • Request a Demo
    • SUPPORT
    • COMMUNITY
    • CONTACT
    Dr. Jay Yu

    Dr. Jay Yu | VP of Product and Innovation

    Dr. Jay Yu is the VP of Product and Innovation at TigerGraph, responsible for driving product strategy and roadmap, as well as fostering innovation in graph database engine and graph solutions. He is a proven hands-on full-stack innovator, strategic thinker, leader, and evangelist for new technology and product, with 25+ years of industry experience ranging from highly scalable distributed database engine company (Teradata), B2B e-commerce services startup, to consumer-facing financial applications company (Intuit). He received his PhD from the University of Wisconsin - Madison, where he specialized in large scale parallel database systems

    Todd Blaschka | COO

    Todd Blaschka is a veteran in the enterprise software industry. He is passionate about creating entirely new segments in data, analytics and AI, with the distinction of establishing graph analytics as a Gartner Top 10 Data & Analytics trend two years in a row. By fervently focusing on critical industry and customer challenges, the companies under Todd's leadership have delivered significant quantifiable results to the largest brands in the world through channel and solution sales approach. Prior to TigerGraph, Todd led go to market and customer experience functions at Clustrix (acquired by MariaDB), Dataguise and IBM.