Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
Hi I am new to Databricks however I need to expose data found in the delta lake directly to GraphQL to be queried by several applications. Is there a connector or something similar to GraphQL that works with Databricks?
If GraphQL can open a database connection (jdbc/odbc) then I see no issue.
If not, be aware that delta lake can also be read standalone without Spark/Databricks (java, scala, python, even rust nowadays) so that might help you.
If GraphQL can open a database connection (jdbc/odbc) then I see no issue.
If not, be aware that delta lake can also be read standalone without Spark/Databricks (java, scala, python, even rust nowadays) so that might help you.