You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
Create a Docker Container for easy installation and exploration. The container would have a pre-built installation of the Delta Sharing server as well as Postgresql. Configuration would be by specifying environment variables in a docker-compose.yaml file.
The text was updated successfully, but these errors were encountered:
Is this being worked on already? I have finished an experiment with the delta-sharing server from delta.io but the API for changing/adding shares looks good to me. So I want to start experimenting with this.
Never used rust but did my fare share of docker so glad to help out if needed.
I do think we only need to incorporate the sharing-server in the docker and make sure the postgres db is inside it's own docker image and make sure we connect them through an example docker-compose file.
Let me know if there is already work i can continue with or if I can start from scratch. Don't want to do unnecessary work but happy to help out.
Create a Docker Container for easy installation and exploration. The container would have a pre-built installation of the Delta Sharing server as well as Postgresql. Configuration would be by specifying environment variables in a docker-compose.yaml file.
The text was updated successfully, but these errors were encountered: