cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to create a lakebase table ?

Gokkul007
Visitor

Hi databricks community, 

I want to create a lakebase table that is synced with the delta table . So whenever the delta table is updated the changes should be available in lakebase table.  Now I want to create a databricks streamlit application and make the app to fetch data from the lakebase table that is synced to delta table in unity catalogue. Is it possible ?  How to proceed with implementation 

1 REPLY 1

szymon_dybczak
Esteemed Contributor III

Hi @Gokkul007 ,

Yes, it possible. Below you can find docs for lakebase. First read get started section:

OLTP databases - Azure Databricks | Microsoft Learn

Next, read a section that will teach you how to sync your existing delta tables to lakebase

szymon_dybczak_0-1764661538010.png

Lastly, there are plenty of resources that show you how to integrate databricks apps with lakebase:

How to use Lakebase as a transactional data layer for Databricks Apps | Databricks Blog

How to Build Databricks Apps with Lakebase in Minutes

Add a Lakebase resource to a Databricks app | Databricks on AWS