Community Edition License

Hi, I need some help understanding what encompass the community edition of PrompQL and the license behind it. I found in the archived discord channel this message stating that “…you can setup and run DDN for free if you host the community version yourself.”, but it is not clear to me looking at the docs what is part of the community edition and what isn’t, and if the community edition is allowed for commercial use or not.

To be more specific, following the official Quick Start.

  1. Can I use the ddn cli for free?
  2. Can I use the Playground for free, even though it requires a Hasura Cloud account?
  3. Can I use the docker images from the compose.yaml file or should I replace them by community alternatives (if they exist)?

Thank you very much in advance.

Hello @dpasqualin ,

In the discord message, I think TristenHarr was talking about the DDN local development as " Cmmunity version", This is basically a locally hosted set of docker containers that have all the functionality of DDN, source - Local development support for hasura ddn

Can I use the ddn cli for free?

Yes, you can

Can I use the Playground for free, even though it requires a Hasura Cloud account?

Yes, you can. We have an additional cloud hosted free DDN version as well - DDN pricing

Can I use the docker images from the compose.yaml file or should I replace them by community alternatives (if they exist)?

You can use the docker images in the compose.yaml file.

Let me know if you have any further questions.

1 Like