Stream: community

Topic: Dataverse service fee


view this post on Zulip saroth (Sep 03 2024 at 05:47):

Hello Dataverse,
I want to know all type of fee using dataverse and supporting during installation.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:05):

Hi @saroth ! I hope you didn't come here for Microsoft Dataverse, because this is the Dataverse community.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:06):

That said, Dataverse software is Free Open Source Software (FOSS) under the Apache 2 license and doesn't cost a dime/quid/buck/cent/...

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:07):

It's free to install, there are no hidden costs, no license fees etc

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:08):

If you have a Linux admin around, you should be good to go. There is no hosted offering, so you basically need to pay for all the costs associated with your own hosting. That might involve server housing, storage, computing, but usually the biggest item on the bill are humans taking care of everything.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:10):

If you require paid assistance, you can reach out to the GDCC which offers consultancy for installation as well as operation.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:10):

You are obviously free to ask question here or on the mailing list. The community is very open and supportive and will try to do their best for free. (Obviously there are limits to the capacity of people doing this voluntarily)

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:23):

Feel free to add more questions here @saroth :smile: We can always move them to some place else if need be :wink:

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:33):

@saroth In case you don't know how to get started with an installation - do you know about the extensive documentation? There is an installation guide, too: https://guides.dataverse.org/en/latest/installation/intro.html

view this post on Zulip saroth (Sep 03 2024 at 06:42):

One more question, after installation we can customize the code or not? Example, I want to add link, some fields or form, etc.

view this post on Zulip saroth (Sep 03 2024 at 06:43):

Can I install it in window?

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 06:44):

Windows is not officially supported, sorry. You can try to, but it is highly experimental. We strongly suggest you use Linux.

view this post on Zulip saroth (Sep 03 2024 at 06:48):

One more question, after installation we can customize the code or not? Example, I want to add link, some fields or form, etc.
Could you help to reply on this question? This is the last question. Sorry for disturbing you.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 07:06):

It's open source! So of course, you can create a fork and do heavy customizations. Of course forks have drawbacks, too - you need to take care to port your patches to new releases, so you're not left behind on some old version. Usually, we suggest going as far as possible without forking, as it makes maintenance a lot easier.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 07:06):

You can already define your own metadata schemas, so you don't need to fork for this kind of stuff.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 07:08):

Forking really should only be done if there is some feature that you can develop but is not to be included in upstream for some reason. High quality code contributions from the community are always welcome! Feel free to search within existing issues if you miss a feature or create a new issue if no one asked for the same before. Pull request on GitHub should usually be discussed in an issue before you start coding, making sure we can include it in upstream.

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 07:09):

Hope that helps! And keep them questions coming! We're here to help each other :smile:

view this post on Zulip Oliver Bertuch (Sep 03 2024 at 07:10):

(Also note that a lot of community members are from the Americas and a few hours behind on the clock. I'm in CEST so I was the first to respond :wink: )

view this post on Zulip saroth (Sep 03 2024 at 07:11):

Thank you very much for your response


Last updated: Nov 01 2025 at 14:11 UTC