Skip to content

Self Sandbox for interact with any lake storage like DeltaLake, IceBerg, Hudi etc.

License

Notifications You must be signed in to change notification settings

dde-labs/self-lake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Self: lakeHouse

This project was created for research and develop with lake storage engines like DeltaLake, IceBerg, etc.

This project will focus on:

  • Open table file format such as Deltalake, Iceberg, and Hudi (I think I can add Hive on this project.)
  • Storage of these open table format such as MinIO, and HDFS.

📍 Prerequisite

IceBerg Config;

PYICEBERG_CATALOG__SANDBOX__TYPE=sql
PYICEBERG_CATALOG__SANDBOX__URI=sqlite:///./tmp/pyiceberg.db
PYICEBERG_CATALOG__SANDBOX__WAREHOUSE=file://./tmp
PYICEBERG_CATALOG__SANDBOX__INIT_CATALOG_TABLES=true
PYICEBERG_CATALOG__SANDBOX__POOL_PRE_PING=true
PYICEBERG_CATALOG__SANDBOX__ECHO=false

⏩ Read more on the Official Document

💬 Contribute

I do not think this project will go around the world because it has specific propose, and you can create by your coding without this project dependency for long term solution. So, on this time, you can open the GitHub issue on this project 🙌 for fix bug or request new feature if you want it.

About

Self Sandbox for interact with any lake storage like DeltaLake, IceBerg, Hudi etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages