Feeling stuck with Segment? Say 👋 to RudderStack.

SVG
Log in

Blogs

RudderStack’s Licensing Explained

Written by
Eric Dodds

Eric Dodds

Head of Product Marketing
Blog Banner

Software licensing can be a tricky subject, especially when you are a commercial company building an open-source product like RudderStack.

We want to build RudderStack into a strong company, and we keep some of our features under our enterprise license to help with that. We also want to build the best product and distribute it in the most effective fashion, and that is under an open-source license. We have to balance which parts of our software should be under our enterprise license and which should be under open source licenses.

From a customer’s viewpoint, we see how this could be confusing. In this post, we’ll explain how our software is licensed.

Open Source

AGPL-3.0

The core of RudderStack - the components that make up our Event Stream feature - is open source. It is in our rudder-server repository.

We are the only open source customer event streaming software available (at least that we’ve been able to find). We have more than 2,000 stars on GitHub and approximately 300 open source users.

A simplified explanation of the AGPL-3.0 license is that you can use and modify rudder-server however you want, but if you distribute it in any way - including offering it as SaaS - you have to make all of the source code for the derivative software available under the AGPL-3.0 license.

The AGPL-3.0 license provides us the most protection against competition while still being open source. That’s the reason we have our core functionality, rudder-server, under it.

The MIT License

A majority of RudderStack’s third-party destination integrations live in the rudder-transformer repository. They are open source as well, licensed under the MIT License.

Almost all of our SDKs and instrumentation repos for tooling and utilities are open source too. We also have some of our data modeling repos - for use-cases like customer journey analysis and sessionization for data residing in your data warehouse - open sourced under the MIT license. You can find all these repos in our GitHub organization.

A simplified explanation of the MIT License is that you can do whatever you want with the source code - including distributing and commercializing it - as long as you include the original copyright and license in any copy of the derivative software that you distribute.

The MIT License provides us very little protection from competition, but it allows a lot of flexibility and freedom for the developers using our code. That’s the reason we have our non-core functionality - things that would not make sense for us to distribute or commercialize on their own - under it.

Note: We have a few repositories that are forked from other repos and are under their licenses. Most are under the Apache-2.0 license, but there are a few under various other licenses based on where they are forked from.

Enterprise License

All of our Pro and Enterprise features are under our enterprise license. The source code for this software isn’t publicly available and is a closed source, but any of our Enterprise customers that request it are given access to these repositories. So, even though our enterprise license is a closed source license, the repositories are code available for all our Enterprise customers.

Features licensed under our enterprise license include:

  • Reverse ETL
  • ETL
  • Transformations
  • Event Replay
  • SSO (Single Sign-On)

A simplified explanation of our enterprise license is that you can only use the software under it as we specify. You can only use it in your RudderStack instance and only if you are an Enterprise customer. If you build anything on top of it or spin up your own instance, you cannot distribute or commercialize it and are not allowed to use it if you aren’t an Enterprise customer.

Our enterprise license provides us the highest level of protection from competition, but we try our best to keep our software transparent and the source code easy to access by making it source available to Enterprise customers. That’s the reason we have our core, differentiated functionality - things that would make a lot of sense to distribute or commercialize on their own - under it.

Licensing can be Confusing. We Hope This Helped.

Hopefully, this post helps clarify RudderStack’s licensing. Open core products like ours frequently end up with complicated licensing that changes over time. We’re trying to avoid that by being intentional with how we license our software components and limiting the number of licenses we use, so customers and contributors don’t have to deal with that complexity.

If better licensing options are available in the future, we will consider changing to them. As of today, this licensing configuration is the best we have found for our software and our business, and we will hopefully stick with it for a long time.

Sign up for Free and Start Sending Data

Test out our event stream, ELT, and reverse-ETL pipelines. Use our HTTP source to send data in less than 5 minutes, or install one of our 12 SDKs in your website or app. Get started.

February 23, 2021