I wanted to check if there's any interest in the community about adding Native Graph Query Language Support to Pinot (openCypher or GQL).
My read of the Graph space is that companies often have a very limited set of use-cases which can benefit from Graphs, and having a separate Database like Neo4J might be quite an overkill.
Users can technically use solutions like Puppy Graph to avoid maintaining another datastore, but it's not open source.
Having Graph Query Language support in Pinot would have the advantage that users can use the same tables for low-latency SQL and Time Series Monitoring/Alerting use-cases. So even if their graph use-cases fizzle out, they can still use SQL or Time Series QL with their datasets.
However, I don't think we'll be able to do super high QPS or super low latencies. My guess is that 100ms or so latencies with QPS in the order of 100 might be doable, and this might be sufficient for most use-cases.
Technical details aside, are there any companies that use Pinot that are interested in this?
I wanted to check if there's any interest in the community about adding Native Graph Query Language Support to Pinot (openCypher or GQL).
My read of the Graph space is that companies often have a very limited set of use-cases which can benefit from Graphs, and having a separate Database like Neo4J might be quite an overkill.
Users can technically use solutions like Puppy Graph to avoid maintaining another datastore, but it's not open source.
Having Graph Query Language support in Pinot would have the advantage that users can use the same tables for low-latency SQL and Time Series Monitoring/Alerting use-cases. So even if their graph use-cases fizzle out, they can still use SQL or Time Series QL with their datasets.
However, I don't think we'll be able to do super high QPS or super low latencies. My guess is that 100ms or so latencies with QPS in the order of 100 might be doable, and this might be sufficient for most use-cases.
Technical details aside, are there any companies that use Pinot that are interested in this?