- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 12:06 AM
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?
- Labels:
-
Data
-
databricks
-
Delt Lake
-
GraphQL
-
Rest API
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 02:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2023 02:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2023 10:08 PM
Hi @Andrew Camilleri
Thank you for your question! To assist you better, please take a moment to review the answer and let me know if it best fits your needs.
Please help us select the best solution by clicking on "Select As Best" if it does.
Your feedback will help us ensure that we are providing the best possible service to you.
Thank you!