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

      LEARN MORE

      Watch a TigerGraph Demo

      PRODUCTS

      • Why Graph?
      • Products Overview
      • What's New
      • GraphStudio User Interface
      • Visualization Toolkits
      • GSQL Query Language
      • Connectors

      TigerGRAPH ENTERPRISE

      • Enterprise Overview
      • Features

      TIGERGRAPH CLOUD

      • Cloud Overview
      • Cloud Starter Kits
      • Login/Sign Up
      • FAQ
      • Pricing
      • Marketplaces

      Graph Data Science

      • Graph Data Science Library
      • Machine Learning Workbench

      TRY TIGERGRAPH

      • Get Started for Free
      • Compare Editions
      • Test Drive - Online Demo
      • Watch Demos
      • Request a Demo
  • 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

      • Citrix
      • 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
      • Trade Shows
      • Graph for All - Million Dollar Challenge
      • Webinars

      DEVELOPERS

      • Documentation
      • Ecosystem
      • Developers Hub
      • Community Forum

      SUPPORT

      • Contact Support
      • Production Guidelines

      EDUCATION

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

      WE ARE HIRING

      COMPANY

      • Company Overview
      • Leadership
      • Legal Terms

      CAREERS

      • Join Us
      • Open Positions

      AWARDS

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

      PRESS RELEASE

      • Read All Press Releases
      TigerGraph Delivers 600% ROI and $20.81M in Net Present Value in Total Economic Impact Study
      May 12, 2022
      Read More »

      NEWS

      • Read All News
      News

      TigerGraph expands its presence in France

      entrepreneur

      We Asked Entrepreneur Readers: How Do You Inspire Yourself, and Others?

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

      GET STARTED

      • Request a Demo
      • CONTACT US
      • Try TigerGraph
      • GET STARTED FOR FREE
      • TRY AN ONLINE DEMO

The Road to a Standardized Graph Query Language: GQL, Part 1

  • Victor Lee
  • February 25, 2019
  • blog, GQL
  • Blog >
  • The Road to a Standardized Graph Query Language: GQL, Part 1

Last month I had an epiphany, 10,000 miles from home.

It wasn’t until the second day in Brisbane that it struck me…I was sitting on the ISO working group committee that had defined and continues to maintain the specifications for SQL, the language that is synonymous with Relational Database. The specs I had studied and read about in college. I was there because TigerGraph is joining forces with other companies to define a universal standard for a property graph query language. There already is a W3C standard for semantic graphs, SPARQL, but with the rise in popularity of property graphs like TigerGraph, the need for a standard query language and data model for property graphs is growing.

I’ll be honest: I was dreading five straight days of committee meetings. But it turned out to be quite interesting, even fun at times. The main reason was that here was a group of persons all deeply invested in the topic, talking shop and trying to find the best solution for you, the end users.  (Being in the beautiful city of Brisbane during the Australian summer didn’t hurt either.)

Many of the representatives, like me, come from industry, so we also have the interests of our design teams and our current customers in mind. But every proposal has to be based on its merits to the industry as a whole. Having TigerGraph, Neo4j, Oracle, and others, including academics and industry consultants, keeps it fair and focused.

The Road to GQL

GQL is the proposed name for the new standard property graph query language. Standards take time.  This June the working group will make its formal request to the next higher level organization in ISO to authorize us to develop a standard.  Then, based on the history of such efforts and the amount of work we know we need to do, we are looking at 2022 for a final version. So, if you are shopping for a graph database now, consider the value and performance each platform has to offer today, including its query language. To help protect your investment, TigerGraph is actively engaged in the new standards process. We’re already making changes in 2019 to improve GSQL’s usability and towards a future standard:

  • Interpreted mode, so you can run GSQL queries immediately, without compiling first.
  • Multi-hop patterns in the FROM clause, to express pattern matching more succinctly.

I say more about the transition to GQL below.

GQL is not going to a rebranding of any one vendor’s current language, for two important reasons:

  1. Any honest assessment says that each of the major languages in existence has made some valuable contributions and innovations which deserve to be in a forthcoming standard. TigerGraph’s user community has told us how much they like accumulators, for example. Accumulators are included in our proposals.
  2. The standard is for the future. There are features that users would like which no vendor has implemented, or has not implemented in ideal form, yet. Such as “query compositionality.” That’s the ability of a query to input one type of object and to return the same type of object, so that you can nest them.  Numeric functions takes numbers and return a number. SQL queries take tables and return a table. A graph query should take graph(s) and return a graph.

