Hello <@U06TM7M40RK>, I am currently using the free Datahub version. How many users does it support ? Is it possible to allow the access also to external users if my current version is installed on my pc ?
It could be possible that the free version of DataHub does not explicitly limit the number of users you can support, but the management of users and their access might depend on how you configure your instance. According to the <https://datahubproject.io/docs/0.14.0/authentication/guides/add-users|Onboarding Users to DataHub>, you can provision new user accounts in several ways, such as using shared invite links, Single Sign-On (SSO) with OpenID Connect, or static credential configuration files for self-hosted instances.
Regarding allowing access to external users, it might be possible to configure your self-hosted DataHub instance to be accessible externally. You would need to ensure that your network settings allow external access to your machine. As per a <Slack conversation>, it was suggested that disabling JAAS login could allow users to access DataHub without logging in, which might be a way to provide broader access.
Would you like more detailed steps or further assistance on configuring user access and external connectivity?
Sources:
- <https://datahubproject.io/docs/0.14.0/authentication/guides/add-users|Onboarding Users to DataHub>
- <Slack conversation>
0 button
0 button
Hint: Mention @runllm in the thread for followups.
<@U06TM7M40RK> how long could it take to install the free version on a new machine ? Are there some particular pre requisite needed to install it ?
It seems likely that the time it takes to install the free version of DataHub on a new machine can vary depending on your system’s specifications and network speed. However, following the <https://github.com/datahub-project/datahub/blob/master/docs/quickstart.md|DataHub Quickstart Guide>, you can typically get a local instance up and running in a matter of minutes, assuming all prerequisites are met and there are no network issues.
Regarding prerequisites, my understanding is that you would need the following:
- Docker: DataHub’s quickstart uses Docker to run its services. Ensure Docker is installed and running on your machine.
- Python: If you plan to use the DataHub CLI, Python 3.8+ is required. You can install the CLI using pip in a virtual environment as described in the <https://github.com/datahub-project/datahub/blob/master/docs/cli.md|DataHub CLI documentation>.
- Memory and CPU: While specific requirements aren’t detailed in the quickstart guide, a typical setup might require at least 8GB of RAM and a few CPU cores to run smoothly, especially if you plan to ingest and process a significant amount of data.
Would you like more detailed steps on the installation process or information on configuring your environment?
Sources:
- <https://github.com/datahub-project/datahub/blob/master/docs/quickstart.md|DataHub Quickstart Guide>
- <https://github.com/datahub-project/datahub/blob/master/docs/cli.md|DataHub CLI documentation>
0 button
0 button
Hint: Mention @runllm in the thread for followups.
Hi ! Did this interaction resolve your issue or do you still require assistance ?
Please tag @ RunLLM if you still need further assistance !
Or tag @Datahub Community Support if you require a person to take a look
Hope this helps ! ><