Open jackye1995 opened 5 days ago
But we will develop Java SDK first, so probably we will have to go with Java
Question. Do we have to use rest catalog?Can't we use a module similar to hadoop_catalog in iceberg to access iceberg?
Because, in my opinion, it is possible to achieve reliable catalog management while relying only on the filesystem. If we expose the rest-catalog specification interface to the public, it may not be too attractive to users.We should mainly expose the fs-catalog specification to users, the rest-catalog specification is just an additional feature.
There is a pending decision for if we should use Java or Python for the server. I am currently leaning towards doing that in Python with FastAPI.