Verifiable execution of SQL queries using web3.storage as input and output. computation is done through Stark circuits that are execute in a distributed matter over different computing units
problem statement: A data warehouse like Google cloud Bigquery involves a lot of trust assumptions. So we have to fully rely on google to execute our big data analysis of big chunks of data
solution statement: build a verifiable SQL query engine that allows us to fully verify the execution of your query. the tools being used were:
problem statement: A data warehouse like Google cloud Bigquery involves a lot of trust assumptions. So we have to fully rely on google to execute our big data analysis of big chunks of data
solution statement: build a verifiable SQL query engine that allows us to fully verify the execution of your query. the tools being used were: