Replies: 1 comment 2 replies
-
Hi and thank you for questions ! If you're interested in trying udata and udata-front, we really recommend the native installation because this is the solution we are using and we can easily provide assistance with it. docker-udata is not a repository internally used so it is not often updated. Please note that if you plan to only use udata and not modify it, you only have to update the requirements.pip to make docker-udata works with the latest udata version. Thanks for the reminder about opendatateam/udata-dockers#6 being still open. We pushed the docker image based on this branch but never merged it. Regarding API automatic generation, we are using https://github.com/datagouv/hydra to make the API generation. We were using https://github.com/etalab/csvapi before that and it could be an easier setup depending of your need but will require small adjustments on the udata-front side. We haven't work on restricted resources yet. We are allowing dataservices (API) with a restricted access to be registered on udata and we will expand the dataset model to do the same thing for resources. The restricted resource metadata will be visible on the dataset page with a link to an authorization request page, but the access in itself will be outside of udata scope. |
Beta Was this translation helpful? Give feedback.
-
Hello
I'm trying to evaluate the UDATA product based on https://github.com/opendatateam/docker-udata
It looks that this repository is quite out of date (UDATA version 9), docker config (PR: opendatateam/docker-udata#353), it is based on docker image system:py3.11 that is not officially merged in the docker images repositories (opendatateam/udata-dockers#6) so I'm not sure that this is the source repository of this docker image
So my question is: is these repositories docker-udata and udata-dockers still officially and internally used ? or do I have to consider upgrade them on my side (with eventually proposing PRs) ? or should I definitely consider building my own development stack following the native installation documentation ?
I'm interested to evaluate last updates like API automatic generation and restrictive access on ressources
I'm absolutely not against contributing in one way or another and helping to clarify and update certain things but I'm going to need a little help to get started ;)
Beta Was this translation helpful? Give feedback.
All reactions