Both accumulators and composable, nestable queries are included in our latest proposal to the standards bodies, Seamless Querying of Relational and Graph Languages.

Creating Bridges

Next month I will be going to Berlin, for a W3C Workshop on standardizing graph languages for the web. The RDF data model began life as a vehicle for representing and sharing semantic information, to be stored and distributed across the Web. SPARQL has risen to be the standard way to query a RDF data collection. Semantic graphs and property graphs were designed with different needs and use cases in mind, and have followed different roads for their query languages. But real-world users don’t see things so black and white. They have one set of data: sometimes they have a use that calls for semantic reasoning; sometimes they have an analytical or algorithmic need. And sometimes it’s a blend of the two. In Berlin, with over 100 persons in attendance, I will be one of several persons leading discussions on how to best serve those users.

Our Commitment

TigerGraph’s VP Engineering and GSQL Architect Mingxi Wu, our Chief Scientist Alin Deutsch, and me, Director of Product Management with a background in databases, graph algorithms and data mining, are the core leadership team that is working through ISO, ANSI, and W3C to make sure graph users get the best language standard they possibly can.

Our commitment to you:

  • To always deliver the best and most consistent property graph query language that we can, for GSQL now and for GQL in the future.
  • To stay in the thick of things regarding standards efforts and industry trends.
  • To offer improvements and innovations, regardless of the final stamp of standardization.
  • To provide a smooth transition from GSQL to GQL, and to maintain dual support for as long as appropriate.
  • To provide the overall fastest, most scalable, and most reliable graph database platform, regardless of query language.

I’ll have further developments and insights to share after Berlin.

You Might Also Like

Graph + AI Summit - Getting the Most from Your Virtual Summit Experience

Graph + AI Summit - Getting...

May 18, 2022
3 Real-time Banking Scenarios for Operational Excellence with TigerGraph

3 Real-time Banking Scenarios for Operational...

May 17, 2022
Speeding the Process for Pharmaceutical Drug Approvals

Speeding the Process for Pharmaceutical Drug...

May 12, 2022

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
    • Analyst Research
    • blog
    • blogs
      • About TigerGraph
      • Benchmark
      • Business
      • Community
      • Customer
      • Customer 360
      • Cybersecurity
      • Developers
      • eCommerce
      • Entity Resolution
      • Executive Brief
      • Finance
      • Fraud / Anti-Money Laundering
      • GQL
      • Graph Database Market
      • Graph Databases
      • Graph Gurus
      • GSQL
      • Healthcare
      • Machine Learning
      • Machine Learning / AI
      • Meetup
      • Mini Guide
      • Podcast
      • Press
      • Press Releases
      • Product
      • Supply Chain
      • TigerGraph
      • TigerGraph Cloud
      • TigerGraph Press Release
    • Cloud
    • Data Science
    • EMEA EVENTS
    • Emerging Use Cases
    • Fraud / Anti-Money Laundering
    • Healthcare
    • Machine Learning / AI
    • On-Demand Event
    • Partners
    • Recommendation Engine
    • Success Stories
    • Uncategorized
    • US EVENTS
  • Recent Posts

    • Le Big Boss /Supply Chain Dinner – Paris
    • EBA Day Vienna
    • Graph + AI Summit – Getting the Most from Your Virtual Summit Experience
    • HPE Discover
    • CDAO Exchange
    TigerGraph

    Product

    SOLUTIONS

    customers

    RESOURCES

    start for free

    PRODUCT
    • Overview
    • What's New
    • Toolkits
    • Connectors
    • Data Science Library
    TIGERGRAPH DB
    • Overview
    • No-Code Graph Analytics
    • Features
    • GSQL Query Language
    TIGERGRAPH CLOUD
    • Overview
    • Cloud Starter Kits
    • Login
    • FAQ
    • Pricing
    • Cloud Marketplaces
    GRAPHSTUDIO
    • Overview
    • Take a Test Drive
    TRY NOW
    • Get Started for Free
    • Compare Editions
    • License FAQ
    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
    • TigerGraph Academy
    • Certification
    Blog
    • TigerGraph Blog
    DEVELOPERS
    • Developers Hub
    • Community Forum
    • Documentation
    • Ecosystem

    COMPANY

    Company
    • Overview
    • Careers
    • News
    • Press Release
    • Awards
    • Legal
    Get Started
    • Get TigerGraph
    • 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 © 2022 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 FOR 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 FOR FREE
    Start For Free
    • Try TigerGraph Now
    • 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.