TykTechnologies / tyk

Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Other
9.6k stars 1.08k forks source link

Is this free? #3401

Closed Aditya94A closed 3 years ago

Aditya94A commented 3 years ago

I don't see any pricing information, implications for the non-MIT/Apache license or pricing plans for the tyk cloud.

Is this free for self-hosting? What about the AWS marketplace products, are those free or do they require a license?

What are the differences between the community and non-community(?) "editions"? Is the Admin GUI included in the community edition?

Would be great if there was some clarity on this either in the repo or the landing page 😄

buger commented 3 years ago

Hi!

The gateway itself is a fully open-source product and free to use, including production installations.

Admin GUI is not included in the community version, so you have to deal with plain files when configuring APIs and Policies. But if you are using k8s, you can get the help of k8s and our operator project https://github.com/TykTechnologies/tyk-operator to manage configurations in a unified way.

As for AWS marketplace, these options assume our commercial on-prem installation, e.g. require dashboard. And you want to do a PoC there is a free 14-day license to try it out.

Here you can check pricing https://tyk.io/price-comparison/

Cheers!