DEV Community

Cover image for The Open Source Story - Open Sourcing RudderStack Blog and Docs
Team RudderStack for RudderStack

Posted on • Originally published at rudderstack.com

The Open Source Story - Open Sourcing RudderStack Blog and Docs

It's all About Open Source

Open source is a component of almost all software development that takes place today. If you look back, the influence has been potent. For example, the main reason Python became the language most-suited for machine learning is the open-source contributors. In fact, because of the enormous size of the open-source community that is tirelessly developing Python, Google open-sourced TensorFlow.

Joe Worrall, Director of Open Source and Developer Advocacy at New Relic, describes the dynamics behind the power of building contributor-centric systems:

"Contributors don't give to the cause. They are a part of it."

RudderStack is an open-source customer data pipeline tool for developers. Being open source is a tag we wear with pride, so much so that we recently partnered with GitHub for GitHub Sponsors for Companies. We value the developer community that works hard to build and support open-source projects. In a recent blog, we explained why RudderStack directly compensates developers for their contributions to our project. This post discusses why and how we open-sourced our content and took the next step in our open source journey.

Why we Open Sourced our Blog and Docs

Said simply, bringing more voices to the table increases our content's quality and value, both in thought leadership and our technical documentation.

We want developers to share their ideas, thoughts, and findings while working with RudderStack, customer data, and data in general. We want to learn about the data stacks you are building, problems you are solving, and solutions you are creating. Blogs, tutorials, and even case studies are great ways to share that knowledge. In short, we want you to contribute!

Our Previous Blog Infrastructure

We used WordPress for our blog before we decided to open source it. WordPress itself is open source and is fantastic for its simplicity, SEO settings, advertising, and flexible themes. In fact, WordPress is the numero uno choice of bloggers for hosting their own websites as per Tech Radar.

From a site performance and version-control standpoint, though, it's less straightforward than more modern tooling. Also, to allow contribution, you have to use some sort of plugin (like User Submitted Posts), a less-than-ideal experience for developers, and opens up your dashboard to outside users.

All-in-all, building an open-source, version-controlled blog that enables developers to create content and submit it via pull requests easily is a cumbersome and tricky process on WordPress.

Open Source Frameworks Options for our Blog

When we decided to open-source our blog and docs, we were spoilt for choices. Today there are multiple well-supported and fully-featured frameworks for open-source content creation. Some of the options that we considered were GhostJekyllHugoNanoc, and Gatsby. There are even more frameworks beyond these, and each tool has its pros and cons. Which one do we recommend? Well, we don't. The best tool for you is the one that fulfills your requirements.

Why we Picked Gatsby

We picked Gatsby.js as the framework for open-sourcing our content. While making the decision, Jekyll was a strong contender, but the final choice for us was Gatsby.

Here's why we chose it:

  • Writing content in Gatsby is simple and developer-friendly. It uses Markdown for formatting. It just takes two plugins to set it up (gatsby-source-filesystem and gatsby-transformer-remark).
  • Integration with GitHub Pages is simple, which was a priority for us.
  • Gatsby has a rich library of plugins, which you can use for extending and introducing additional functionalities (in fact, through GitHub Sponsors, we had a RudderStack plugin made!)
  • Implementing Gatsby is relatively straightforward in most cases. You can check their docs to see how to get started with Gatsby.js.
  • Gatsby is super high performance, meaning speedy page load times.
  • Gatsby allows creating an interactive experience for the readers.
  • A vast modern web development community contributes to it.

Wait, What About the Docs?

Our docs still run on Gitbook but are now open-sourced so that others can contribute. We are currently exploring other open-source frameworks like Slate that will give us more flexibility and better telemetry. We will write another post when we make a decision and complete the migration.

We are Open Source now!

So, the RudderStack Blog and Docs are now open source. We're excited about contributions from the RudderStack community and beyond.

In fact, developers have already started contributing to our documentation. Recently, Benedikt from the Userlist team created the docs for the Userlist destination for RudderStack (see the pull request here). They also built the Userlist integration, submitted a pull request, and it is now live on our platform! This is the beauty of open source!

How to Contribute

Contributing to RudderStack is simple!

  • Visit RudderStack Blog to contribute to blogs or RudderStack Docs for docs..
  • If you wish to add a new blog/doc, click on Create new file or Upload files as shown in the following diagram.
  • Also, to suggest changes to an existing file, go to the file and select Edit this file.
  • Once you make the changes, Click on Propose changes.

image-7173a9d00b74afaf1d8ee14321dad303d388b95d-1654x800-png

  • Once your Pull Request is created, we will review the changes you've made.
  • If everything looks okay, our team will accept it (or edit to make it reader-friendly), and Voilà! Your changes will reflect on the pages.

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.

Oldest comments (0)