Michael Schwartz

Episode 12: Sensu – Full-Stack Monitoring Platform with Sean Porter

Sean Porter is the Co-Founder, CTO, and author of Sensu, an open source infrastructure and application monitoring solution. Sensu’s customers include Netflix, Uber, General Electric, and the Associated Press. In this episode, Sean discusses the challenges of managing two distributions of the Sensu code, and their journey to raising Series A funding.

Transcript

Intro

Michael Schwartz: Welcome to episode 12 of Open Source Underdogs, the podcast where we monitor the business world for new and exciting open source business models.

Sean Porter is the creator of Sensu, and is a Co-Founder and CTO of Sensu Inc.

Sensu is an open source monitoring solution that watches your organization servers, services, and applications.

It has a huge community of contributors, it’s used by thousands of companies. Sean, thank you so much for joining us today.

Sean Porter: Thank you for having me.

Origin Story

Michael Schwartz: Tell us about yourself – how did you arrive at Sensu?

Sean Porter:My background, my education is in Information Systems Technology, I started my career actually working in an IT shop for insurance business.

And from there, I just kind of got a feel for open source technologies, and eventually found myself at a local Vancouver, Canada startup running perfume.com and cricket.com.

I actually migrated their services on to AWS, back in 2008, and that gave me my first taste of good medicine.

From there, I kind of started to dabble in my own businesses, I was really focused around services and open source software, and system administration. And then, eventually, I went through the cycle of joining a company, another startup, getting some more experience, then going to try my own thing, doing consultancy.

Eventually, I arrived at a company called Sonian, back in, like, 2010-2011. That was at Boston. They are eDiscovery email archiving business, and they were running on multiple clouds at the time. My team of, I think at the time, we’ve had a few thousands of EC2 instances and IBM SmartCloud VMs, and a whole mess of things.

We are managing that, and we’re fighting a lot of fires and are monitoring, and our signaling systems were just having too many problems in this newfound world, with a femoral infrastructure, and things of that sort.

We kind of looked on the landscape of how can we prove our monitoring, how can we improve our telemetry collection, so that we can cut down on this noise, and get a little bit more sleep, and get back to improving how we deliver software.

And there really wasn’t much out there at the time that solved for our problems, so really my friend, Justin Kolberg and I, we worked on an idea that I had on the weekend.

We really just threw together a very simple piece of software that would run service checks and collect metrics. We used a pub/sub model, similar to some of the applications that we had at Sonian, and we deployed successfully onto this public cloud.

We just kind of modeled it after that software, and then we tested it out, and lo and behold, it actually worked quite well. The signal-to-noise ratio improves, and management at Sonian gave me two months of company time to further work on this tool, and really AB tested it against our existing technology stack.

It just really stuck and picked up some steam, and then got them to “let me slap the MIT license on it”, and give it a name, and that’s the origin story of Sensu, the open source monitoring tool.

Michael Schwartz: Is Sonian still using it today?

Sean Porter: It is, yeah. Sonian, think it was two years ago, around that time, got acquired by Barracuda. And it was funny, because Barracuda was also a user of Sensu, so it just like added to the amount of Sensu used there, so yeah, absolutely, they are still users today.

Customer Segments

Michael Schwartz: That’s sort of related to my next question, which is, what types of customers are using Sensu? I saw it’s thousands of companies, but do you categorize or segment the types of customers at all?

Sean Porter: Well, I mean, the way that we look at our customer base kind of falls into two funnels or two buckets.

On our website, we have the ability to come in, you can get information on the documentation on the open source product, and you can use Sensu Core.

Most of majority people come in that way.

Some from the get-go will see that we have an enterprise version, and they’ll see that there’s a few features that differentiate it from the open source version.

They’ll self-select, self-service themselves there, so they’ll put in their credit card details, they’ll get credentials for the enterprise version, they will download it and use it.

Then, there’s the other side, which is more traditional, enterprise sales cycle, those businesses, larger corporations that will take at least 90 days before they’ll make purchasing, or even just an open source adoption path.

So, those ones, they typically fall into that other category, which requires almost professional services, customer reliability support there, and that’s kind of like whole other segment for us. You see a lot of fintech, a lot of large e-commerce business that falls into that category.

Value Proposition

Michael Schwartz: What’s the value proposition, especially for Sensu Enterprise versus some of the other solutions out there?

Sean Porter: Sensu, as a tool, has always been about flexibility and integrating.

So when you got these larger organizations that are just starting out there, at the beginning of their DevOps transformations, and they’re really looking at changing some of their own processes and changing some of the tool link to support that, they have to make big decisions, but Sensu was always about integrating with all those other tools, creating a full ecosystem.

I think that’s always been one of the Sensu’s competitive advantages in that you can choose your own time-series database to store your data, and Sensu really doesn’t care about that. You can choose your different mechanisms for notifications and alerting. Sensu doesn’t really care about that.

I think that is very attractive for a lot of organizations. And then enterprise just builds more on top of that, by giving more of a batteries included experience.

We kind of differentiate there on the integration side, it gives you more packaged there, and they’re fully supported, so I can just drop Sensu in. And then, I can effectively turn on the integrations for the other technologies I use in my organization.

Open V. Enterprise

Michael Schwartz: Is it fair to say that Sensu is pursuing an open core business model?

Sean Porter: Yeah. That is our business model.

Michael Schwartz: And how do you decide what features go into core versus what goes into enterprise? How do you prioritize?

Sean Porter: Up to this point, a lot of that has been on the integration side, so integrations that are from our enterprising technologies, a good example of that is just, ServiceNow. We have Enterprise Integration for ServiceNow. There isn’t a community version or variance of that integration, the community just hasn’t had a need for it, so they haven’t created it themselves.

I think that is one example of integration, and then, on the other side, which I think is more important is around the mission model, wiring up, like the Role-Based Access Control model, with your existing directory services.

So, organizations of certain size, they need to have a directory service for authentication and authorization, just for the number of people that work at the organization, and as well as just like features around collaboration and workflow, providing value in that certain form.

Managing Two Distributions

Michael Schwartz: How do you accomplish the two distributions – are there different bits or different packages for the Enterprise? And do you do license enforcement? How do you sort of manage having two different distributions?

Sean Porter: It’s what we do today, and what we’re planning to do. And I’ll talk about both, because I think it is interesting.

Up to this point, we’ve had separate packages for the open core backend and the Enterprise backend. And really, they’re interchangeable.

You can shut down the open core services and uninstall these packages, and then you can install Enterprise, and stand it up, and it’ll simply just run the same configuration.

So, it makes it easy for users to try the Enterprise version, and then if they choose that, it doesn’t bring the value they need, they can go back to the open core.

Really, the licensing enforcement around that is the honor system. People, they come in, they sign up, and then they get a license that gives them the ability to monitor so many devices. And then, it’s up to them to really just be good citizens.

If they need any more seeds, or whatever, that they come back, and they up their license. Of course, there’s still interaction points, with support that we can see how many devices they are monitoring, and align that up with their license. We can just be like, “Hey, just so you know, you’ve exceeded your license, you should probably give us more money.”

So, that’s kind of what we do today, I mean, it’s worked well enough. I think it was a small business that was growing rapidly. I think it was the right solution for us at the time, but now, we’ve gone through the work over the last 18 months, 19 months of creating the next generation of the Sensu software. And we’ve rethought how we want to do the open core model, and how we want to package it, and how we want to license it.

We are actually releasing the general availability release at the end of this month for the new version Sensu Go. It’s a single binary that we provide in our upstream packages, and that binary includes the Enterprise features that are feature flags, and require a license file to unlock.

So, when even open source users are consuming the software from are repositories, they are getting the Enterprise version, at least that code is there, it’s simply not unlocked. If they use it, they’re using the open core feature set.

If they choose not to go that path, and not to use our official packages and not to use official binaries, the tooling is out there for them to build the fully 100% open core period of that.

So, this is something completely new for us, and quite honestly, it is an experiment. Maybe we can record another episode a year from now to see how it all worked out – that’s kind of the plan right now, and we’re going to really see how that works over the coming months.

Range Of Customer Interactions

Michael Schwartz: Can you talk about the range of how you work with customers? Do customers really ask you a lot of questions, or what do the customer relationships look like? Or the range of customer relationships you see?

Sean Porter: Yeah, it’s interesting that you mentioned range because I think it’s quite a large, wide spectrum.

I mean, one, you have people that download the open core, they use it, they upgrade self-service to Enterprise, and we never hear a thing from them. They just use the software successfully.

And then there’s one step further, which is, they might just have a very specific question like, “Hey, I’m monitoring over 10,000 servers – how should I be configuring this feature, or this particular parameter of my installation.

Then, the other end of the spectrum, which I think falls in the category of like the Enterprise customers, they are looking for a lot more involvement. They are like, “Okay, teach us how to use Sensu.” So, we do training for them. “Okay, help us do our production deployment like a POC.”

Here is this effectively a statement of work, let’s go through this and deliver all of these things for you. And then, on an ongoing basis, whenever they run into a problem, they come to us first.

I think in terms of having a successful business, doing good customer success is like critical to Sensu’s business, in terms of generating revenue. Because when you look at our customer list, majority of our revenues comes from that latter category, that end of the spectrum that requires higher touch.

Renewals

Michael Schwartz: How’s it been getting renewals? I guess your license should drive the renewals automatically, but have you had any challenges around getting customers to renew?

Sean Porter: Oddly enough, no. Our churn rate is near 0%, which proves that Sensu is extremely sticky.

I think because Sensu is all about integrating with everything, and it kind of becomes as a backbone of your monitoring and telemetry solution, that, once they adopt it and put it into place, there are fewer or no things that could possibly replace it.

And because of that, once they are paying customers, when the time comes to renew, they simply renew, or they realize that their license isn’t good enough for the number of devices, and they up it.

That’s something that I’m happy to be surprised by.

Pricing

Michael Schwartz: One of the questions I’m always curious about is, how hard was it to figure out the right way to price the platform? And did you have to pivot at all on pricing, or were their challenges in figuring it out?

Sean Porter: First, I’ll say, we’re still figuring it out. And I think we’ll always be figuring it out. As the feature set kind of evolved and grew, we had more options in terms of how we’re going to price it.

I think for the longest time, we’ve kind of had to just use the Crunch, that is the monitoring device, and obviously, that doesn’t really work with today’s infrastructure and applications. Because that number is constantly changing, and we just kind of again lean on our other crutch, which is the honor system, where you say, “Pay for license, for like, the mid watermark of your infrastructure.”

If majority of the day you have a thousand machines, get a license for a thousand machines.

But as the product has evolved, and the feature-set evolves, we’re now given more options in terms of how we can price. We can price around buckets of features.

You know, ones that might only make sense for organizations of certain size, obviously, we can then charge more for that package, and we’re continuing to evolve on this.

I think, even at the very beginning, when we look back, when we were a company, and we had, like, two full-time people working on this project, we made a sale to a US Bank, for perpetual license. And it had a whole bunch of zeros in it, we were like, “This is amazing!”

But then the reality set in that now we just sold our perpetual license, now we have to focus around support around that particular customer, in terms of generating for the revenue.

I think that’s just kind of one of the learning steps that you go through as a small business, building around the open core model, and then, coming to the realization that you will always be changing your pricing model, you’ll always be changing your feature set.

Partnerships

Michael Schwartz: Yeah, at Gluu, every time we thought we had it figured out, it’d be like another couple of months, and we’d tweak it a little bit. I think we are still tweaking it actually.

Sean Porter: Same thing goes for like messaging it on your website, you’ve like, “We’ve done it! We have the best way to talk about our product, and then, like, two months later, you are like, “What do we do?”

Michael Schwartz: Yeah, I agree. Question about channels, you’re still relatively new company, and channels take a long time to develop, but how has your experience been with developing channel partners, and where do you see that going in the future?

Sean Porter: I mean, in terms of partnerships in general, from the get go, we focused on very loose partner relationships, to try to drive sales that way.

Since it was designed to work in an environment with configuration management, so having good relationships with companies like Chef, and Puppet, and Ansible, more like technology partnerships that just kind of made sense from like a Tool Ecosystem point of view.

So, as companies were adopting, Chef or Puppet, they needed a monitoring tool that could
work as fast as their automation tooling could. So, that was part of like initial BuzzDev and partnership efforts to align with that.

And then, as time progressed, we came more global in terms of our user base and our customer base, so we needed more outreach overseas, so we have some partnerships with companies, like, one is called Amazic, and the other one is called Becon. They are both in Germany and UK. Just to give us boots-on-the-ground overseas as well as just another form of, like, a sales funnel through these partnerships.

And then, of course, we’re still trying to figure out what does a reseller look like, what do OEMs look like for Sensu. I think we have a lot of work to do in that regard, but, overall, like partnerships with other companies have been a good source of generating customers.

Sales

Michael Schwartz: Where is Sensu with regard to sales and marketing?

Sean Porter: Majority of our sales are in-bound, a lot of people just landing on the website, or you know, seeing some of our talks at events kind of thing, and seeing Sensu in action, or word of mouth, and then they’re coming in and starting conversations with us.

We’ve just been working on scaling our sales organization to just deal with that amount of leads, but we are trying to evolve and create the marketing and sales machinery, to be able to generate more leads, and to start to be able to do more outreach, more outbound sales, but all that still in flight and constantly changing.

The most challenging problem to solve right now is messaging Sensu, getting Sensu in front of more eyes, and then working on converting those very raw leads into proper sales leads.

Raising Series A

Michael Schwartz: Can you describe the process for raising your series A?

Sean Porter: I think for to make Sensu all started, at the very beginning, we were a company called Heavy Water Operations, we were a DevOps consultancy, a small team, and then we made the choice to kind of pivot to Sensu, but before doing that, we actually tried to create another product, but we really couldn’t get enough traction there.

It was around software delivery pipelines, like CICD stuff, and it really wasn’t working for us.

But on the side, we always had a lot of business around Sensu. And my partner, Caleb and I, we had the idea to just package it up, and then create an Enterprise version. We were actually able to sell it, and we actually got that large perpetual license and a bunch of other good sales close on that.

We were basically able to validate the fit, and the fact that organizations were hungry for a paid version of Sensu, so we knew we had something, and that’s when we pivoted to Sensu full-time.

We were showing all the right signals as we were growing at a good pace.

The one thing we didn’t have a problem with was hiring talents, our team grew quite quickly, and it was time to raise our series A. We gave ourselves three months.

My partner Caleb and I, we did a typical road show, we traveled around, just getting some face time with a few VCs.

I think a month later, only four to five weeks later, it was time to take a deal. We raised a series A with Battery Ventures and Foundry re-upped again, as well as our Angel Investors.

I think we probably waited too long to start that process, really we should have started to work to raise our Series A sooner, but in the end, we ended up with a very favorable round for the company.

I think giving ourselves more time so that you don’t have the pressures of running out of money is always a good idea. I think, in hindsight, yes, we would have started to raise Series A.

Bootstrap?

Michael Schwartz: Do you think you could have bootstrapped it?

Sean Porter: I think so. I think we could have bootstrapped it. Everything’s always easier looking back.

If I could go back in time and do things differently, I would go back to probably 2012. I would just do Sensu full-time then, and really focus on just bootstrapping it, just staying super lean, and I think it would have been fine.

Team

Michael Schwartz: Was the team mostly people who were local, or were they people who were active in the community, like, where do you actually find the team?

Sean Porter: It was a complete mix.

People who I’d worked with previously, or we had known in the community, and then there was a good number of people who haven’t even used Sensu before, which I thought was really interesting.

When time came to choose and grow our initial team, it was like, “Okay, who do we know in the Sensu community that has contributed, that knows about Sensu, the value that it brings?” We immediately went out and connected with those people.

As expected, it didn’t take much to get them to join and come on board which is really cool.

As a completely 100% remote company, we do have an office or studio in Portland, but no one works there, all forty of us are all over North America. It really made it easy to find engineers and sales folks all over the place that just really believed in the product and understood the value that it brought.

Michael Schwartz: All in the US – anybody overseas?

Sean Porter: Majority of our engineering team is actually in Canada.

What’s interesting, when you’re fully remote company, and then I’m actually Canadian, I’m up in the city called Kamloops, BC, Canada, we are fully remote, and we have a Canadian subsidiary, but when you offer competitive salaries that are also well above usual Canadian market norms, you attract very talented engineers in Canada. I think because of that, we ended up with a number of Canadians on our engineering team.

Biggest Open Source Challenges?

Michael Schwartz: What do you think are the biggest challenges facing the founders of new open source startups?

Sean Porter: I think the biggest challenge is your market, your market segment is crowded, how do you differentiate yourself from everyone else in that space.

And then, how do you package a version of your software that you can generate revenue for, or how do you become a software as a service provider that can get amazoned out. I think those are the biggest challenges.

How do you provide value on top of the open core, where people are going to pay money for?

Or, how are you going to do something so unique, from a software service point of view, that somebody else, larger than you, can just zap you out of existence, by running your own software more effectively than you?

I think those are the biggest challenges, and I think those ones are kind of the obvious one.

License To Prevent Saasquatters

Michael Schwartz: Are you worried about that for Sensu?

Sean Porter: The only case where it could affect us is if we chose to run a SaaS version of Sensu.

If we start to generate a more of a revenue from that, I think then we could become at risk of having that part of our business, having the rug pulled out from underneath us, if a cloud provider decided to run a Sensu SaaS. I

think then we would be at risk of losing part of our business, or at least a revenue stream.

To SaaS Or Not To SaaS

Michael Schwartz: How often in the last 4 years or so, have you considered launching a SaaS Sensu?

Sean Porter: I think constantly. My background is in operations, and I understand what it takes to operate a hosted service and the cost associated with it.

Every time I’m, “Uh, we should totally do a Sensu SaaS!” That would be really wicked, it would help people adopt Sensu, people start using it, lowers the barrier to entry considerably, but then the cost associated with operating that, the margin for generating revenue around that.

I feel like it’s a whole other separate business than what we’re focused on right now, which is how do we make Sensu easier to use so that it can be deployed on prem without problem.

We simply just avoid the cost of operating the hosted service. We will continue to ask ourselves the question, “Do we run a SaaS every Monday morning?” And as it comes down the line, maybe one day we’ll say, “It’s time. Let’s do it.”

I think if we were to do the SaaS thing, or at least, build the company around it, we would have raised specifically to tackle that. We would build a different team, a different company in order to do that over the last two years. One thing I would like to point out is that we have gone on 1.x on Sensu for a number of years now.

Sensu Go is the next gen one, so if we did build SaaS, it would be around our new technology.
If we were to do a SaaS, we’d start after that goes fully GA, which is at the end of this month.

Long-term Plans

Michael Schwartz: What does a long-term look like for Sensu?

Sean Porter: In terms of the technology that we are looking, 5-10 years ahead, just trying to say, “Okay, what are the general trends for the early adopters now?” Because that’s going to signal where the big ships are eventually going to turn to. So, just making sure that Sensu, from a technology perspective, is aligned with that future.

I think we’re thinking more ahead in terms of the business and the products, it’s much more short-term, seeing what works and what doesn’t, and then making those changes as quickly as we can, experimenting – in that term, we are just talking like a few years. I just want to see company to continue on the growth rate bet.

It has been experiencing adoption rate. If we stick to that, I think Sensu has a very bright future, and I see Sensu running on technology infrastructure and applications a decade from now.

Closing Advice For Entrepreneurs

Michael Schwartz: Do you have any advice for the entrepreneurs who are thinking about developing a business around the open source product?

Sean Porter: I think the most important thing is to first test, in terms of building your career or a company around open source is to see what sort of people gravitate to the thing that you’ve created or the idea that you have, and to see what those people can do with it.

I think it’s an early indication of when you’ve hit on something that brings value to people’s lives.

If other people, strangers, are willing to download your project and run it on infrastructure that runs a company that pays the most salary, I think there’s nothing better than that. It’s pretty awesome.

And to see if they start to kind of coalesce into community. I think if you got the community around your project, it’s time for you to pour more of your heart and soul into that thing. If you’re not seeing that happen, maybe it doesn’t make sense to focus all of your energies on that, and try something else.

I would say, don’t rush to raise venture capital around your open source project.

See if you can bootstrap, see if you can get more traction without it, see if you can do it when you’re a little bit more scrappy, when you can just focus on the technology, on the open source product, and less so on building a company and organization around it. I think you will be better off for doing it.

Michael Schwartz: Sean, thank you so much for joining us today.

Sean Porter: Thank you for having me. I hope that your listeners on this episode have used to it.

Special thanks to the Sensu team for arranging the interview.

Transcription and episode audio can be found on opensourceunderdogs.com

Music from Broke For Free Chris Zabriskie and Lee Rosevere.

Production assistance and transcription by Natalie Lowe.

Operational support from William Lowe.

If you enjoyed this podcast, you can say thanks by tweeting it out. Our podcast Twitter handle is @fosspodcast.

You can find out more about Sensu at Sensu.io.

Until next time, thanks for listening.

Episode 11: data Artisans – Apache Flink Stream Processing with Kostas Tzoumas

Kostas Tzoumas is the Co-founder and CEO of Berlin-based data Artisans, the leading company behind Apache Flink, an open source stream processing framework that merges event-driven applications and real-time analytics. In this episode, Kostas discusses how Flink went from university research, to open source project, and finally to a commercial enterprise.

Update: In February 2019 data Artisans changed their name to Ververica.

Transcript

Intro

Michael Schwartz: Welcome to episode 11 of Open Source Underdogs, the podcast where we try to process all the incoming information about open source business models.

Kostas Tzoumas is a CEO and one of the founders of data Artisans, a company who commercialized Apache Flink. Flink enables developers to query big data in real time, as it’s being created.

I’m recording this episode in data Artisans’ Berlin office. Kostas, thank you for joining us today.

Kostas Tzoumas: I’m happy to be here.

Michael Schwartz: Kostas, tell us about yourself – what’s your background before you got involved with data Artisans?

Kostas Tzoumas: So my background is in computer science. I started in computer science, I did a PhD in database systems, and then I moved here in Berlin to do research on big data. And this is actually where the whole idea of Apache Flink and data Artisans as a company came through, through the research work doing at the university here in Berlin.

What Is Stateful Stream Processing

Michael Schwartz: Keeping in mind that our audience is general interest/business, could you tell us a little bit about what Stateful Stream Processing means and specifically what is Apache Flink?

Kostas Tzoumas: I would say Stateful Stream Processing is a fancy technical word for something super simple. And the whole premise is the following: If you think of data, the way that data is usually generated is continuously.

So think of a clickstream. A clickstream is basically capturing the clicks, and the things that we do on websites or apps or whatever. Or think of sensors in the natural world, measuring something and awaiting data. Or think of financial transactions.

The way that data is born in the outset is always one event at a time. It is a continuous stream of events – that is what streaming means.

And the main idea behind stream processing and Stateful Stream Processing is to embrace this fact, and instead of trying to land the data first to some place, and then process them, and then do analytics on them, it is to do the analytics while the data is flowing. That is basically Stateful Stream Processing.

“Stateful” means that the computation itself is my worry, so stateful is really just a word for doing more than something trivial if you will, so analytics on the data, building applications on these streams of data that do, for example, things like fraud detection. For example, we are working with banks that are getting a continuous stream of credit card transactions, and they’re trying to classify whether the transaction is real or fraudulent.

The state in this case refers to the model. It can be a machine-learning model that determines whether a transaction is false or not. It can do things like real-time personalization, real-time recommendations.

So, for example, as people are buying things in any commercial, for as people are looking up things, hovering over something then you can continuously adjust the model that recommends new things to your customers.

One example is that we have been working together with Alibaba for quite a while, and they have built the service and recommender engine, based on this concept of using the real-time information for personalization and recommendations.

Other relevant work there is what Netflix has done with Apache Flink, taking into account what we are doing real-time on Netflix to personalize the website and recommend movies and series to you.

What Is Flink?

Michael Schwartz: Tell me a little bit about Apache Flink.

Kostas Tzoumas: It has a very interesting history.

I think the first line of call was written by my co-founder, maybe 9, 10 years ago, it started basically as a platform, that was when the whole idea of big data and distributed data processors, like Hadoop, was starting out. And the idea was to do that in real time, so massively distributed data brochures that came out were very batch processing-oriented, meaning that you would get a lot of data that you would process, that you would wait for a few hours, and then you would get an answer.

And the idea was to do that continuously and do that in real time.

As I said, it started out as a research project here at the Technical University of Berlin, then the team open sourced it so we donated it to the Apache software foundation.

That is when we came up with the name Apache Flink. So “flink” is a German word for agile or fast. And then a very fitting logo for this was a squirrel, which is very popular in Germany, it’s an animal that can move very fast.

And from then on it has been basically several years of the project, growing massively in an open source community, so it is by now one of the biggest projects in big data because it is being used in production by most of the tech companies in the world and also enterprise.

Origin Of data Artisans

Michael Schwartz: How did data Artisans get started?

Kostas Tzoumas: That I would say follows really the Flink history.

So the team that built the project at the university, at some point we decided that the best way to accomplish the mission that we were having, which was to really bring the technology out in the world and have everybody use it – this was best accomplished by starting a company rather by doing academic research.

So when we started data Artisans about 4 years ago, we had a very simple goal, which was to make it possible for everyone to use stream processing with Apache Flink.

How To Go From Project To Funding?

Michael Schwartz: It seems like the funding and the company almost got started at the same time – how did that happen?

Kostas Tzoumas: I would say that clearly, from the beginning, we were always positioned as a company based on the open source, so what we had was a great technology, a great open source community.

This is a model that has been proven to some extent by some companies, and to some other extent it is still being proven. There are a lot of companies that follow this model, so they have an open source foundation and build a business based on that.

This has always been our premise. We were always looking for investors that will subscribe to this sort of long-term.

Open Source vs. Enterprise Features

Michael Schwartz: How do you decide which features go into Apache Flink and which features become data Artisans features?

Kostas Tzoumas: With data Artisans we have always been following a very long-term approach.

In the first few years of the company, we were basically doing everything in open source, 100% in open source. Monetization was not the focus, the focus of the company was to grow the open source community, to help the open source community, we were doing a lot of work together with companies that have used Flink, with the goal of adoption. At some point, this worked out for us.

At this point, Flink is the engine of choice for every company that wants to do any kind of serious stream processing. It was the point that, also with data Artisans, we decided to move on to the next step, which is to build a business and monetize the business.

The way we did that is what people are referring to as the open core model, so we have a product, it’s called the data Artisans Platform. It encapsulates Apache Flink, and also adds additional features on top of that, and we offer that together with enterprise support.

There have been two features that we have added on top of Apache Flink that are contained in our product. The first one we released over a year ago, and that is a way to basically manage the deployment of stream processing applications and production. It makes it easy for enterprises to operationalize Apache Flink.

The idea is that we should be able to experiment quite a bit with open source. But then, if you’re an enterprise and needs additional help and additional tools to bring it into production, to connect it with all the other infrastructure. You have like login, matrix, etc, and to really build an internal platform to use – that is where our offer kicks in.

Then the second feature is part of data Artisans platform we released in September. It’s called the data Artisans Streaming Ledger, and it is effectively a way to do ACID transactions on streaming data.

To your question, how do we decide whether something is open source or closed source – I think it’s a fine balance.

We are always taking the long view. We are not maintaining an internal version of Flink, we’re shipping standard Apache Flink.

At the same time we appreciate – and I think by now open source communities appreciate as well – that a healthy business behind the open source framework is something that is also good for the development of the project.

Really the value proposition is that you get a turnkey solution, you don’t have to build stuff around the edges yourself but you get a turnkey solution that has been built, by the creators of Flink. It has been tested by us, it’s been supported by us. And we can basically help you on your journey to adopt, productionize, and use stable Apache Flink production.

Licensing

Michael Schwartz: So how do you license that? Is there a different license for let’s say the non-core features?

Kostas Tzoumas: Apache Flink is Apache license, obviously. Our product is as a whole closer, it comes with a license, and we offer that in basically two editions.

In one we call the Stream Edition, which contains Apache Flink, application manager. And if you have components, then the other one also contains a streaming ledger, the ability to do ACID transactions. We call that the River Edition.

Other Revenue Streams

Michael Schwartz: Are there any other revenue streams like services or trainings?

Kostas Tzoumas: Yes, we do offer services to customers, and we also have training for Apache Flink, which we do both in the form of on-site training to customers, and also recently we organize public trainings in several cities.

Michael Schwartz: But in terms of a percentage of revenue on licenses – is it more than 90%?

Kostas Tzoumas: We are pretty focused on licenses as a company. I think we better wait to make a revenue, selling a product rather than selling time – it scales much better.

Customer Segments

Michael Schwartz: So, who are the current customers – do you segment them in any way, for example by sector or by functional application?

Kostas Tzoumas: Product is very horizontal. Obviously, the open source community is completely global, and I would not say it’s segmented in any way, so we have use cases from all industries.

As a business, we see a lot of early commercial adoption in the financial services sector – so investment banking, insurance companies, and so on.

That’s not to say that these are the only customers that we serve, but we do see a good amount of commercial adoption.

Contributions From Large Companies

Michael Schwartz: Are those larger cloud companies contributing? Are they buying support, or are they contributing in other ways to the project or to data Artisans?

Kostas Tzoumas: Netflix is a user of the open source framework. Same goes for companies like Uber, Lyft, so the larger, new tech companies.

So in tech companies, they usually have a different mentality, to make sense for them would be to hire talent and build a lot of things internally. But they do contribute in other very, very meaningful ways to the open source communities.

For example, specifically with Netflix, built largely on AWS, and they have tested Flink on AWS, on a scale that pretty much nobody else has. So they really made Flink extremely stable at that scale with AWS, which is a benefit to every other potential user or data Artisans customer that wants to run on AWS.

Concerns About SaaSquatters

Michael Schwartz: You might have been following some of the license changes by other open source companies to prevent monetization of the open source by large cloud providers in a way where they’re not contributing their fair share to the open source.

Are you concerned that an Amazon or Google might take Apache Flink and build the features that you consider enterprise and compete with you?

Kostas Tzoumas: I mean, this is definitely something that might happen, as Flink is getting more and more popular.

Amazon and Google already have offerings around Apache Flink, in their free services, on Amazon EMR.

Does this concern me – yes, it concerns me.

I would very much like to be in a world where all of these players would play specifically and contribute back to the open source community.

However, I take an optimistic approach to this, so this also proves the popularity of the platform. We are in a market that is growing every day.

We see completely new applications coming in every day. I’m less concerned right now about how we’re going to slice the pie, but how everyone in the industry is going to work together to bring the message out, the message about streaming data, and to make the pie even larger.

It’s just the market is growing very, very fast.

What’s Next?

Michael Schwartz: Where do you think you need to go from here? What new products and services are in the planning phases?

Kostas Tzoumas: I think we are just in the beginning.

We see stream processing as a new paradigm for data computation. It just changes the way that you look at data.

Instead of landing the data somewhere, and then finding a query, and then getting an answer, you have a query that is running always. And as this data is coming in, you always have the most updated answer. And we just see more and more and more applications coming in every day.

When we were starting out, the main use case for streaming data was to do real-time analytics, and usually to kind of do an approximate analytics in real time, while you wait for the correct answer to come up later.

Then we saw a lot of applications that we would classify more as applications rather than as analytics. Things like fraud systems as I mentioned before, or billing systems, and things like that.

So actually running the business – not measuring what is going on – with the new functionality that we brought in our product, the streaming ledger, we are now able to cover use cases that before could only be covered with relational database systems; use case and applications that need basic transactions.

We see a lot of movement in a Flink community, trying to bridge the gap between the batch processing and stream processing.

Batch processing is really a subset of stream processing. Batch computation is a stream that just so happens to have a beginning and an end – so you can do that as well.

So we’re just seeing new applications coming in every day. And the way we are approaching this is, we are trying to create the tools to make this accessible to the Enterprise.

So every company that, let’s say, does not have the ability that, sort of Netflix or Uber have – to hire dedicated developers and build everything on their own – we have positioned ourselves as being the vendor that can enable them to be at the same place that Uber, Netflix, and Alibaba is, but without having to roll their own system.

So we’re learning from the community of our products.

Range Of Customer Interactions

Michael Schwartz: What’s the range of different customer relationships you have? So some customers maybe give a very direct support relationship, some customers maybe they never call you – so what’s sort of the range of customer interactions that you have?

Kostas Tzoumas: Right now, in the state that we are in our business, we strive to have a direct relationship with every customer.

So everything we do is direct sales, or most that we do is direct. And we strive to have a very direct and a very deep relationship with a customer, working together with our engineering teams, like really being a partner for them.

Sales Process

Michael Schwartz: How do customers find you?

Kostas Tzoumas:The open source platform is famous, that’s where people find us. It’s all inbound, we don’t cold call anyone.

And from that point on, for us, it is a typical Enterprise sales, because we work with very large enterprises, large deployments, typical Enterprise sales process.

Pricing

Michael Schwartz: Pricing is really a challenge for everybody, every industry. Can you talk a little bit about what were some of the challenges around pricing?

Kostas Tzoumas: As you say, it’s hard.

First of all, I think pricing works when it captures utility, so the customer must be happy to pay more as they get a lot more value out of it. I think this is one parameter. And the other parameter is keeping it simple, because nobody wants to solve a differential equation to figure out the price.

Balancing this too is always I think an arc, and I’m not going to say that we have done something completely different there.

Michael Schwartz: Have you had to tweak the offering a little bit since you get started as a being trial and error?

Kostas Tzoumas: Always, yes, we had to do that.

I think there’s no other way, you have to communicate with the market, see what the customer wants, see what resonates with a customer and then adopt.

Michael Schwartz: Isn’t that tricky in Enterprise sales, where there’s a longer sales process, and it’s not like you can do A/B testing, and sell your data Artisans platform for one price, and then sell it for another price?

What’s the time frame for you making those types of pivots?

Kostas Tzoumas: It is, and I don’t want to say we ended up doing any kind of pivot.

Our initial thesis there was well-received, we had to do minor tweaks. We also know the way that this kind of Enterprise customer products or price in the market is pretty uniform. Most of the companies show very similar broad concepts, so there’s also that experience to tap into.

It’s also valuable because from a procurement department, what they want to see is something they have seen before and understand and give a processing rather than fancy a new idea that someone thought of.

Partners

Michael Schwartz: Can you talk a little bit about channels? I know that data Artisans is still pretty new, but have channel partners played a role, and where do you see the partner program going?

Kostas Tzoumas: I’m a big fan of being focused. For me, building a company has a lot to do about saying a lot of “No’s,” and making a few bets.

When we started out the company, we focused 100% on open source.

At the time, that was an unpopular choice for many who were telling me, “You have to build a business, it’s not about the open source.”

If you try to do too many things at the same time, you end up being kind of medium good at many things, and nobody wants that.

So, for me, the first challenge was to achieve critical mass in the open source community.

The next sort of journey we are going on now is to prove that data Artisans is a business, and then after that comes scaling.

Right now, we’re working with a number of partners, but in an exploratory way, and when it makes sense to get a direct customer.

Pretty soon, we will start making a more formal partnering program, but we haven’t done this yet.

Competition

Michael Schwartz: How do you distinguish your offering from the competitor’s?

Kostas Tzoumas: What is core to us is that we are basically the people that created Apache Flink, originally internally in the company we are the experts on the framework.

We are the ones who can support the customer best. And by participating in the open source community and by working together with all of these large tech companies that are using Flink, even if there’s another customer, we are learning so much, and we’re bringing all of this institutional knowledge to our customer. We are really the absolute experts on Apache Flink.

There are of course other alternative frameworks from Apache Flink, and they are distinguished by, if you really look at the market today, Flink is ahead of its competitors in stream processing for a number of years in development. Both in terms of feature shared and the functionality of the new framework, but also in terms of to how much extent has the framework had been tested and hardened at a very large scale.

Ten-Year Vision

Michael Schwartz: Where do you see data Artisans in 10 years?

Kostas Tzoumas: The market is growing very, very fast. This is a new paradigm for data.

Companies are realizing the benefits that embracing this paradigm can give them, but I think we are really in the early days of the market.

Challenges For Open Source Startups

Michael Schwartz: So you’ve had quite the experience building an open source community and an open source company – what do you think are the challenges facing new founders of open source companies?

Kostas Tzoumas: A lot of companies, before we started Artisans, had done a lot of the groundwork – for example, the Hadoop companies Cloudera, and so on. They had proven to the market, they had convinced the market, that open source is a good thing.

For example, we in data Artisans have never had to sell and to convince a bank that open source is a bad thing – that’s a huge step.

I also think that developer communities are also becoming a lot more business savvy. Developer communities are also realizing that having a financially successful business, backing up the open source projects, just means better results for the open source projects.

I think for us, data Artisans, and for new founders, that a lot of work has been done – but it doesn’t mean that this has been proven.

There are very few companies in the world that have successfully IPO’d, and have been public for a while, or have been financially successful with open source. But a lot of this road, I think, has been paved.

I think one challenge for the new founders is the licensing challenge that you mentioned before.

Basically, how can you avoid sort of parasitic behavior in the community. So, companies just grabbing the open source, offering it commercially, but not contributing anything back – I think this is an active discussion right now in the open source community.

I’m interested to see how it goes from an academic point of view more, because for us, we are part of the Apache Foundation – Flink is Apache licensed, and it will stay like that. But the movement in this space for me is interesting.

Advice On VC Process

Michael Schwartz: Any tips about the VC process and working with VCs might be helpful to other entrepreneurs?

Kostas Tzoumas: Yeah, I think this is a challenge in every company. I don’t think this is particular for open source companies.

I’m not going to pretend that I’m the one who is in a position to give advice at this point. But even if it kind of sounds like a platitude, what I have seen is that the person matters a lot, so the particular partner that you work with is paramount – and perhaps even more important than the firm.

Closing Advice For Entrepreneurs

Michael Schwartz: So one last question – do you have any personal advice for the entrepreneurial person who is about to start a company?

Kostas Tzoumas: It’s hard. I think first of all what I have seen is that the motivation should not be the money.

Money has not made any successful entrepreneur who was motivated by money, and to do all the hard work, and to stay up all night, and to go through all this stress, you really need to believe in your mission and refine your mission.

And then the other thing I learned from others that came before me and mentored me was exactly the importance of being focused.

So when you’re starting a company, and you’re building a company, it’s not obvious what you have to do. Especially for me, that’s my first time doing that.

So it’s never obvious what you have to do. And, you know, you see all of these things and you always think – hey, I should be doing a little bit of that. I should go to that conference, and that conference also looks good. Or, maybe we should be building a product now and targeting that market, because oh, there’s another community coming in that’s targeting that market.

So, you can very easily get lost.

What I think has proven very, very useful for me is the importance of focus. So the definition of a startup is limiting resources and maximizing the impact of these resources.

So the question should not be, what is the possible spectrum of things that we can do, but whether there’s 1, 2, 3 maximum things that we can do to maximize our impact in this world, without resources right now.

So focus on one thing and become extremely good at this. This is the advice that I have gotten, and it’s served me very well.

Michael Schwartz: Kostas, thanks so much for your candorous responses, and thank you for being on the show.

Kostas Tzoumas: Thank you so much.

Michael Schwartz: Special thanks to the data Artisans team for reaching out to us. Transcription and episode audio can be found on opensourceunderdogs.com.

Music from Broke For Free by Chris Zabriskie and Lee Rosevere.

Production assistance and transcription by Natalie Lowe. Operational Support from William Lowe.

Follow us on Twitter, our handle is @fosspodcast.

We have a packed schedule for 2019. Next time we’ll be talking with Sean Porter, Founder of Sensu – he has some great insights, so don’t miss it.

Until then thanks for listening.

Episode 10: Nextcloud – File Sharing Platform with Frank Karlitschek

Frank Karlitschek is the Founder and Managing Director of Nextcloud, an open source file sharing and communication platform. NextCloud provides cloud, virtual desktop, and application hosting services for a range of organizations that include healthcare, education, finance, and government. In this episode, Frank discusses the value of Nextcloud’s community contributors and why he believes transparency the best competitive differentiator.

Transcript

Intro

Michael Schwartz: Welcome to episode 10 of Open Source Underdogs, the podcast where we discover new recipes for open source business models from around the world.

Frank Karlitschek is a free software developer, entrepreneur, and privacy activist. He is the founder of Nextcloud, which is self-funded and employee-owned. For those of you who don’t know, Nextcloud has been incredible success story with over a thousand contributors, and 50,000 plus commits.

Frank is a true open source hero and inspiration. Frank, thank you so much for joining us today.

Frank Karlitschek: Thanks a lot for having me.

Michael Schwartz: So tell us about yourself, how’d you get involved with free software?

Frank Karlitschek: It happened like over 20 years ago, I think it was around like ‘96/ 97, I think ’96, a friend of mine showed me a desktop running open source at a time, with KDE desktop, KDE 1.0 better or something, I don’t remember, and I looked at it and I was, “Oh, that’s nice. It’s all free software, it’s all done by the communities around the world.”

There’s no real company around, it’s all self-organized, it looks so much better than Windows 95 at a time, I thought, and of course, I said like, “next year this will of course conquer the desktop.”

Then I went to work in the KDE community, for the Linux desktop for a long, long time, but yeah, things changed over time.

Why Not Dual License

Michael Schwartz: Nextcloud has an interesting history, it’s a reboot of a previous company in a project called ownCloud.

In your 2016 blog, you mentioned a few changes for contributors, including no dual licensing, no requirement to sign a contributor license agreement, trademark held by a foundation, and making development planning a public process.

Can you talk a little bit why each of these considerations were so important? Let’s start with no dual licensing – what do you mean by that? Doesn’t Nextcloud currently have Enterprise features too?

Frank Karlitschek: Yeah, that’s a very big question. Where should I start?

So the thing is that the Nextcloud community and also a lot of the people in the Nextcloud company, they have history in the former projects that they also founded, but then that wasn’t that successful at the end.

So because of the history, we decided to do some changes, and as you mentioned, lots of those decisions were influenced by mistakes or problems that happened before the former project.

So you mentioned the dual licensing, I mean, maybe I should explain what it means. Open source software is available under free software license, obviously, otherwise, it’s not an open source project or a free software project.

The concept of dual licensing is that there is also a second license. If you want to use the software, then you can basically choose between two licenses. And the concept of dual licenses usually means that you have a free software license, the second license is usually not free software.

It’s like a proprietary license usually which means that you have additional rights, you can do more things that you can’t do with open source license. But to get these rights, you have to pay.

It’s usually a business model from companies who say, “hey you can use this free software version. Or you can use this other version, but for that, you have to pay.” This sometimes gives the user the benefit that they don’t have to follow some of the restrictions of the free software project, or free software project as Nextcloud, it means that you can use it for free.

You can change it obviously, but if you change it, you have to contribute those changes back to the community. And if you don’t want to do that, you can pay other companies, not like us, to not have this responsibility.

But we don’t really like this concept, so the Nextcloud community has a strong opinion that everything should be open source and free software, and we don’t really like these proprietary licenses – we don’t do this at all.

More On Dual License

Michael Schwartz: I see. You know, when you mentioned in ownCloud, contributors had to sign a contributor license, I found that somewhat unusual. I’d actually never heard of that before – do you know why they implemented that change, and why did you want to get rid of it too?

Frank Karlitschek: This is something I should have mentioned, you can only do this dual licensing if you have to complete ownership of the code. If the company owns the code, then the company can release it in a different license, and if you want to do the dual licenses, you have to own the code.

So this means that every contributor has to give the ownership of the code to the company, and this is usually done via contract.

If it’s the contributor license agreement, every contributor has to sign it, and then the company owns the code, and then they can do this dual licenses thing. As I mentioned, I’m not a big fan of that, I don’t think we should force contributors to sign a contract to give away the rights on their contribution.

I’m a bigger fan of a community, where this is not needed. For example, the Linux community, in the Linux Kernel you don’t have to do that, you can send the patch and the patch is of course available under competitive license, like a GPL.

And then it will be part of the software, but you don’t have to transfer the ownership to – I don’t know, the Linux foundation, or retailer, or someone. I find this weird. And it is also at open source project, like Gnome and KDE that do it the same way, and Nextcloud also does it that way.

We don’t require any contract or transfer of ownership from the contributors, that’s something that happened in the past with ownCloud, as you mentioned, we don’t do this and we don’t like that.

Why ownCloud Wanted a CLA

Michael Schwartz: So ownCloud took venture money, and then the company introduced on the advice of VCs, a dual licensing model, and at that point, the contributor license agreement was necessary.

Frank Karlitschek: Yes. The thing is, if you are an investor, then of course you invest in something that you want to sell later to make a profit, you want to sell it to a high price of course. And to do that, you need to have as much intellectual property as possible to justify this high price.

It’s really good if the company can say, “Oh, we own all the code, we own all the contributions.” But in the Nextcloud, we don’t want to sell the company, so we don’t care.

How To Use A Foundation To Protect the Community

Michael Schwartz: One of the things you mentioned was starting a foundation that owns a trademark – did you do that at Nextcloud?

Frank Karlitschek: Yeah, that is in progress. This is something that we still have to figure out how to do it correctly from a legal perspective. It will be a Germany e.V probably for practicality reasons, and this foundation will own for example trademark, and then can license the trademark to the company.

This is a bit a safety net, so if there’s any issue with the company, then the foundation could revoke this trademark grant and give it to someone else.

Also, something that I learned from the past, I think the community needs to be protected from the success or no success of the company.

Open Development Process

Michael Schwartz: Have you made the planning process more public? That was one of the goals also. I know that at Gluu, we prioritize features, a lot is based upon paying customers, but how do you actually make the process public but also run the business and give your customers the features they want?

Frank Karlitschek: We use GitHub a lot, it’s a bit controversial sometimes because now it is owned by Microsoft, but GitHub is like the place for us where everything happens.

Obviously all the code is there, but also we use the issues, the tax, and also the issues of feature planning, and there’s like some nice project management, there’s planning features on GitHub nowadays, we use it for all the planning.

So you can go there, and you can see the milestones, and you can see the texts assigned to issues, what version is planned, and so on. This is pretty transparent, and everybody can give feedback, a lot of people who communicate can give feedback.

We are a company, we also have customers, and the customers have opinions, what they need, so we listen to our customers, and if they want to have a feature, then we do it. But if we decide that we do it, we also put it on GitHub, it will be part of the planning and everybody can give feedback.

I think our contributing to a community is growing really nicely and I didn’t hear a lot of complaints, actually I hear the opposite, more and more people are joining Nextcloud every day. So I think this works out quite okay.

Role Of VC In Open Source

Michael Schwartz: Sometimes I warn entrepreneurs that VC money can actually kill you. It can help you but it can also kill you. You mentioned in one of the articles that you said, “With venture capital, you have to limit yourself to doing things investors can understand, rather than what users and customers ask. Is ownCloud a cautionary tale of how VC can go wrong?

Frank Karlitschek: First of all, I want to clarify that I don’t really have a fundamental problem with venture capital, it’s a fine model if everybody understands what it means.

I think it’s really difficult, I wouldn’t say impossible, but it is really difficult to do it together with an open source project. Because an open source community has a different understanding, different goals than a VC might have.

This is a challenge, and we don’t do this anymore. One of the issues was that we had to do something that VC understands. A good example of the past was that we had to decide which market we are in.

So, at the time, Gartner created or defined the enterprise file sync and sharing market, and ownCloud at a time was like, “Okay, do you need the enterprise file sync and share?” – that’s good.

But then our community decided to add other things, for example, implement a nice calendar and email integration, and contacts, and all kind of communication features, and chatting, and so on.

And if you talk to Gartner, they’ll say, “Well, this is not enterprise file sync and share, you can’t do that.” They are confused, you’re not doing it right, you don’t have this product market fit. I don’t really care, because we want to do what our users want and what our customers want. I don’t really care if you fit a specific box.

And it’s actually funny that nowadays Gartner changed the market from Enterprise file sharing and shared it to a collaboration platform. So actually the new definition is very similar to what we are doing, we’re doing communication and collaboration software.

So we are basically doing something before Gartner defines a name for it.

Initial Startup Changes

Michael Schwartz: Without VC money, how did you fund Nextcloud when you got started?

Frank Karlitschek: The first few weeks and months were of course a big risk because we didn’t have any customers obviously, but very quickly after a few months, we got a few very big ones.

After six months or something, it was very profitable, because we were very lucky to get a few very big ones. It was a bit of a gamble of course. If you want to found a company, you are not really sure how it would go, but, yeah, this is how it worked out.

In the first few weeks, it was of course tricky, because I mean, we didn’t start from zero, we started with 12 people already, so the first few weeks it was a challenge. But as I said, we were really happy that we got some customers very fast.

Customer Segments

Michael Schwartz: How do you say segments the customers – do they fall into any categories?

Frank Karlitschek: Every customer we have cares about security, and privacy, and on-premise, and things like that, but they come from totally different backgrounds.

We have lots of universities, we have classic enterprises, like manufacturing and people who really care about espionage and want to protect intellectual property. We have customers from the public sector.

For example, a German government is a big customer, so they use it for all the people in the German federal administration, then we have tax service providers who want to offer a service based on Nextcloud, so that’s totally different, but they all care about on-premise cloud basically. This is a thing that is same for everybody.

Customer Events and Input

Michael Schwartz: How do you interact with customers?

Frank Karlitschek: We do a lot of different things. I mean, we have the usual meetings and phone calls and workshops, but we also do events like an Enterprise Day.

It started two years ago, and then last year, and this year it was in Berlin that we had a lot of people coming together for this day and discussing Nextcloud and Enterprise – it was so successful that we do this, at least, two times a year now, so the next one will be in early 2019.

That is an event where they can sit together all day and discuss things with the developers directly, then we’ll do something like a Customer Product Advisory Board. This is something that will be announced in a few days.

This is a way that bigger customers can directly together with us discuss a roadmap, so they want to have like more influence, and we have a forum for that. In general, I think we are a very, very open, transparent organization. I mean, every customer can look at GitHub and see all the things and what is going on in the planning.

So I think we have really a lot of good ways to interact with customers.

Types Of Customer Interaction

Michael Schwartz: It’s such a big community, and you can’t have a personal relationship with all the organizations that use Nextcloud – how do you sort of make that balance?

Frank Karlitschek: The thing is we really want to create a really good and stable product, so every time someone responds with a serious issue with us, we fix it, it doesn’t really matter if it’s a paying customer, someone from the community.

I mean there are open source projects or companies who say, “We don’t really care about the community at all, we only care about paying customers.” But we also care about the community because at the end it makes our product better, which helps everybody.

Of course, we provide some kind of premium support for all paying customers, that is why they’re paying us. They actually have a phone number that they can call and direct email communication, and access to like a knowledge base and some other things. This is the premium enterprise support that they are paying for. But, overall, I think we really care about a stable product.

If the community also reports on GitHub a serious issue, we fix it in the same way.

Team

Michael Schwartz: Can you talk a little bit about how you’re building the team? What are your thoughts about location of team members, and how do you find people who become part of the team?

Frank Karlitschek: This is something that’s surprisingly easy for us, because as you mentioned the community, so we have a lot of people that are active on GitHub.

So, if I’m looking for another developer, it’s really easy because I can look into the existing contributor community, and I find the right person. And I usually approach the person, and say, “Hey, what are you doing as a hobby at the moment? Do you want to get paid to do the same?”

So, finding a good developer is pretty easy for us, and also like in other areas, like marketing and sales – it’s far easier because next level is quite well-known, and a lot of people use it already, and this all works out quite well.

Of course it requires that you work with a distributor team because when people are hired, they are not all in Stuttgart or Berlin, so we really redistribute it. So, actually lately, I looked into our employee list, and we have employees like in 9 countries at the moment.

And this requires that all the processes and everything we do have to work with a distributor team, but to be honest, this is a requirement anyway for all community, because our communities are also distributed.

As long as you have the process and the tools to work like with people sitting in home offices and other places on this planet, then it’s quite nice. So I’m really happy with our team.

Support

Michael Schwartz: Are you offering 24/7 support?

Frank Karlitschek: Yes, we do. An important thing regarding support is that we don’t really have a support team, like other companies that have instigated support team.

Our support is directly done by the engineers, which makes our customers really happy because there is directly someone on the phone who actually understands what you’re talking about, which is not always the case with other support organizations. And this also helps our engineers to understand customer requirements better. It’s a win-win.

Of course, if you work with engineers directly, they are more expensive than, I don’t know, random phone support persons somewhere, but this is what our customers are paying for, they really get like the best possible support.

Subscription

Michael Schwartz: Do you feel like the support revenue is capturing the value that customers are seeing from the software?

Frank Karlitschek: I need to clarify something. When we talked about support minutes ago, but we don’t really sell support, we sell a subscription. It’s called Enterprise subscription, it’s very similar to what you buy from Red Hat and SUSE, and other open source organizations, and part of this subscription is support, but there’s more in the subscription.

For example, you also get help from us with scalability of the instance, with security, how we can do security reviews, you get the roadmap as we discussed before, you get maybe like special packages for your Kubernetes cluster, or whatever special requirements you have, and so on. You get a little bit more than just support.

What we are basically selling is maybe like an insurance.

So if you run like Nextcloud in your organization, with like a thousand people, and it’s basically mission-critical, it’s really a big problem if your service doesn’t work anymore. Then you can get from us like a subscription, and it’s basically like an insurance so that you can make sure that it never fails.

We deliver everything to you to guarantee that it never fails, and part of it is support but it is small rounded.

Renewals

Michael Schwartz: How about renewals? How’s your experience been with actually customers renewing?

Frank Karlitschek: We are quite young, two-and-a-half year old, we don’t have a ton of experience with renewals at the moment, but I think so far, we had like two customers who didn’t renew. And the rest, like hundreds, they renewed it. So it just seems to work out quite well.

It’s funny, the feedback that we got from the two customers who didn’t renew the subscription, they said, “Look, your software is so good, it never fails – we don’t need your help. “ which is in a way great, I mean, good that Nextcloud is so stable, but of course it would be nice to have another subscription.

Overall, like 98% of the customers, they have their subscriptions renewed every year.

Partnerships

Michael Schwartz: So the company is still new, but partners played an important role in the development of Nextcloud?

Frank Karlitschek: Partners are important, the different kinds of partnerships of course. I mean, we have more the resellers and the system integrators who basically is the organization that will take Nextcloud, sell it to the market and implement it, customize it, and so on.

This is very important because we are a software company, we are not a system integrator organization and we don’t want to become one.

For that, we need partnerships. This works out quite well, I mean it’s still early. I can say that we get a lot of requests from companies who want to help us – actually reselling those subscriptions through them is something that also happens, but I expect it becomes a lot more in the future.

And then we also have technology partnerships. The thing is that Nextcloud is software that can synchronize files, do communication and collaboration, and other things.

It means that you should integrate it into other software that runs in your organization, like backup or storage, monitoring, or identity management as Gluu for example, so I know that Gluu is connected for example for Nextcloud, and this is a great technology partnership. We have lots of them and I really like this a lot.

It makes everybody stronger, and I think more open source companies and organizations should like integrate into each other.

Why Not Cloud?

Michael Schwartz: Eliot Horowitz in one of the previous episode, stressed how critical it was for open source companies to have a cloud offering, certainly the value proposition of Nextcloud is on-premise, control your privacy, control your data, but I bet there are a lot of customers out there who would love a cloud version. And there may be some advantages to operating a cloud service and insights that you might get in using your software.

And there’s a lot of friction these days between large cloud providers and the open source software that they’re using and not always contributing back to proportionally – you must have the given some thought to launching a Nextcloud cloud offering – what are your thoughts about that?

Frank Karlitschek: Of course, when I say that Nextcloud is on-premise software, it doesn’t necessarily mean that every customer needs to own hosting center in the base.

Some customers, they want to host it like somewhere else. This is usually in our case done by partners. So it might be existing partners of the customer, or they maybe work together with like a service provider somewhere. Or we can recommend a service provider who hosts like Nextcloud for them. This is usually the way that it works.

We as Nextcloud most likely will never become a hosted service provider for several reasons.

First thing is that it might become a distraction for us. So as an organization, you have to focus, if you’re like an on-premise and off-premise organization at the same time, it’s difficult to focus. Then also of course our whole strategy, our whole mission, is to decentralize cloud hosting, and if you become like the main Nextcloud host, then, yeah, it’s just the opposite of what we want.

Also a thing for customers that is not great, because as a customer if you are happy with just like a random hosted version, like Nextcloud, and since it’s hosted by Nextcloud, then I don’t see a lot of value there. Because if they’re happy with that, they can also go to Box, Dropbox, or Google because it’s very similar.

If a service provider, or a partner hosts Nextcloud specifically for them, then this is typically something that has some customization for the use case of the customer, or some integration with some co-existing software they have. Maybe to have like an existing identity management like Gluu or something else, then this partner will integrate with Gluu, or integrate like specific cloud or backup or monitoring or auditing requirement, so they can actually do this together with the customer.

But if you would become like a one-size-fits-all generic Nextcloud host, then this can’t be done, there’s no way for the customer, they can just go to box.com and get something similar.

Is It Okay For Hosting Companies Not To Contribute?

Michael Schwartz: Are you worried about, let’s say, a large cloud provider maybe an Amazon or somebody else, making a ton of money off your software, but maybe not contributing anything back?

Frank Karlitschek: Yeah. I know that discussion at the moment in this area.

Other open source companies and projects who have an issue with that, I mean, what kind of contribution are you talking about, because if it’s like a code contribution, this is something that they have to do because it is HPL license, so if someone would take Nextcloud and do like modifications, or improvements, they actually have to contribute back or at least release patches or the software, so I don’t think that’s a big issue.

Of course, someone could take Nextcloud and host it out of our subscription without our support contracts.

This already happens, a lot of service providers do this already without paying us – I think it’s fine. It’s just helps to spread the message, it helps the Nextcloud get more users. As long as there are enough customers and partners who work directly together with us, I’m happy with it.

Actually we promote it. If you go to nextcloud.com/providers, you’ll see a long list of service providers who offer Nextcloud hosting, and lots of them don’t pay us.

I mean, some of them are actually partners, they work together with us and they contribute back, like code, money, and other things. But from lots of them, we get nothing.

But I think it’s okay, I mean, it’s a free software, it’s okay – you can do what you want.

Challenges For Founders Of Open Source

Michael Schwartz: So what are the biggest challenges facing the founders of new open source companies today?

Frank Karlitschek: Oh, there are so many.

I’m a product guy, so first of all, I think you need a compelling nice product. If you have a nice idea and something like a nice product, then of course, the next challenge is to create a community around it because without a community, you are way too small.

And this is same for a lot of tech startups nowadays. If you have a great idea and you develop a product, it’s really hard for you to compete against the big guys. And an open source community can help with that, because then you are not only like 40 people, like Nextcloud, but you are suddenly 1000 people. And then you can actually compete with the big guys.

The next step for me would be to build an open source community, and you have to figure out your new business model. I think this is something that you have to do.

I mean, if you don’t do open source and don’t have a community, then you can sell software licenses, which might be easier to sell, but as I mentioned before, I don’t think you can be successful with that because then you’re just too small. You have to stand on the shoulders of giants, you have to work together with the community, and you have to figure out an open source business model.

I really enjoyed listening to the interviews of your podcasts, your former interviews of other founders of open source projects and companies. There is so much insight in this area. We decided to adopt the Red Hat and the SUSA business models with enterprise subscriptions, but I’m sure there are many other ways to do this.

I want to encourage everybody to listen to all of episodes of your podcasts, there’s a lot of insight, with all these questions in it.

Michael Schwartz: Thanks a lot, that’s why we’re at it. That’s why we are asking you the hard questions.

Is NextCloud an Underdog?

Michael Schwartz:Do you think Nextcloud is an Underdog?

Frank Karlitschek: Depends, I mean, with all these questions, how you define a market. If you look at the open source, self-hosted, file synching and share, than we are probably most likely the biggest, so we are not an underdog.

But, of course, if we compare ourselves to like Dropbox, Google and iCloud and box.com, then we are tiny. We are a huge, huge underdog, so really small. They probably don’t even know us, we are just too small.

Yeah, it depends on how you look at it. I mean, we had some nice growths in the last few years, but yeah, if we really want to compete against the big guys, then the biggest challenges are in front of us, not behind us.

NextCloud In 10 Years

Michael Schwartz: Where do you see the Nextcloud in the next 10 years?

Frank Karlitschek: I really hope that we can somehow decentralize the internet and the cloud. Again, I’m really, really afraid of a situation where all the files on this planet are like hosts, like cloud companies – I don’t think that’s healthy and a good situation, so I really hope that Nextcloud can contribute to a world where everything is a little bit more decentralized, self-hosted, and on-promise.

I mean, it would be awesome if you could like help with that and become a significant player. If you like present the data of people on the planet or host it on a decentralized federated Nextcloud instances, it would be a great. This is what we want to achieve.

Advice For Startups

Michael Schwartz: Do you have any closing advice for the next generation of open source entrepreneurs?

Frank Karlitschek: In general, I would say that being open in your communication, in your planning, and working together with companies and communities – that is really key.

I talk with other entrepreneurs and open source, and outside of open source base, and sometimes I hear thoughts that they think they have to have a special idea, they have to be secret and they have to be protective about their planning and ideas because they think that what they have is unique, it is a unique vision that no one else has – I don’t really believe in that.

I think if you try to protect your secret, and your organization, and your little room, then you’ll fail. I think you have to be open, and talk about it, and get more people excited, and build a community and a customer base, then this is the only way.

So my advice would be to be as open and transparent as possible, don’t be afraid of competition. Try to beat your competition with openness and transparency, not the other way around.

Michael Schwartz: Frank, thanks so much for your time today.

Frank Karlitschek: Thanks a lot.

Michael Schwartz: Special thanks to the Nextcloud team for hosting the meeting in Stuttgart.

Transcription and episode audio can be found on opensourceunderdogs.com.

Music from Broke for Free by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational Support from William Lowe.

If you’re really liking episode, please post a link to it on social media.

Tune in next week to hear the story behind Apache Flink, with Founder Kostas Tzoumas. It’s a big data company that emerged from the Berlin academic scene to become one of the leaders in the industry.

Until next time, thanks for listening.

Episode 9: Rocket.Chat – Open Source Enterprise Team Chat with Gabriel Engel

Gabriel Engel is the Founder and CEO of Rocket.Chat, one of the most popular open source chat platforms on the Internet. Rocket.Chat is used for secure team communication by companies and individuals from a variety of sectors ranging from education and technology, to financial, non-profit, governmental and public services.

Transcript

Intro

Michael Schwartz: Welcome to Open Source Underdogs, the podcast where we find the founders of open source software companies and hold them up for their business model insights.

Today my guest is Gabriel Engel, Founder and CEO of Rocket.Chat.

With almost 500 contributors on GitHub and 50,000 monthly downloads, Rocket.Chat is one of the most enthusiastic open source communities around.

We’ve been using Rocket.Chat at Gluu for a while, and we love it. Who needs Skype or Slack?!

You might hear some clinking in the background – this podcast was recorded at the 2018 All Things Open Conference.
So without further ado, here we go. Gabriel, thanks so much for joining us today.

Gabriel Engel: Thanks for having me.

Origin Story

Michael Schwartz: Can you tell us just to get started a little bit about how Rocket.Chat got founded and what did you do before Rocket.Chat?

Gabriel Engel: Yes, of course. It started actually on a website of another company that I was running before, and it came because of the demands of our customers.

We were designing or developing CRM tools and business management tools for a small and medium enterprise, and they were always asking a way that they could talk to their customers on the website and have those little widgets. And at the same time, the people that would be talking to the customers, wanted to talk among themselves.

So we looked at what was available, and we’d either had software where it was designed for help desk, where you can only talk to your customer, but if you want to talk to a colleague, you have to jump into something else and then talk to your colleague. And all those were really hard to integrate to a CRM tool to gather data in the context of the conversation that the data would be displayed.

Maybe we were a bit naïve, but we decided we could do one ourselves since we didn’t find any. And then we ended up developing it. We published as open source because we really liked what we built, and we thought since this was the first time that we built something real, it’s time that someone could help us improve find all the the mistakes that we’ve done, trying to build such a software.

And when we published it, in 24 hours, there was already 30,000 downloads, and people were thinking it was awesome, giving us amazing feedback, then we decided to pivot and focus on that product.

Michael Schwartz: How did you get into the software business?

Gabriel Engel: In my childhood, my father had a software business, so I grew up going to the office with him and playing around the developers and learning how to develop.

I think the first thing I tried to do was just like a menu so I could run all my games from UI – that was the time before Windows when you had to run all your games from the command line, and I wanted to have UI to select my games or develop a little software so I could have a list of my games.

I guess I grew up developing.

Michael Schwartz: Born coding.

Gabriel Engel: Born coding. And that’s why I didn’t even do coding – in Computer Science university I went to do business management because I kind of naively thought that I knew enough of developing already, and that I wanted to learn the business side of things.

Customers

Michael Schwartz: Who are the customers of Rocket.Chat today?

Gabriel Engel: It’s a very broad spectrum, we have companies, like a Deutsche Bahn in Germany, which is like they run all the trains and the public transport in Germany, like 300,000 people.

We have banks in Brazil and US, we have hospitals. There’s always two, three guys that want to run and customize their collaboration platform, and we have a lot – which I find very interesting – a lot of startups which are running Rocket.Chat, not as an internal communication tool, but as an add-on for their own product.

So every time they design a product around a service, and they want their customers to be able to talk to each other, they get a white label version of Rocket.Chat, integrate the user base, and then become the chat part of that solution. We single signed-on all this behind.

Customer Segments

Michael Schwartz: Do you segment the customers’ markets at all, like vertically, or by use of the product?

Gabriel Engel: We are starting to, mainly because we found that actually helps the users to understand, to see their own challenges, so we’re producing a new part of the website, we have different solutions for different types of customers, because now we learn what they are looking for in the software.

Until now, it was a lot of work for us to talk to them and then explain how they could use our tool for that specific use case, so you want to put more of the use cases on the website.

Also we’ve already seen that the older toolkits were so different, even on the setup wizards. We are asking for the size of the company and the industry they’re working on so we can actually customize the setup, based on the usage and the size of the organization.

Michael Schwartz: Do you see any commonality among the types of customers who want to operate their own communication platform?

Gabriel Engel: Well, yes.

Usually, there is some specific industries where we have more value, like financial sector, usually they put a high value on privacy.

Some high-tech industries, like Intel or HTC. HTC is not one of our customers. For Intel, we are running protocols, so I think they put a high value on what engineers are talking, and they don’t want anyone else outside that organization to have access to that conversation, a healthcare – there is a range of organization where privacy is high value.

Balancing Community Versus Enterprise

Michael Schwartz: So, there’s a huge open source community for Rocket.Chat, and Gluu’s also a Rocket.Chat community – how do you balance serving customers and serving the open source community?

Gabriel Engel: The open source community for us is pretty much everything, and the company would not exist without the community.

It was the community that gave us not just the visibility of the project, by using and talking about and helping to share and promote, but also so many of the features were developed by the community.

One of the things that I tried to learn earlier, and I went to visit the guys in MongoDB and Elasticsearch, talking to the VP of product and the commercial guys, “How do you balance between what you charge for and what you keep free in a community edition?” And they were always talking like, “You’re going to see quite clearly things that large enterprises are looking for, what they need, and are willing to pay for it.”

We found out that with few banks and larger organizations where it’s free, that it is not a good price for them because then you don’t have an SLA, you don’t have someone to call when things go wrong.

They wanted to pay, and there was a few features which many large organizations wanted, like being able to do a complete auditing on the message, or all the employees, or track some of the conversations for a regulatory reasons, where you have to have a history of the conversation of the sales people with the clients, and so on. And they wanted those features, the community didn’t even care.

Usually, it’s one smaller community, they are talking to each other, they’d rather not have that feature – so it was clear, “Okay this is a feature that we can charge for. The community is not interested, but organizations are willing to pay for, and they want to have a price value.”

That was the way we balance what are the big guys asking that the small or medium-sized companies are not asking for, so we can put that in the enterprise version and charge for it.

Customer Interaction

Michael Schwartz: How do you interact with customers?

You mentioned that larger customers get an SLA, community maybe has forums, you are a chat company so maybe you offer chat – but can you talk a little bit about the range of customer interactions that you can have based upon the business model?

Gabriel Engel: I guess one thing that is our favorite from the beginning, from being a chat company, is that we gather all our community on our own chat platform.

I like sometimes to talk about – like, it is loop, where people would come to the chat to talk to us, the community was using it to self-organize. And if there was any feature that was missing, or making it harder for us to organize and collaborate, we would fix the tool that was making us get better organized and collaborate better.

So it’s almost like this feedback loop of improving the tool, getting more organized to improve the tool. And that was a key part, first eating our own dog food.

And we’ve seen other projects, where they were using a different platform to communicate with the community than the product itself, which first didn’t make much sense.

We soon realized that chat is great for real-time communication, but still sometimes people would miss the fact of having sometimes a forum, to have some of the conversation in a way that you could be referenced is slightly better, so we ended up creating a forum lately this year.

And we still have some email support that we created mainly for the enterprise, but we decided that we would allow even the community if they needed to send an email, going to the same Q, just different SLA.

When our support people have a spare time, they would get Q from the other communities and would try to answer those. Mainly on the chat we have a support channel, and channels for each of the components, so people can go there and talk to the developers.

And the forum sometimes, it’s just for discussion about a feature, or like a change, they want more people to be able to write more and take more time to gather input and an opinion. And email sometimes, it’s just mainly because of some people if they want to open a ticket, to send an email to our support team.

Revenue Streams

Michael Schwartz: Can you just broadly define what are the revenue streams for Rocket.Chat, like what do you actually sell?

Gabriel Engel: We’ve started with what was the easiest one, which is a SaaS version of Rocket.Chat.

So we have this cloud components, the Rocket.Chat is a service that is a starting point, but we don’t think this is going to be the main revenue generator because this is mainly just a way to get people to try Rocket.Chat, to experience or/and have a minimum revenue for entrance to join the network. So this was the initial one.

The second then is this support model contract with a few features for the larger and medium enterprise, which then, it’s is growing and is becoming quickly our main revenue service.

And the third one that we are launching is the marketplace, where we are going to be publishing our plug-ins and integrations free, but we are going to allow people to publish with a license for charging people, based on a user account or server account, their own public plug-ins, and integrations, and extensions.

In a way, when I think back, I always said we based our revenue model into WordPress, Automattic. So they have a SaaS version, they have a marketplace for plug-ins and extensions, and they have a support brand for large corporations.

So we inspired our business model in WordPress. We like to say we are the WordPress of chats.

Michael Schwartz: Do you think you’ll launch your own commercial plug-ins?

Gabriel Engel: We want to turn some of the features that we developed for enterprise, to be turned into plug-ins, mainly because we think we need to keep a single-code base, we don’t want to have different code bases for enterprise or for community.

What we want to do is, when you buy the enterprise support, you’re going to get the license for a few of the plug-ins that are on the marketplace.

For example, this auditing tool for messages, it’s going to be a plug-in. This way, you reduce the barrier for someone to migrate from the community to start paying you something. You want to have like a very low entry point.

So I just want this little feature for the enterprise, then you can just buy that later feature for a very small amount. And then if you want more features of the enterprise, you can keep installing and installing them. And maybe if you don’t use one of them, you can uninstall that feature, and that would affect your monthly plan.

So in the future, it’s going to be all plug-in, sometimes free, sometimes commercial.

Value Proposition

Michael Schwartz: It’s a competitive market. Everyone knows Slack, there is Mattermost, whom we interviewed last season. What’s the value proposition for Rocket.Chat, while your customers downloading, installing, and adopting Rocket.Chat?

Gabriel Engel: We designed the whole system to be more than just an app for collaboration, we designed it to be a messaging platform that you can integrate into different entry points, and be a hub.

So Rocket.Chat, we can already integrate, even with your Facebook page, with your WhatsApp for business profile, your telegram business account – you can have all these entry points to talk to the customers.

We designed API, the bots, also could be a first to talk to your customers on the platform, talk to your people. And we designed it in a way where you can turn a platform easier to make it a white label, as well as your company, it’s really on Messaging Collaboration Platform, we are deploying the federation protocol, so Rocket.Chat service can talk to each others, or each organization can share channels with other organizations. Each one running their own server, but having a federation protocol to be able to talk to each other.

So we are seen more of an engine for communication than just the app, but it comes out of the box with the features and the UI that you already expect from Slack, but then that’s just the beginning.

You can take that a lot further and connect with everything you want, even email as well, connect and receive email messages inside Rocket.Chat.

Unexpected Applications

Michael Schwartz: Have any of the deployments of Rocket.Chat surprised you, maybe when you’re saying people used the platform for something you hadn’t anticipated?

Gabriel Engel: Yes, there’s a few, like dating websites.

Looking back, it’s quite obvious, but some people created Rocket.Chat for hospitals, where they changed the channel model, where each patient becomes a channel, so the doctors and the nurses inside that channel and even the X-ray machines posting the exam results in that channel.

They just changed the focus.

And then we’re seeing the Rocket.Chat for universities, where each class then becomes the channel. There is some interesting change where people get the platform, but they adapt that specific industry and put their, whatever is the main focus of that, whether it’s patient-centric or student-centric, into the organized flow of information. I think that’s very powerful.

Challenges of Entrepreneurship

Michael Schwartz: So entrepreneurship is more challenging than most entrepreneurs realize that when they got into it. What have been some of the challenges of entrepreneurship for you and starting the company?

Gabriel Engel: So I guess in the beginning, we were very limited on resources, we were just a small company and we were making ends meet.

It was really hard, and then it took until the project got some momentum for investors to come to talk to us, and then come and start offering, that they wanted to invest. That was an amazing experience, being actually chased by investors that wanted to participate.

Then we got into this new phase, where we had enough capital to do our plans and to grow and invest in a project fast, but then there were different challenges, like how you hire the right people when you want to grow that fast, to hire that many people in a short period of time, but you keep the DNA of your company and to keep the people you are working with the same.

We had some interesting experiences, we hired a lot of people and some people would end up not fitting, and then you have the experience of having to let them go. And sometimes they’re good professionals, but they just do not fit the culture in the way you want your company to be.

Then you start learning how to hire, and even moving from a five-person company, where you are the center of everything and it’s easy to know what everybody’s doing, and everybody relies on you for decisions, and then when you go to 40 people – that transition is harder than I was expecting. Because normally everybody was just waiting for my decision, and then delegating, it’s harder.

That’s been one of my learning this year, it’s how to delegate. And delegate is not just tell people to do something, you have to teach them your decision-thinking and matrix so they can feel comfortable that they are not asking you but they know what the goal of the company is, how the company should make the decision, what are the values or what is important – it is harder than it looks and than I expected.

Should I Start That Business

Michael Schwartz: If you are talking to a young entrepreneur, are you going to recommend them to start a company?

Gabriel Engel: Unless they’re following something, a problem that they really love to solve, and they’re not seeing anyone solving it, and it’s something that they feel really, really excited about, then I would recommend them they start a company to do that.

But if they’re starting a business just because they think it’s cool to start a business, I would say don’t do it.

Because you’re going to need more than just the, “Oh, it’s nice to be able to keep with the challenges, you need something that you really love to get you through the hardest moments.”

So, yeah, it really depends on how much you love the problem that you are solving, rather than just thinking that is cool.

Challenges Of Brazil

Michael Schwartz: You are from Brazil – are there any challenges specific to Brazil that you’ve encountered or maybe just starting…?

Gabriel Engel: What is not a challenge in Brazil?

We have a saying in Brazil: “Brazil is not for amateurs.” Because everything can get rather complicated, even to start a business in Brazil.

I remember, in the UK, it took me 20 minutes on a website to open my own company when I was living there. And then I had everything in the mail the next day, and I had the company running.

In Brazil, it can take up to three months just to open the business, and you have to hire an accountant, it’s so much paperwork just to get the business there. To close it – it’s even a worse story.

Sometimes they say, “In Brazil, you open a company but you never close it.” So think twice when you’re opening a business. In Brazil, the labor laws make it a lot harder to get the type of a relationship with your developers that people are used to here in US or other countries.

In Brazil, the timekeeping of the developers, they have to do those clock – how they call it?

Michael Schwartz: Time cards or punch cards.

Gabriel Engel: Yeah, punch cards, which really is not what I expect on a startup, when our developers are stressed and we need to asked them to do punch cards.

I had that experience once, my accountant told me, “oh, you need to do the punch cards, you need to do the punch cards.” Then I asked my developers to do that, and it completely changed the relationship, they started to treat the company as a job rather than something that they were engaged in because they think, “okay, they are controlling me, so I’m just going to do my X hours a day, and leave in the middle of doing it.”

Because you have to do a punch card and leave, so we ended up deciding just to take the risk, saying we’re not the type of a company that will do punch cards. We’ll just ignore that part of the law.

And there’s a few other things about the amount of holidays that you need to get, how you take your holidays – everything is really restricted and not designed for a tech company. So you either ignore or you have a really strange relationship with your developers.

Geographic Distribution

Michael Schwartz: What’s the distribution of Rocket.Chat customers? I imagine it’s very global, but where do you see the concentrations?

Gabriel Engel: There is a concentration relatively in US, 30% of the users are in US, then Europe is another 30%, but it’s spread, like Germany is the top country, then UK, and France.

I think Germany has about 13% of the customers, and Brazil is only 1.8%. In Brazil, most people don’t even know that the company was founded by Brazilians. And there is a lot of like in India and China, spread all over.

But it’s almost evenly spread based on the size of the economy of each country. It’s interesting.

Partners

Michael Schwartz: How about partnerships? Do you have any channels who either integrate the product, or how’s it going with developing like partnerships and channel partners?

Gabriel Engel: What we started to do this year is try to get to the larger customers and enterprise, to channel partners, where they hold a relationship with those customers to resell our license and support, so they can do the implementation work, they can do customizations, because we felt that when we were trying to do this ourselves, it was taking too much time of our developers away from the projects.

It’s tempting because it’s kind of an easy money, and because the work is there, they have the budget, they want to pay you, but we found out that at the end that we were getting our developers to do all this work, and the project wasn’t developing enough because we were having to do specific projects for customers.

So we decided, “Let’s train partners around the world to do this.” You have a larger community that is economically healthy, you have more people selling and talking and doing a better job than we could remotely. And you could focus on the projects to help them sell more.

Then we found out that there were more productive arrangements. So now we do have channel partners that resell when we’re looking for more, and that’s how we think about going to expand to resellers and channel partners.

Sales

Michael Schwartz: What’s the sales strategy? Do you think that companies mostly find you and reach out to you? How does it work from I guess beginning to end of the sales process?

Gabriel Engel: Yeah. So far we are really reactive.

People were finding us, and then even larger corporations – we’d get a phone call or an email from, for instance, like Intel, the guys would actually say, “Oh, we’ve been trying Rocket.Chat for two months, and we want now to move to the next step and have the Enterprise Edition. We already decided – how can you proceed?”

It makes you think two things, like how open source is amazing, and the company is already trying and it has come to you on a late stage of the selling cycle, but also we found out how many people didn’t find, that were not participating, they didn’t even know that they were in this bid they were looking for.

So we are only this quarter hiring sales teams to start engaging with customers, trying to understand what their needs are and offer a solution to them.

But before we were really reactive, people were trying Rocket.Chat and then would come to us, asking for Enterprise and an SLA.

Now, we are organizing ourselves to start to promote the Enterprise version of SLA, and even looking to some customers that are leaving HipChat because Atlassian has killed the project. So actively trying to go, like, do those companies show that they have a good path to migration from HipChat to the Rocket.Chat.

Distributions

Michael Schwartz: You mentioned license before an Enterprise versus Community Edition, but you said there was only one edition.

Gabriel Engel: The source code is the same.

The only part is because the marketplace still cannot install all the components that we want, so the Enterprise Edition, we compiled the Community Edition and we just added some those plug-ins that we cannot distribute via the marketplace yet.

It’s a temporary fix to a technical challenge that we’re having on how to distribute Enterprise features to the marketplace when it’s not finished yet.

License Enforcement

Michael Schwartz: So there’s different bits, the base code is the same, but there’s the Enterprise different bits. Are you just controlling access to the bits or is there some type of license enforcement in that, too?

Gabriel Engel: There is a license that we generate that activates that component based on the number of users. It’s still early days, we’re playing with it, how are we going to be doing it, it’s on a git repository.

Nevertheless, that’s part of the plug-ins. But in this initial phase, we designed – because we wanted even other people to be able to put a license and then copy the model.

We were very inspired on how Atlassian did their own marketplace, where there are so many other companies selling plugins for Jira. And Tempo, for instance, is one of the massive plugins used by almost all Jira customers.

We thought, okay, if we were going to bring those guys to develop plugins for Rocket.Chat, we need to give them the same type of functionality, where we can generate their license that they can apply when installing the plug-ins.

We started getting, inspired by Atlassian, trying to copy how they work, and then we’ll see if our community shows and have a different demand that we can adapt to it. From the start, we decided to get inspired by something that is already working well.

Test Marketing

Michael Schwartz: Are there any other types of partnerships that you think have been helpful in developing the business?

Gabriel Engel: Yes, we have sometimes, even for a way to expose the product, we have offered Rocket.Chat as a service for a few communities and organizations to organize themselves, in a way the people in that community can see the tool to the value, and then learn more about our platform.

Some of those organizations are the ones that gave you the most valuable feedbacks because they value what they’re getting for us for free, because we’re not just giving a CloudBerry, and hosting, and deployment, and externalization for free.

So the way they would like to repay us is by giving us quality feedback, and getting engagement from the community to use the platform and give feedback. This have helped a lot in the building of the product and improving of the product to engage in this developing communities and business communities.

Open Source Development

Michael Schwartz: What are your thoughts about how the open source development methodology has helped the product?

Gabriel Engel: Definitely one thing that people talk about is how you need to be close to your customer, and open source makes that part a lot easier to be close to your customer when they are really using something that your developers are your initial main customers, because they’re going to be opening issues, they’re going to be talking a lot on the chat, and even opening pool requests.

So for the beginning, we have so many pool requests opened by the community, and that was even a lot more than we expected, and even from what some other projects expected.

I talk to other leads of open source projects, and sometimes they would ask me like, “Why do you guys get so much collaboration? There are many people actually helping you develop the product.”

And my opinion was like, first, we are really open to pool request, we always try help that the request gets approved. We go an extra mile to really try to have the developer fix the code, to get it into our code base, if it’s a feature that we think it’s nice and that our community will benefit from it.

But also because when people are using the tool so much, and if it’s something that is annoying, they are willing to collaborate and develop that. But it has completely shaped the project.

Some of our largest features were developed by companies using Rocket.Chat.

For instance, the global search that we added that can be powered by Solar, or Elasticsearch, or other full-text search databases, was developed by the community, specifically by Deutsche Bahn because they wanted to use that, and then they called back because for them Rocket.Chat is a tool that they use, rather than a product that they want to sell.

We have many of the largest features developed by the community, and then sent back to us by pool request, so it totally shaped us, made us get close to our customers, and made the customers being able to help shape the product in ways that we didn’t think before.

Current Progress

Michael Schwartz: How do you feel about where you are right now?

Gabriel Engel: Right now, we are transitioning.

In 2017, our focus was very much on growing the project features, growing the user base, and having a healthy community. And then in 2018, we started to focus on monetizing the tool.

Now, we are seeing the results of that, we are growing companies that have Enterprise features and support, we are growing this marketplace – that is one of our dreams from the beginning, to have more people publishing apps there, and we are starting to see people now publishing apps on the marketplace.

It’s an exciting moment where we see the revenue part of the projects starting to work out as we planned. In all, that is a very crucial moment in our organization where you finally have to turn on the money-making part.

And when it works, it’s quite an exciting moment.

Final Advice

Michael Schwartz: Do you have any advice to help entrepreneurs who have decided to take the plunge?

Gabriel Engel: I guess open source was always the community is your most valuable asset. They are the ones that are going to help you to get market fits, show you what features are important, what they’re missing on the product, and giving you feedback.

And if they feel engaged with the product, they will defend you, say good things about you, and feel that they partially own what you are building, so we think that the community is the most valuable asset of a project because they help build the product.

Respect them and listen to them – it’s the main point.

The second is, when you’re going to the revenue part and building a way that you can charge the right people, and understand that sometimes smaller companies or other organizations, they will be contributing to the product not financially, but with time, development and their feedback. And understand what organizations that are going to use your product are not just willing to pay but want to pay, because they want to have a commercial relationship with you, and balance, and then build the features on the paying part for those guys.

Just value your community and charge people who want to pay.

Michael Schwartz: Great. Well, Gabriel, thank you so much for your time, congratulations on Rocket.Chat, and best of luck.

Gabriel Engel: Thank you so much.

Michael Schwartz: Thanks for tuning in to season 2.

We’re starting the international portion of our journey, and we’ll be talking to startups in Germany, the UK, South Africa, and Israel.

Transcription and episode audio can be found on opensourceunderdogs.com.

Special thanks to the Linux Kernel for co-sponsoring this podcast.
Music from Broke For Free by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational support from William Lowe. Thanks to Rocket.Chat for sending Gabriel to the All Things Open conference.

If you want to support this podcast, please leave a review – that really helps us get the word out.

We’ll be pushing episodes more frequently now so make sure you keep checking back.

Until next time – thanks for listening.

Episode 8: SaltStack – Event-Driven Automation with Thomas Hatch

Thomas Hatch is the Co-founder and CTO of SaltStack, an event-driven automation platform that delivers threat-aware security compliance, fast and scalable control of any cloud, and configuration management for heterogeneous application environments and data center infrastructure. In this episode, Thomas describes how SaltStack has built tools and point solutions to monetize a very flexible open source platform for orchestration and configuration.

Transcript

Michael Schwartz: Welcome to Open Source Underdogs, the podcast where we talk to the people who make open source companies get up and go.

Today my guest is Thomas Hatch, CTO and Co-Founder of SaltStack.

The SaltStack automation platform delivers threat-aware security compliance, fast and scalable control of any cloud and configuration management for heterogeneous application environments and data center infrastructure.

This is one of their first remote interviews, and I forgot to get hellos and goodbyes, so we’re just going to dive right in with the first question. Here we go.

Origin

Tom, can you share with our listeners the journey that led you to start SaltStack, and why using the open source development methodology was important to you?

Thomas Hatch: To be honest, when I started writing Salt, my aspirations weren’t quite as high as they are now. I started writing Salt in my basement to pretty much solve a problem.

I’ve written a lot of other pieces of software that were proprietary owned, and owned by companies that I work for, but always as an internal tool, and I was kind of sick of having to rewrite it.

And so I thought, well, I’ll just write it this time and make it open source and clear it with this company that I’m going to make it open source. And after about ten months or so, people were using it. So I started looking at it saying, “I should try and make a business out of this.”

I mean, like you were saying about business models, it started off that journey, that journey of trying to figure out what are the optimal ways to be profitable, with an open source software platform.

Initial Struggles

Michael Schwartz: How do you survive those first two years?

Thomas Hatch: Well, back in 2011, I mean, that’s when I started writing the project to my basement, I still had a job, and at that point, it was me, spending my nights writing Salt, and my employer didn’t mind because they were using Salt internally, but it also made it a great test bed.

That company went out of business not because of their infrastructure, but went out of business at the end of 2011.Yeah, I mean, I still remember, I was in my basement, and I get the “hey, we are out of the business” phone call.

And I went upstairs, and I tell my wife, “hey, do you think I should make a business with this Salt thing, people are starting to use it?”

And she looked at me and said, “don’t you dare do anything but start a business! I don’t want to listen to you moan for the rest of our lives together about how you missed your big chance.”

So, then, we had a fair amount of money in savings and we pretty much burnt through that, through 2012, and we were honestly running pretty low on cash when we got our first seed money in the door, but yeah, I mean, that was basically it, that and a few consulting jobs.

Initial Community

Michael Schwartz: That’s amazing! Congratulations. What was the community like in, let’s say 2013, when you raised that seed funding, like how large was the community at that point?

Thomas Hatch: We had received contributions from maybe 400 people, community had grown pretty quickly through 2012. We had quite a few pretty large users. So some of the flagship users that we still have we’ve gained back then, like LinkedIn for instance.

Open Core

Michael Schwartz: I was watching the 2016 keynote that’s on YouTube, and in that keynote you mentioned you’re not a fan of open core. Have your thoughts changed at all on this topic?

Thomas Hatch: Well, I’d like to say that my thoughts have evolved a lot over the years. In the early days, my thinking was let’s just make a ton of open source software and figure it out.

But at the same time, I did want to avoid an open core issue because when you go with open core, it stifles the innovation that can happen inside of your community.

I really wanted to avoid stifling innovation, but at the same time, we ran into a problem which is pretty typical I think of a lot of open source software companies is that, we’re out there and we’re selling services and support, but once we solve the problem for our customer, they don’t really need us anymore.

I mean, we go back to the early, early years, and that was a lot of what we’re running into. So we decided to start working on an Enterprise product. I specifically architected the Enterprise product so that it was a separate piece of software.

The actual definition of open core is hotly-debated, I definitely argued that we are not open core, but every now and then someone comes out of the woodwork and accuses us of being such.

The way that I look at it is that open core means that you have one piece of software that is augmented with proprietary software directly in that codebase. What I wanted to do is create a separate piece of software that could sit above Salt and value.

One of the things that I find challenging with that was that, right off the bat, developing proprietary software is very different from developing open source software.

And I think that that’s one of the major problems that a lot of open source companies run into.

They say, “okay, we’ve been really successful, making a piece of open source software that people love, and we can make a proprietary one, but the way that software was developed is so dramatically different from open software.”

So we struggled a lot admittedly early on in making that piece of proprietary software. And then we hit another wall that, again, in retrospect, I think it’s a common wall for people to hit from business and monetization perspective, especially with add-on software.

It was that the proprietary software that we had just ended up, mostly at the beginning it just expressed what we already did with open source software.

So we found it was really hard to create differentiation. It was especially difficult to create that differentiation because Salt does a lot of things. I mean, it’s an incredibly powerful platform. So, then, we struggled with that.

A lot of where my head is at today, it’s actually along the lines of what I like to refer to as “peripheral engagement.”

So when we come back and we look at our core users of Salt, their needs are typically your DevOps professionals, SRE professionals, people who are very technical and low-level in being able to use the automation platform.

But then the power that we found from a sales perspective and a monetization perspective is to make sure that our Enterprise products are geared towards the needs, not of that core team as much, but more towards the groups that are slightly peripheral to that core team.

And it helps that core team, and then they are able then to expose the power of what they’ve built with Salt to these other teams.

So, right now, a lot of our success has come through our Enterprise software, exposing the functionality of Salt over to, say a NOC environment, or your IT maintenance teams, which makes just that day-to-day maintenance significantly easier.

And then we’re also in the process now, because we’ve seen some success there, we’re in the process now of creating a new security, a SecOps piece. And we’re really excited that’s going to come out, our Enterprise software first quarter of next year. And we’ve already got a lot of companies lining up to purchase this in their infrastructure.

And, again, it turned into the situation where we’ve got a powerful, open source foundation that is widely used.

That open source foundation needs to cover certain use cases that are broad in nature and are platform in nature.

And open source communities are really good at developing those, but we find over and over again that there are certain areas of software development, where open source communities, to be frank, don’t seem to be quite – I mean, I’m going to get burned for saying this, for saying anything disparaging about the effectiveness of open source communities and software development – but there are certain areas where open source communities seem to have difficulty building software that gets wide, mainstream traction despite the quality of the software that comes out.

And those are areas where open source through the years just hasn’t been able to penetrate.

One of my favorite examples there is the “year-of-the-open-source-desktop.” I mean, I’m running KTE, sure, of course, but Linux desktop hasn’t penetrated the masses whereas the Kernel has.

So you end up being able to kind of step back and say there are things that an open source community express as well, if we can build the targeted solutions, that solve business problems that aren’t going to be solved as easily in a pure open source environment. Then that is a way to market, and the way to augment your position.

Open V. Commercial

Michael Schwartz: How do you decide which software to make commercial?

Thomas Hatch: So early on, it was kind of, well, where does it belong? You’ve got an Enterprise platform, if it belongs in the Enterprise platform, it’s commercial. Otherwise, it goes in the Open.

At this point, it’s shifted a little bit. I mean, that’s still part of that philosophy, but it’s shifted in, proprietary is that which is tied to the solution that is being expressed in the proprietary software.

Actually, that core answer still really holds true. If that functionality belongs on the Salt agent, it’s got to be open source. If that functionality belongs on the master, it’s generally going to be open source. If hat functionality belongs in the Enterprise piece, it’s going to be proprietary.

Resource Allocation

Michael Schwartz: So how do you prioritize, with regard to like resource allocation, everyone’s resource-constrained, you know, you can’t develop everything you’d like to develop, but how do you decide how much to invest in a Commercial versus the open source?

Thomas Hatch: A lot of that has to do with really just hitting our goals. We have that blogmenting who’s working on what quite a bit.

We’ve got a few people who stay Open all the time, and we’ve got a number of people that stay Enterprise all the time, and we’ve got a few people that kind of bleed between teams.

It’s basically, Hey, we’ve got to get X, Y, Z then to meet our protocols of the Open, and we’re a little ahead on the Enterprise side. Then, we’ll shift him over and vice-versa.

It really depends on, frankly, sprint-by-sprint basis on where those needs are. It’s just this constant balancing.

Commercial & Open Source?

Michael Schwartz: Do Commercial features ever move into open source?

Thomas Hatch: Oh, definitely. It’s one of the interesting things too.

As I come back and look at it, occasionally there’s some component libraries that we make for the Enterprise piece that we move into the Open.

One of the things about having a separate codebase like we do, for the Enterprise platform, is that things that belong in that Enterprise platform, again, by their nature are more likely to stay proprietary, but in the places where there is some lead over.

So occasionally we’ll end up writing something that – actually, let me just kind of walk you through a life cycle of this.

So Salt’s pluggable, crazy pluggable, and so we’ll write plugins that are going to be running on the minion that need to be deployed by the Enterprise products. So they can, you know, do its work.

And, oftentimes, those plug-ins are very specific. So we don’t hide the code, but we don’t add them directly into the Open source product because their functionality is directly tied to the use case that’s being expressed in our Enterprise product.

But occasionally, those plug-ins are of such a value that they are generic, in which case, we end up putting them in the Open and the proprietary software at the same time, so that the proprietary software can then send those plug-ins out, really as a back port, to older versions, until our entire customer base migrated to a version where that’s just baked in.

It’s not always this philosophy of, “I’m going to make a piece of proprietary software, and it’s got a timeline until it becomes Open.”

That is something that I think that we’ll probably be adopting as some of our proprietary software matures a little bit, and its install base matures. And we’re able to continually make the right business cases and the right alignment.

But yeah, that’s one of those things we feel that we need to walk into, as opposed to trying to pursue the future too much, too early on.

Is New Model Working?

Michael Schwartz: You mentioned before what I call the open source dilemma, which is, customers only buy support when they need help.

You’ve moved towards a licensed strategy, where certain features are licensed, and certain features are open – how do you feel about commercial adoption so far since moving to that strategy? Has it met your expectations?

Thomas Hatch: It has certainly improved. It has certainly met some of my expectations.

I mean, entering into that strategy, there were still things that I was skeptical about.

A lot of my goal for a long time inside of the company, we need to express a certain amount of functionality from our proprietary software, to be able to just get to the point, where we can start expressing these targeted solutions that I was talking about.

As we built out the targeted solutions more, the sales improved significantly. It’s been really interesting to watch because those solutions that are built out in an Enterprise software, that augment the automation platform that we have in the Open, does start to drive sales, and does start to drive a business model that is much more sustainable as we grow.

As opposed to, I mean, we still run into a number of open source companies that struggle making that sustainability curve, they still need to have a significant amount of their business consumed by professional services.

Customer Segments

Michael Schwartz: Do you segment your customers at all?

Thomas Hatch: Oh, definitely. Usually we segment them along solution verticals.

Instead of looking at them from industry perspective, and there’s certain industry overlap relative to solutions, we look at the very much so as to what are the problems that they’re trying to solve.

And we’ve got customers that are solving IoT problems, that, you know, if our automation said, “customer,” you would probably think, “well, I wouldn’t think that they’d be the kind of customer that would be solving the IoT problem.”

And vice versa. I mean, when we come back, when we look at one of our customers is a major cruise line, and they use Salt to manage devices on cruise ships. So we categorize them as an IoT customer.

Other customers will do things like as this typical network automation or application deployment, all those generally automation platform use cases that you run into.

So, yeah, that’s mostly how we separate them.

Customer Interaction

Michael Schwartz: How do you interact with customers?

Thomas Hatch: We’ve got numerous tiers that we can sell, everything from allowing somebody to get us on the phone within a few minutes, all the way down to, they’re going to open up a ticket, we promise to get back to them in the next, say, 72 hours. All depending on which tier of support they want to buy with their licenses.

You look at what you offer, then you look at what people use, and it doesn’t always line up quite as nicely as you hope when you create set offerings.

Customer Size

Michael Schwartz: Is your business skewed more towards large or small transactions?

Thomas Hatch: Our software, by its nature, it tends to be more applicable to larger, more complex problems, from a platform perspective.

From a solution perspective, it’s a lot easier for us to sell into those smaller and mid-market size companies.

And then, again, I completely agree there, I mean, that is your sustainable revenue.

But, yeah, that has been something that’s been interesting, because earlier on, the vast majority of our revenue came from really large installations.

Or they would come back and say “we just have to have a relationship with you, guys.” We are using Salt to manage hundreds of thousands of systems and, yeah, we just have to have a relationship. Even if they would go months, and not talk to us or reach out to us, we’re reaching out to just say, “hey, is everything okay?”

That still turned out to be a significant chant, again, early on. But, yeah, as we’ve evolved and as we’ve been able to embrace these solution expressions in a cleaner way from our proprietary software, that has attracted more of the smaller and mid-market customers.

How Has Offering Evolved?

Michael Schwartz: That sounds like your offering has changed. What’s working well, or what hasn’t worked well, or what do you think is missing?

Thomas Hatch: Oh, I mean, what I think is missing is, you know, just more software. Always trying to get more products, build them to be more robust, but yeah, I mean, like you expressed, it’s a journey, so a lot of my assumptions about things have changed over the years.

A lot of my assumptions about the role and mechanism of how development happen, that’s changed.

Again, if we look back at the customer base, how that’s changed, we still have a lot of strength and really big customers.

We’re used by quite a few major banks, insurance companies, big tech companies, but yeah, the things have changed for the better, I think, more recently over the last year, so that improved traction in the mid-market.

And our change, I would say is very much so towards our ability to begin to shift from a pure platform support sale to say, “you’ve got a really complicated platform. Our Enterprise piece can help you manage it.” To being able to say “you’ve got a target of pain point, and the entirety of the software that we deliver can help you solve that pain point.”

When we talk in terms of pain points directly, that is more directly applicable to those smaller and mid-market companies, whereas the big platform play makes more sense to the larger ones.

Reducing Revenue Lumpiness

Michael Schwartz: Can you imagine serving the smaller pain points is more scalable, in terms of building the revenue?

Thomas Hatch: Definitely. I mean, as you are probably aware, you get the big guys and it’s up and flow.

You have two months that are fantastic, and then you hold your breath for another month and a half until the next giant deal comes in, but once we’ve got more of those pain point solutions in, they’re significantly easier to support, they are significantly easier to sell, you get a more consistent sales cadence, our revenue still looks a little lumpy, but it’s not lumpy in a bad way, like it was two or three years ago.

It’s lumpy in a way of saying, hey, there’s frosting on the top of this cake.

Channels

Michael Schwartz: Have you worked much with channel partners?

Thomas Hatch: Oh, I think channels are very, very useful. They can be tricky.

In the early days, we started with professional services channels. And we did, we struggled a lot to get those going. But more recently, the picture and painting is that our model has evolved a lot for the last few years and it continues to evolve.

And as it’s continued to evolve to be more solution-oriented and less supporting a complex platform-oriented as far as that mixture, then channel partners have started to be much more lucrative for us.

It’s a lot easier for a channel partner to execute a sale that has a more simplified delivery, as opposed to going in and dealing with that whole complex platform sale.

Resources

Michael Schwartz: Where do you feel like you’re the most constrained, resource-constrained?

Thomas Hatch: I don’t know, everywhere? That is admittedly a very challenging question. I definitely feel resource-constrained in engineering, both on the Open and Enterprise side.

Probably the place where I feel like I’ve heard the most resource-wise over the years honestly has been marketing.

I think that’s one of the things that we struggled more with, and I think we’re struggling more, going back again to that platform versus solution thing.

As we’ve rolled out our solutions, it’s been a lot easier to market, as opposed to platform play. It’s hard to market – “hey, we can do anything, tell us what your problem is?”

Underdog?

Michael Schwartz: Do you think SaltStack’s an Underdog?

Thomas Hatch: We get pigeonholed by the market in certain places, and so we have a very powerful configuration management platform. So the market likes to put us with Puppet, and Chef, and Ansible.

When our customers come back to us, they say, “yes, we use your config management, but not in the same way that the other guys use it.”

So it’s hard to categorize this as an underdog because I think we’re an underdog in the sense of the market thinks we belong there.

But that’s not where we want to be, as much as – I mean, don’t get me wrong, config is very important and I would still argue that we’ve got the best config platform – but so much of our focus is around automating tasks that are outside of that classical config management use case.

I don’t see us as much of like an application, deployment and management company, which is what you see a lot more from the config management players.

I see it’s more of an infrastructure maintenance and building company, and then, event-driven company, and a security out of remediation company.

And in those areas, I don’t feel as much like we are an underdog. When we go in, from command and control, and an execution position, we don’t really have a lot of competition there.

We’ll get compared to some of the other open source players, and we just say, “yeah, but they don’t do X, Y, and Z.”

So the nature of our offering is so different, and the approach that we’re taking to managing infrastructure has so many differences in it that I generally get pretty frustrated when somebody comes and they say, “well, you know, I use Ansible instead of Salt because of X,Y,Z.”

And I’m like, “I don’t care. Most of my customers are using also Puppet, Chef, or Ansible.” For many of them, they’re using Salt to orchestrate and manage those tools.

It’s frustrating along those lines, because we’re kind of still pigeonholed in that area when we really shouldn’t be.

And one of the things that I am excited about is that some of these products that we’re working right now, I feel like they’re really going to help us break out of that better and expose our functionality better, and the reasons why what we do isn’t just, you know, a copy of Puppet.

Salt In 5 Years?

Michael Schwartz: Where do you see SaltStack in 5 years?

Thomas Hatch: Especially with the newer security offerings that we’re producing an offering now, as well as the expansion of a number of other solutions, our sale’s on a positive trajectory, moving us towards going public.

And, I mean, again, we’re still many years away from that. I’ll avoid making some public statement. Ten years, I sure hope we make it there in ten years.

That’s definitely the track that we’re on from a macro business perspective. Yeah, figuring out what the revenue models look like is something that I feel is increasingly part of our past. And our future is more of executing along those models and growing out the pieces that we’ve learned to work really well.

Going Public?

Michael Schwartz: Do you think that going public would assure the continuance of the open source mission, in a way that another exit strategy would not?

Thomas Hatch: So I should probably temper my earlier statement, I believe very strongly that you should manage a company towards building the company in such a way that it would be viable as a publicly traded company, and that you’re gearing your company towards growth and stability.

I certainly agree that taking a company public is not necessarily always the best option any more. The markets are much more complicated than they used to be.

I also want to, you know, caveat that by saying I believe that managing a company in such a way to go public, and managing it responsibly, is probably one of the best ways to, either be acquired by another company, or private equity, or whatever.

The right tact that I would take would be that I am managing towards the goal of making SaltStack into a company that can be viable in the public market. But I’m not going to close myself off to potential opportunities.

Final Advice

Michael Schwartz: What are the biggest challenges facing the founders of open source software companies?

Thomas Hatch: The open source business model is viable. I certainly don’t want to say anything to disparage that, but being able to build internal culture, and a management mindset, that deals with open source, and profits from open source, and functions in a stable and responsible way with respect to open source, is in and of itself one of the big challenges that you’re going to face.

It’s one thing to make a piece of open source software and get people to use it. It’s another thing to realize that you now have to build another thing on top of that open source.

Two, your sale cycle and your marketing cycle, these are going to be complicated. You’re not selling candy, so you’ve got to work hard to make sure that your sales teams and your marketing teams, and a lot of these people that are more token and dollar-driven are able to see the benefit that they are receiving from the open source.

Otherwise, you’re bringing these people from other areas and they can eat you alive, and end up sending you down bad paths. And that’s another one of those things that I see all the time.

The other thing to warn against is the extreme on the other end. It’s really easy from an open source developer perspective, and I was very much this way, to get caught up in the virtue of Open Source and the idealism of Open Source.

I certainly believe in the idealism of open source, but my views have changed from what I feel was used to be more of a blind trust in open source into more of views that are along the lines of saying that I understand how open source is important and viable inside of a complex economy, instead of just looking at it and saying, “If I build it, they will come.”

Credits

Michael Schwartz: Well, that’s it for episode 7. Thanks to Tom for answering all my tough questions.

Transcription and episode audio can be found on opensourceunderdogs.com

Special thanks to the Linux Journal for co-sponsoring this podcast to the All Things Open conference for helping us publicize the launch.

Music from Broke For Free, by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational Support from William Lowe.

Thanks to the staff of SaltStack for scheduling support.

Next week, we are joined by Matt Mullenweg, Founder and CEO of Automatic, the company behind WordPress which needs no introduction.

Until then, thanks for tuning in.

Episode 7: MongoDB – Cross-Platform Document DB with Eliot Horowitz

Eliot Horowitz is the Co-founder and CTO of MongoDB. MongoDB is the fastest-growing database ecosystem, with over 30 million downloads, thousands of customers, and over 1,000 technology and service partners. In this episode, Eliot describes how Mongo uses a combination of cloud services and licensing to drive growth of their business.

Transcript

Michael Schwartz: Welcome to Open Source Underdogs, the podcast where we interview founders of amazing open source software companies, and ask questions to help us lay people understand what makes the business tick.

Today I’m in Manhattan, with great views south of Times Square, chatting with Eliot Horowitz, Founder and CTO of MongoDB Inc.

MongoDB is a leading NoSQL database platform and has been downloaded over 40 million times, making it easily one of the most popular new persistence layers for modern web and mobile applications.

Eliot, thank you for joining us today, we’re excited to have you on the show.

Eliot Horowitz: Thanks for having me.

Origin

Michael Schwartz: Can you tell us about the origin story of MongoDB?

Eliot Horowitz: So we started building MongoDB about 11 years ago, and the origin story of Mongo really dovetales entirely well with sort of my background and software.

Every time before starting MongoDB that we got stuck on a really hard problem on some project, it almost always came back to database problems. Either the database wasn’t scalable enough, it wasn’t fast enough, the data model didn’t quite work.

And between Dwight Merriman, who is the other Co-Founder and I, in the decade before we started Mongo, we counted that we probably built about 12 custom databases to work around problems – whether there was a DoubleClick or ShopWiki, always working around databases just to get things done.

And so when we started MongoDB, our goal really was to build a database that we wanted.

And originally were thinking about trying to build, we had some other ideas for some projects and applications we wanted to build, and we very quickly realized that we were going to run into database problems.

And as we started designing the database we would want for that application, pretty quickly realized that we were way more interested in actually building the database than the application, and just started you know, alright well let’s build the database.

And so we started building the database about 11 years ago. Shipped the first version about 18 months later. Been on the journey ever since.

When To Start Company?

Michael Schwartz: That’s awesome. Was there an existing community before you started the company? Or, do you have any thoughts about when’s the right the right time, if you have a great open source project, to start to think about monetizing or making it a business?

Eliot Horowitz: So for Mongo, we started at the same time. It was the two of us and we just started writing the software.

And we did as a company, and it wasn’t actually entirely obvious to us on day one whether it should be open source or not. Frankly, because we really hadn’t thought about it very much.

You know, for the first year we were really just focused on building on building a software. And then once we were ready to start trying to see if people were interested in it, was very obvious to us at that point that no one was really going to be that interested in a proprietary database in 2009.

And so the obvious decision at that point was to make it open source, and then we started building a community around it. So, the other way, I don’t have a lot of particular experience the other way, you know, starting taking a project and then trying to commercialize it.

But the way that we did it, I really kind of enjoy, right. You have an idea, you think the idea really should be open source, so you start building a product you make it open source, and you work on building a community, and a group of people who are really excited about it.

And it was great even early on, you know before we were trying to monetize it. You know, we would hire a lot of people from the community, we’d get contributions, we look through them.

The ones who continuously delivered great contributions became some of our first engineers, some of them are still here today.

Why Are People Excited About The Mission?

Michael Schwartz: Why do you think people were excited about the mission of MongoDB?

Eliot Horowitz: So I don’t think our experience with databases was particularly unique. I don’t think there are many developers who are in love with their database.

You know, the number of developers who have said who have to fight with their databases, whether it’s because of the data model or to solve other problems. And so I think a database that really tried to directly address the three main problems really pretty interesting.

The three problems we had, really are very standard. Right, so those problems are the document model, or problems of the data model, right.

So we saw that with the document model. Whereas the document model is just a much more intuitive data model for most data.

People when they’re thinking about data, when they’re thinking about business objects that they’re writing with code, they don’t tend to want to break them down into tables and rows, they tend to want to store them as as they are in their code; as they are in the real world.

And that resonates with a lot of people because that’s how people think. People think in terms of structures. And if you look at every API in the modern world, they’re almost all in a JSON over HTTP, and why is that?

Well, the same reasons right, JSON is a pretty good format for representing data. And then you can take that JSON and store it directly in Mongo – that becomes pretty powerful.

You tie that with a query language that lets you actually index and query those JSON documents, you got something pretty compelling.

Then you take that and you add on distributed systems, so you solve a lot of the problems around high availability, and scalability that people have, and let you solve other really interesting problems like putting data in different places.

And then you take those two really great attributes, make it open source, make it accessible to run anywhere on any kind of platform, whether it’s in the cloud or in a private data center.

You know, it’s a pretty compelling product for most developers.

Customers

Michael Schwartz: Who are the customers who said – okay, this is great open source but we actually want to do business with this company, too?

Eliot Horowitz: So there’s a lot of history there as well.

So you start off early on, the people who decided to engage with us commercially, it was largely just around support.

Right, it was larger companies who were really interested in using Mongo, but was a very new technology and they basically were not going to put it into production without a support contract.

That was you know, eight, nine years ago. Things have evolved quite a bit since then.

So now we have a few different kinds of focus areas, I would say, and you can break it down roughly into two major camps.

One is sort of the Enterprises were largely still on premise, who are sort of deploying our Enterprise version which has sort of advanced security features and management features. That sort of one big cohort.

And the other big cohort is the people who are in the cloud, who are using our fully managed service that is MongoDB Atlas, who really want a fully-manned and turnkey database sort of experience in the cloud, so they can come in either with an API of the UI, and manage things really easily.

Deploy clusters, manage clusters, and have all that taken care of by us so they don’t have to worry about database infrastructure and can just build applications.

Customer Interaction

Michael Schwartz: You guys must have tons of customers, and it must be a challenge having relationships with all those customers. How do you interact with the different types of customers?

Eliot Horowitz: We have a large sales team and a large customer success team. But, I mean it’s really, our sales team has grown tremendously in the last five, six years, we’ve got a really great support team.

So that, you know, one of the things we really pride ourselves on is having a great customer support, so whenever anyone calls they can get you help really quickly.

A great customer success team to make sure that customers are happy, that they’re building the things that they need, that were making sure that we’re going in the right direction for them. That if there are any challenges that they’re having that we can address them quickly. I mean those teams are all in all scaling pretty aggressively.

Michael Schwartz: Are there any lower price points where maybe it’s hard to interact directly, where you’re looking to other types of relationships with people, more automated, online ways to sort of scale?i

Eliot Horowitz: In our Atlas product, right, the Atlas product goes anywhere from is a free tier to tiers that are $10 a month or $25 a month, but you know you’re not really having a direct personal relationships with everyone of your users because there’s way too many.

And that’s where we do a lot of automated systems – we’ve got online support forums. We use chat, we use a lot of chat software; usually back by real people, but there’s actually chat software to make that easier.

But a lot of what we’re focused on in the managed service space is how do we make the product really let people help themselves. You know, how do we do better and give you better, help you understand what you should do to help your database go faster.

So for example, index advisors. So we’ve got an index advisor, they’ll tell you – hey we’ve noticed that these queries are running slowly, maybe you should go ahead and add this index. And really trying to let users be incredibly successful without a lot of help.

Community Misunderstanding

Michael Schwartz: Is there any way you wish the community understood MongoDB better?

Eliot Horowitz: There’s a few particularly interesting challenges with Mongo.

One is that the data model is just such a different thing than what a lot of people are used to. And people really need to take the time early on, especially when they’re adopting it quickly, to make sure they really understand the right way to model data with Mongo, and not just to use the relational models they’re used to. That sort of a pretty big one.

The other big one is and I think a lot of early open source projects, or just even companies have this problem where people think you haven’t added a feature in the first 5 years after they’ve asked for it, that you’re never going to do it.

And it’s like no, it’s actually on the list, is actually really important and like maybe you know 7 years after you asked for it it’s going to come.

We had one a couple years ago or so, where someone said – hey this ticket has been open for eight years, so you’re never going to do it, right? And then a year later we did, and they’re like, wow, I really thought you were never going to do this.

It’s like, no, we’re just just taking our time.

And especially in the database space – databases are pretty big, complex pieces of software, and so some of these things just just take time.

Value Prop

Michael Schwartz: The value proposition for MongoDB – is that different from the Enterprise customers to, let’s say the smaller customers? Or how do you think about the value proposition?

Eliot Horowitz: Of the other core database? Or of the commercial offering?

Michael Schwartz: I guess of the commercial offering.

Eliot Horowitz: So the commercial offering is really, very different on the different sides.

So the Enterprise’s who are again largely, on-premises – it really comes down to a few different pieces. So one is support. The second is management.

So we provide, we have a lot of commercial management tools: For monitoring, backing up, automating clusters, for doing rolling deploys, for doing back up’s from production into staging.

All sorts of things around management, we have an integration with Kubernetes, in that space as well.

And we also have a lot of features in the security space. So things like, if you want encryption at rest, or field level auditing, or database level auditing of every single type of operation, those sorts of things are also in the Enterprise edition.

So that’s sort of a one way we differentiate on the Enterprise side. And then on the cloud side – it’s really about the managed service.

It’s really about if you want a fully managed service where you can just have a turn-key thing and say – I want a database. And okay hold on, if something goes wrong we’re going to fix it.
If there’s a hardware problem, we take care of it.

If you want to scale up, you just press two buttons in the UI and you’ve got more capacity. And if you want to move data centers, switch data centers, move cloud providers, add another cloud provider – It all becomes incredibly easy UI changes or API changes, and you don’t have to manage that infrastructure. Security’s managed, all the stuff is fully managed for you, in a really simple solution.

And then that tier, we also have extra security features as well, if you want even more security in a fully hosted environment.

Competition

Michael Schwartz: So two different segments really, Enterprise and Cloud, and two different value propositions. There’s a lot of databases out there even, JSON databases, what do you think makes Mongo unique?

Eliot Horowitz: So I think there’s a lot of databases that let you store JSON, which I think is very different than a JSON database.

And to me, really being a database that works well with documents, really comes down to having a really great query language that makes it really easy to work with documents.

And so it’s very easy to store JSON, right. You can easily just go store JSON in a BLOB field in any relational database, and you can do that for the last 20 years. But that’s not that helpful.

What you really want to be able to do is store a document in its natural form, right – so if you have a user, being able to store a user with a list of addresses, where each address is a document, and maybe you have tags on them, you can have like: Type work, or type home, or type of previous, and you have city, state, ZIP on every single one of those.

But then being able to actually index on that efficiently, and then query on that efficiently. So you can index on address.city, or address.city, address.state, right. You can actually like multiple types of multikey indexes. And then be able to sort and query on those things, and then be able to actual analytics on those things.

So you can say – okay I want to find the average age of people live in New York. Which means you have be able to look through the documents, figure out which documents are New York and then compute it, do some summations on those. And then do other sort of interesting things.

And so it really makes, one of the main things that makes Mongo different than everything else in stores, that lets you store JSON, is we’ve got a very powerful query language that lets you do all sorts of queries, with a very powerful indexes, that are very similar to indexes that people would see in a relational database.

So from a semantic standpoint they work almost the same.

But now you’ve got a very rich query language that lets you go inside of a document, aggregate things, analyze things, do real-time analytics on that data.

In addition, we let you do things like update documents in really interesting ways, So you can update as many fields as you want in a big document.

Let’s say you got an array of line items in an order.

You can actually go ahead and say update every line item, and update the price, multiplying it by you know point eight to give a discount, but only when this predicate on this line item is false. So you can say – take this order, find all the line items in that order that haven’t yet shipped, and give them a thank-you that user a 20% discount because the items are late.

Right, you can really use a query language to go in and understand and work with the documents in a way that you really can’t do with any other sort of database that lets you store JSON. And then you go ahead and take that, and put the distributed systems piece on top of it.

Which is the piece that lets you have a really high availability, both inside of a data center or across data centers. It gives you full elasticity so you can go from one shard to a thousand shards so you can store almost as much data as you want, and almost as many transactions per second as you want.

And then that also has other cool features like workload isolation, so you can actually have one Mongo cluster that serves both your transactional workloads and and your analytical workloads at the same cluster, because you can put different workloads on different machines.

And you could also use some of our more advanced features, which are these Global Clusters, so you can have different data that lives in different places.

So you can have some data that lives in the US, and some data lives in Europe, and some data that lives in Australia – all in one logical cluster.

But the physical data stays where you need it to, either to comply with laws where you have to say certain data can’t leave certain areas. Or just for latency reasons, right, so you want users in Australia to be close to their data so they can have a really great user experience.

License

Michael Schwartz: So on the Enterprise product – just maybe some brief thoughts about licensing.

Eliot Horowitz: So we made the interesting choice way-back-when of choosing the AGPL. Which is definitely not the most common open source license. And the reasons why we did that, you know there’s many of them, and now it’s definitely been a good thing for us.

One of the most obvious ways that open source companies want to, and should try and monetize, is by in a running a managed service. It’s an obviously great way for an open source company to make money.

I think most consumers of this kind of technology would prefer to consume it as a service these days.

So from a user standpoint it works great as well, but having open source is also great because they have some of that freedom if something does go wrong.

The challenge with that of course, is that you got cloud providers who can take that same open source software and make it a competing service. And so one of the great things with us is the AGPL makes that a lot trickier for these cloud providers.

So I think our choice of license definitely has helped us tremendously over last few years.

Pricing

Michael Schwartz: Quick question about, I guess pricing – what was your feelings about the experience of trying to figure out what’s the right price?

Eliot Horowitz: I definitely say it’s not easy. Early on, I think we definitely probably undercharged significantly. Because we were like, hey this is open source, we’re trying to get people to pay for an open source thing, that’s kind of weird.

And so we were definitely sort of undervaluing the software we were providing, and the value of we were providing. In the cloud was a lot easier because they’re better comparisons.

So for the managed service it has been a lot easier to price that, and we’ve had much fewer issues there trying to figure out what the right price is.

Evolution Of Product

Michael Schwartz: Is what you’re selling today in the Enterprise space roughly like what you were selling when you got started?

Eliot Horowitz: In broad strokes, yes. If you think about it, the very first Enterprise things we were selling was just support.

Then we started adding in some Enterprise security features, then we started adding in management. Then added a lot more management at a lot more Enterprise security features.

More recently we started to expand that portfolio even more – we’ve got some new products in the charting space, in the BI, in the analytics space, that are also in that suite.

So we started building out that product suite a little bit further and put more products inside of that suite. So the biggest change the really probably been in the analytics space, and we’re putting some tools for Enterprises who have business analysts into that suite as well.

Channel

Michael Schwartz: Changing tracks a little bit. What are some of your thoughts about like building channels and distribution?

Eliot Horowitz: So early on, all of our go-to-market was really focused around just developer you know, developer advocacy.

We really didn’t know what we were doing for marketing or sales standpoint; we were just you know, a few people. So really, what we were doing is we were going to meetups and talking about why developers should use MongoDB, and going to hackathons, and talking to our friends.

And pretty quickly what happened was the people who were really excited about Mongo started talking themselves at conferences, and things of that nature. It was really just a grassroots developer adoption strategy.

I use the word strategy strongly, that’s all we knew. As we started getting bigger, we started hiring a sales team, doing direct sales, and going through those kinds of motions, and a marketing team that’s doing all sorts of other things. We also started doing our own events.

Because there is so much interest in learning about how to use MongoDB and what other people were doing. We started doing MongoDB events relatively early in our in our company’s history, have always been very successful for us.

Partnerships

Michael Schwartz: Are there any strategic alliances you’ve found that have been really helpful for you to build a company?

Eliot Horowitz: I would say there’s not one particular one. Obviously we have a lot of partnerships you know.

These days we do a lot of partnering with all the different cloud providers: Amazon, Google, and Microsoft, We partners with other technology companies who embed MongoDB in their products, or there’s a lot of synergy between what we do.

We partner with a lot of the consulting companies who are trying to get some of their clients to use more MongoDB to be more effective in what they do. So it’s a little bit of everything.

Definitely hasn’t been one partnership that you know, been way more worth than others.

Resources

Michael Schwartz: Do you ever feel like your company’s been constrained by resources?

Eliot Horowitz: I think it would be hard for anyone to say resources are never an issue. But I think we’ve been pretty lucky in our ability to sort of have a fair amount of capital even early on, to grow pretty quickly.

I’d say you know, where we could have grown faster, it largely is around understanding where we fit into the ecosystem and strategy, moving faster.

But frankly we’ve been able to move pretty fast and we’ve had a pretty good flow of resources even from the beginning.

Advice

Michael Schwartz: What do you think are some of the biggest challenges facing the founders of new open source startups today?

Eliot Horowitz: I think the biggest challenge is understanding the right monetization strategy.

Alright – getting people excited to develop it, to use it, I think that’s actually, you know, people like open source, people get open source. You’ve got a great adoption life cycle, I think that makes a lot of sense.

The challenge really is trying to understand what things you want to make free versus what things you want to make paid.

And then around the service side – which I think the cloud service is by far one of the best strategies – is how to do that in a way, and do that in a way that is sort of both easy for your users to use and also has enough sort of, protection so you’re not fighting with the cloud providers on day one.

Hosting

Michael Schwartz: It seems like having a hosted cloud offering, it’s a great way to monetize, but it’s also challenging because it requires a certain amount of capital and established operating procedures and policies.

If that weren’t an option, what other recommendations would you have about how to how to monetize?

Eliot Horowitz: Well I would definitely try pretty hard to go to the cloud services route.

I think on the capital side – because you can actually leverage cloud providers as well – so you can actually keep your initial capital needs pretty low.

But you do need to like, you know, learn how to operate the software as opposed to just running and writing the software.

Although I would also argue that your experience in running the software yourself, on behalf of your users, is going to make the software way better. You’re going to find all the little pitfalls, when you’re on the hook for issues, there’s going to be less issues, and managing it’s going to be easier anyway.

So I think that’s actually, I’d push people pretty hard to go that route.

If you’re not going that route, definitely the most successful ones are, I don’t know if I love the phrase but the open core model, where you’ve got some core that is open source, and then you have some features that are commercial around it.

But I think the hosted service route seems to be the direction most people want to go in.

Stability

Michael Schwartz: Do you think that the software needs to achieve a certain level of stability before you can really build a business around it?

Eliot Horowitz: It certainly has got to achieve a certain, enough stability that people are willing to use it in production.

If people aren’t willing to use in production, I think it’d be pretty hard to build the business around it, right. It’s got to be compelling enough that people want to use it and then good enough that people are willing to put it in important applications in production.

Upgrade

Michael Schwartz: Not just stability, but ease of upgrade?

Eliot Horowitz: We’ve spent an enormous amount of time making sure that it’s relatively easy to upgrade versions of Mongo.

We’ve been around long enough now that there are people who run relatively older versions, but we work very hard to make sure our users stay in the latest version, to make upgrades as seamless as possible – and we spend an enormous amount of time on it. But it pays itself back as it lets us move faster as well.

But we do spend a huge amount of time on that. We’ve got a huge amount of our testing infrastructure dedicated to understanding how the software can get upgrade from one version to the next, and then downgraded if there’s a problem. We try to automate all of that.

It’s such a huge problem if your users aren’t upgrading, or if it’s too hard to upgrade.

Underdog?

Michael Schwartz: We name this podcast Open Source Underdogs. Mongo’s been so successful, but – do you still consider yourself an underdog?

Eliot Horowitz: Sort of analogous to the question of “do you still consider yourself a startup or not”; and I think the answer is in some ways yes, in some ways no.

Obviously we are a public company now, we’ve got a lot of money, we’re over a thousand people. So the company’s pretty big.

On the other hand the people were competing with in the space, you know whether it’s Oracle, or Amazon, or Google, or Microsoft, are definitely considerably bigger than we are.

So are we a underdog?

Yes and no. Like we’re still small compared to them, but was also a pretty well-established company, and have a lot of good things going for us.

10 Years?

Michael Schwartz: Where do you see Mongo in 10 years?

Eliot Horowitz: The database space, the good thing about it is that it’s a pretty long-term space.

So if you look at our roadmap the number of things we want to add over the next 10 years – whether it’s in the core database, or the areas that we’re working around in the database, are enormous.

And the nice thing about what we’re trying to do here, and even if you look at some of the new products like MongoDB Stitch, everything we’re doing is really about making it easier for developers to work with data. Almost an infinite amount of things you can do there.

And the core database, you’ve got a ton of stuff, and then we’re doing things like Stitch, which is all about bringing a lot of those database features to where developers are today.

So for example – making it easier to use databases directly from mobile applications are web applications. Or making it easy to embed charts in a mobile applications, so you’ve got data sitting in a database and you expose a dashboard inside of an application, where someone can only see a subset of the data.

How do you make that easier?

So in ten years? You know, what I hope we’re doing is continuing to make it even easier for developers to make use of data.

At that point I’d love for most developers to be using MongoDB to store a lot of their data, and to be getting a ton of value out of it. Both on a transactional like, hey I’m using this every second for my application, and on the back end to say okay, how do I get insights from this data and do interesting things.

You know, I still think there are people out there who know they have to use a database, but they don’t want to because they’re scared of them and they’re kind of annoying.

And you know, our goal will be every developer just wants to use MongoDB because it makes their lives easier. And lets them focus on building great applications, and makes the data management, takes that out of the way.

Personal Advice

Michael Schwartz: Do you have any advice, on a personal level, for entrepreneurs for starting a company with open source?

Eliot Horowitz: I think the most important thing, whether it’s open source or not open source, frankly – is for you to get incredibly close to your users.

For many years after we started, I spent an enormous amount of time just working with users, whether they’re paying customers are not. On forums, on IRC.

I used to do these things where I’d just hang in the coffee shop and have people who would come and say, hey I’m going to be here for the next two hours, if you’re having trouble, you know, let me help.

And it was great both to help our early users be successful, but it was almost more valuable for me because I really understood what users were trying to do. I understood what their pain points were. Not just the obvious pain points, but the subtle pain points that made it go from a – ok this is an interesting product to now, okay, I actually really like this product.

And so, especially a technical person starting a technical project, there is nothing more valuable than really getting incredibly close to your users.

And I would push most of those people starting those projects to, don’t think about it as the first five or ten users, but you know how can you host the first 50 users, or 500 users, or first 5000 users.

And push yourself there more than other places. Because it’ll pay itself off very quickly.

Michael Schwartz: I know I got a lot of information out of this interview. So Eliot, thank you so much for sharing your your experience and your thoughts on open source. And best of luck with with MongoDB.

Eliot Horowitz: Thanks, you too.

Transcription and episode audio can be found on opensourceunderdogs.com.

Special thanks to the Linux Journal for co-sponsoring this podcast, to The All Things Open Conference for helping us publicize the launch.

Music from Broke for Free, by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational support from William Lowe.

Thanks for the staff of MongoDB – especially to the audio technicians who recorded this episode.

Next week we are joined by Tom Hatch, Founder and CEO of saltstack, one of the leading orchestration automation platforms.

Until then, thanks for listening.

Episode 6: Automattic – Web Dev & Publishing with Matt Mullenweg

Matt Mullenweg is Co-founder of WordPress, the most popular open source blogging and content management platform in the world. In 2005 he founded Automattic, the company behind WordPress.com, WooCommerce, Jetpack, and more. In this episode, Matt describes how they built a thriving business around WordPress.

Automattic Transcript

Transcript

Michael Schwartz: Welcome to Open Source Underdogs, the podcast where we ask the founders of open source software companies the business questions you’ve always been wondering.

My guest today, Matt Mullenweg, is the Founder of Automattic the company behind WordPress, the most widely used content management system in the world, and the platform of choice for this podcast.

Origin

Matt Mullenweg, thank you for joining us today. Can you start by telling us a little bit about the history of Automattic and how it all got started?

Matt Mullenweg: I got started very much in a typical open source contributor path.

Where I was kind of reading blogs, got curious about blogging myself, started out with some proprietary software called Movable Type, and then switched to an open source one called B2-Cafelog.

I became active in the forums for B2. And then as I started to learn to code a little bit, started contributing some code. And creating some – there were no plugins at the time – but essentially hacks or extensions for B2.

And then that parlayed into what became a fork of B2, because B2, the development was kind of abandoned. So at the time there were probably four or five different forks of the code base.

I started one called WordPress with a fellow who I met through the forums, and through my blog, called Mike Little, who was in the United Kingdom at the time. And that was the one that took off.

I had had some experience kind of organizing groups, kind of local tech things in Houston before, like a PalmPilot user group and running the computer club of my high school. So I kind of started just organizing people and bringing them together and WordPress became the most successful of the different forks B2.

A few years later I moved to San Francisco to take a job, so I dropped out of University of Houston where I was barely attending classes, and went to San Francisco to work at CNET.

And then once there, it became obvious that there were bigger opportunities to start a company.
And about a year later founded Automattic.

Community Size

Michael Schwartz: What was the community like for WordPress at the time you started Automattic?

Matt Mullenweg: Small but mighty.

We had a very good and mixed group of kind of core contributors. The forums were pretty active. Things had really started to pick up, but it was only about two years old so we were definitely very early in the adoption curve, in terms of prices market share.

We weren’t showing up as a percentage of all websites in the world yet or anything like that.

Revenue Streams

Michael Schwartz: What was your idea for revenue streams when you first started the company?

Matt Mullenweg: It’s actually not that far from where we ended up, although I used some different terminology at the time.

So ringtones were kind of a big thing, so I was like it’s some equivalent of ringtones for blogs that might be themes, or things you can sell that are like little add-ons that allow people to customize. And then just the idea of cloud services.

There were some things that were easier and more effective to do in a centralized fashion. Anti-spam being the first one that we actually created.

I created an anti-spam service called Akismet. Actually still some of the code I’m most proud of, because over 10 years later it’s still running with over five nines of effectiveness. That was one of our first services that we created for WordPress users.

And actually, we’ve always been somewhat agnostic in that Akismet was designed from the beginning to both work with WordPress, but work with other CMS’s and platforms as well.

At the time that was a pragmatic decision, because WordPress very small, but I also consider a kind of philosophical thing that there’s room for lots of solutions in the market.

Conglomerate?

Michael Schwartz: Seems like there’s a number of related services that sort of build this larger organization. Is that accurate?

Matt Mullenweg: A little bit of the model was, even in the naming and branding, was more like Procter & Gamble, or Berkshire Hathaway, or how Alphabet is structured now. They were the inspiration for how we want to structure the company is to be almost like a holding company for the various ideas, commercial services, and innovations, things that we want to see in the world.

So even today, though WordPress.com is by far and away the biggest part of the Automattic’s business, we still have a division we call “other bets,” kind of shamelessly copied from Alphabet, that does new and small stuff.

Customer Segments

Michael Schwartz: What do the customer segments of Automattic look like?

Matt Mullenweg: We’re very much a subscriber-driven business.

So our bread-and-butter is people paying somewhere between $50 and $300 per year for services for WordPress, that could be hosting on WordPress.com or add-ons through Jetpack or Woocommerce; Woocommerce is our eCommerce engine.

Yeah, that’s, it’s kind of nice because having such a broad user base, we’re not overly dependent on a few clients. You know, being a subscription service, you can have very predictable revenue and gross metrics.

Infrastructure Challenges?

Michael Schwartz: One of the challenges I think for a hosting business like that is it’s hard to build really reliable infrastructure. And a lot of the time that requires economies of scale, and a lot of capital. Was that sort of daunting when you initially got started?

Matt Mullenweg: Infrastructure’s actually always been one of our key distinguishers from competitors.

You know, being very frugal and scrappy early on, and also of course leveraging open source technology wherever and whenever we could. We were able to build systems that were resilient across data centers, and we have a very savvy systems team that’s actually been able scale that.

So now running a bunch of the traffic across the whole web we see well over a billion people from month and with a team, which is kind of in the five to seven person range, on the systems and network side.

Value Prop

Michael Schwartz: So you’re getting lots of operational leverage in running the services, it’s pretty amazing.

Matt Mullenweg: Part of that’s also that we don’t rely too heavily on the cloud services like Amazon web services and others because they tend to be very expensive. So we can get very good cost efficiencies by going a little closer to the metal, and investing in networking and hardware.

We’re a subscriber oriented business, so not being advertising-driven means that we’re very privacy and user-centric, which has not always been the most popular thing, but I would say in today’s day and age many more consumers are beginning to appreciate that reliability and trust.

You know, including with the WordPress broader open source community, there was a lot of fear when Automattic started. That it would corrupt or slow down the opensource side of things. That’s fair fear actually, because it often happens.

But now over 13 years, I think people have seen that Automattic and the open source side are actually highly complementary and they help each other a ton. So it’s better together than it would be if either were on its own.

You mentioned reliability, you know, we’ve tried to architect our systems assuming pretty much everything is going to go wrong. So built-in redundancy and robustness there wherever we can.

Value Of Open Source Community

Michael Schwartz: So in the interest of full disclosure Gluu is a WordPress user, and I don’t know how we would operate the business without it.

And for us, one of the things that we felt about the platform was that there was this huge community of resources available, who could help us with WordPress. It drove down the cost of the resources and there was also a lot of like software, like you need a plug-in for this or that. Or this theme that’s like, it’s probably out there already.

But could you talk a little bit about the synergies of maybe how the open source has helped build a product and the impact, I guess positive, negative, or challenging, that it’s had with the business.

Matt Mullenweg: First, I will take the opportunity to say that you should install Jetpack and get the JackPack business subscription for all your WordPress’s. It’s very inexpensive, it’s only $300 per year, and especially for business sites it provides a layer of security, backups, and enhancements that’ll get you more traffic and make your site faster; so all good things.

It is one of our challenges that so few WordPress users actually subscribe to any Automattic services.

A lot of the value and revenue in the WordPress ecosystem goes to other folks in the ecosystem that don’t necessarily contribute as much back to core [source] – Automattic contributes a ton to core. And I would say the advantage of where we’ve taken open source for it’s approach is it makes things it’s often slower, so it takes longer.

But the end output, the end outcome, reflects a lot of feedback, and a lot of input from every possible stakeholder. So you end up creating things that, you know, incorporate accessibility better, or are localized into 40 or 50 languages from day one, that then incorporate a lot of use cases for people who extend WordPress and plugins and themes.

And you get the agencies in there, you get the universities in there. You get feedback from kind of every possible sector, and the wide uses that something that powers 31% of all websites gets. And just that cycle is much more rigorous than what might happen purely inside a company, even a larger company like Automattic, which is now about 800 people.

Remote Workforce

Michael Schwartz: I was reading that the Automattic team is fairly distributed across the world. Can you talk a little bit about the advantages/disadvantages of the remote workforce and how that helped you build business.

Matt Mullenweg: If anyone’s listening to this podcast, they probably are more likely to be amiable to distributed work, because that’s how the vast majority of open source projects work. So that’s how we started that way.

The original four or five folks were the people who I was already working with on a volunteer basis, you know, around the world, working on WordPress. So that was the obvious folks to start the company with.

As we grew there’s a lot of pushback against that, particularly from more traditional kind of Silicon Valley investors. We always remained agnostic and said hey, we’ll do this as long as it works, and if it stops working, we’ll explore other things.

And now 800 people later it’s still working very well, and I don’t see any reason to change.

The biggest advantage I would say, is that people are able to design their working and life integration in a way that going into an office, being physically co-located with everyone else that you work with every day, just doesn’t allow. So there’s a flexibility that’s kind of unmatched, and that includes being able to live and work anywhere in the world.

That also, I think, opens you up to talents – super talented people – that wouldn’t be able to integrate kind of a normal nine-to-five office work day with the life choices they’ve made. That could be caretaking for people who are younger or older, or pets, or something else that might need to break up your day differently from the nine-to-five workday.

Or it could be living outside of a tech hub like Seattle or San Francisco, for whatever reason. I’m actually based in Houston, Texas and I love being there because my mom’s there. And she’s not too mobile these days, she doesn’t really travel. If I’m not in Houston I don’t see her as much, and seeing her as much as possible is something that’s very important to me.

So being able to have my home base in Houston, but still contribute equally, and be able to engage with the entire company as if we were all in the same building is just something that’s unmatched by almost any other job.

Partnerships

Michael Schwartz: How about partnerships. Are there other businesses or organizations that helped you along the way?

Matt Mullenweg: Oh, countless, you know. I think nothing really great gets created on your own.

At the time when we started it was pretty early days for distributed and open source businesses. I definitely looked to MySQL. You know, Mårten Mickos’s leadership over there, and he’s someone I’ve known probably since then, you know so over a decade now.

A lot of inspiration, I would say 37Signals which was David Heinemeier Hansson there, both doing Ruby on Rails but also Basecamp and their other products. And they would write a lot about their process and how they built the company.

I read a ton of books as well, so like Seth Godin, Guy Kawasaki, Peter Drucker, who’s a little more old-school but really useful. I do a ton of my learning from books. This year I’ll probably read 50 or 60 books. I used to do almost exclusively nonfiction and do more business books. Now I actually mix up quite a bit of fiction because I find I learn a lot from that as well, and it is enjoyable.

You know, just from the beginning I always loved reading. I actually have on my desk at home the Daily Drucker – which is almost like one of these calendar books, so every single day it’s a different quote from a different Peter Drucker book or article; and I try to make it a part of my daily habit, when I get started in the morning.

Michael Schwartz: Has the channel been mostly people finding you on Google, or finding the open source and looking for options? Or are there any other channels that you used in the beginning, or now that have become important?

Matt Mullenweg: There’s two sides of our business as well. We do have an Enterprise side call VIP. So let me talk about the consumer side first.

I would say from 2005 to 2016, so for about 11 years, it was all very organic – word-of-mouth, SEO, just normal channels. In 2016 we began to do marketing and advertising, and that has been actually pretty transformational for our business.

I didn’t like or believe in advertising before, so that was part of why we never did it. But really I didn’t understand it. And competitive pressures are, you know the Wix’s, Squarespace’s, Weebly’s, Shopify’s of the world started investing hundreds of millions of dollars per year into advertising, and we began to see it have an effect in certain markets.

So we were like, we better figure this out as well. And it’s been really fantastic for the business.

The other priced side of our business, VIP, which is probably more in line with what Gluu does, they’re typically dealing with very large customers, they have a sales cycle, and it kind of starts at 25 or 30 grand a year to use VIP, and goes up to millions per year. They just have very normal kind of Enterprise process.

And a lot of their growth there comes from existing clients, both existing clients expanding their use of VIP, also saying hey, this is something that Facebook uses and you know, all these other really impressive sites use, so let me check it out.

VIP also comes in a lot through what I call the bottom of the pyramid. So it’s not so much convincing a CTO or someone to adopt it – although that starts to happen more now. It’s where often someone installs WordPress and asks for forgiveness not permission, and it takes off like wildfire.

Next thing you know the higher-up’s are like, well we’ve got like 50 WordPress’s now, and they’re running half of our traffic, let’s figure out how to do this better. And that’s often when they’ll come to VIP.

Michael Schwartz: Is VIP a hosted service or a support service?

Matt Mullenweg: It does both but most people utilize the hosted diversion.

Michael Schwartz: On the Enterprise side, do you have any partners who help with integration and professional services?

Matt Mullenweg: We do. There’s about a dozen what we call VIP agency partners, that are essentially agencies. They do much more client services and development. It’s not required to work with them but most VIP clients do.

Michael Schwartz: Is there sort of a line that you draw for what types of work, maybe that you want to take on, or what types of work you want to refer on to partners?

Matt Mullenweg: If it’s more along the lines of consulting or development, we very much prefer that out to partners. Automattic’s a tech company at the end of the day, and we’re great at creating products, and infrastructure, and systems. But we’re not a client services organization, by any stretch.

Initial Competitive Landscape

Michael Schwartz: Was the competitive landscape daunting when you first got started?

Matt Mullenweg: You know, I love working on things for impacts. And I would say the driver is really that I want the web to be open source.

You know I believe in open source it’s the most powerful idea I’ve been exposed to my lifetime, and I’ve really dedicated my life to spreading open source.

I realized pretty early on that most people don’t care about open source as much as I do, so if I wanted the world to be open source we’d need to just make better products, and you have to make better user experiences, build a better mousetrap.

So it was very focusing, I would say, even from their first year or two, that if we wanted the web to be powered by a majority of open source, we would have to create the best user experience and the best software out there. Because that’s the only thing that would truly win.

Advice For Entrepreneurs

Michael Schwartz: Any advice for entrepreneurs who want to start open source software companies?

Matt Mullenweg: I’m probably not the best at articulating why open source is better because I’m so deep in it. It’s like so fundamental to my core being that it’s hard for me to understand – you’d almost have to justify it to me why you wouldn’t be open source, because it’s so obviously the future of technology.

In terms of advice for entrepreneurs I would say, open source businesses actually aren’t that different from normal businesses.

And a mistake that we made that others can avoid is not incorporating the best leaders and team members in functions like marketing and sales from the very beginning. You know, marketing is something we just start introducing 2016, it’s been huge for the business. We still really don’t have any sales in the company, and it’s something I’m thinking about now.

You know recruiting some really senior people in charge of revenue and sales to help develop that out. I expected to be just as transformational for Automattic as incorporating marketing was, and my only regret is we didn’t do it sooner.

Sales

Michael Schwartz: Did the VC’s think you were crazy when you said we don’t have a team of salespeople?

Matt Mullenweg: Well I think you could also look at it as a positive thing. It is, it’s completely possible say, while it’s entirely self-service, that is the bulk of our business.

But I still think even if we don’t become hugely sales-driven, having some senior leadership that really thinks with a sales mindset, will make us be able to build all of our products better.

Customer Interaction

Michael Schwartz: How do you interact with customers?

Matt Mullenweg: I would say support is a huge way that we stay connected to our customers.

Anyone who joins Automattic regardless of roll, whether you’re going to be a CFO or an Office Manager, you start with three weeks of customer-facing support. It’s king of onboarding to the company. And then every team rotates back through doing that customer-facing support at least one week per year.

I actually just did a week with my executive team about a month ago, and every time we go through it, we learn so much. It becomes a really valuable tool for understanding where customers are, and having that inform the roadmap.

Michael Schwartz: Can anyone post on the support forums?

Matt Mullenweg: Not just forums, you get access to live chat, email, it’s 24/7, you can talk to them different languages. We invest quite a bit in our support function.

Michael Schwartz: Does the immediacy of chat make it hard to manage?

Matt Mullenweg: No, I strongly prefer live chat to email. So we used to be is pretty much exclusively email and it’s much more satisfying and faster actually, to be able to resolve something on the spot with someone.

It’s almost like playing chess, by email, of shooting things back and forth often with a latency of, even if it’s minutes, but often hours or sometimes days between the messages. It’s frustrating for everyone involved so I would say that we’re trying to move everything to live chatting and away from issue-based.

What’s Next?

Michael Schwartz: So what’s next for WordPress?

Matt Mullenweg: Big effort that we’re doing right now on WordPress is a new editor called Gutenberg. It’s probably the biggest change in WordPress in the past 10 years, and it’s an effort I’ve been personally leading because it’s so important.

If we’d done Gutenberg just on WordPress.com, probably could have finished it, call it 6 to 9 months. Doing open source first, and core first, is ultimately going to take about a year longer.

But what’s going to come out the other end is going to be so much more powerful for the entire platform – it’s 100% worth it.

Michael Schwartz: Matt Mullenweg, thank you so much for sharing your insights. Anything you want to share before we sign off?

Matt Mullenweg: Well I’ll say the Automattic is hiring for almost every possible position, all over the world.

So if anything I’ve said resonates with you, or someone you might know, please check out Automattic.com, and a checkout our open roles.

There’s also lots of information about our creed, our philosophy, we try to publish a lot of what we do. And you can follow me @photomatt, Twitter mostly, but a little bit on Instagram, and then my blog is ma.tt.

Michael Schwartz: All wise advice. Thank you Matt so much for sharing your thoughts.

Matt Mullenweg: It’s been a pleasure.

Michael Schwartz: Well that’s a wrap for season 1.

Next season we have a great lineup including the founders and CEOs of open source giants like Red Hat, Canonical, Redis, Liferay, Rocket.Chat, and many more.

Transcription and episode audio can be found on opensourceunderdogs.com.

Music from Broke for Free by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational Support from William Lowe.

Episode 5: Cloudera – Machine Learning & Big Data with Mike Olson

Mike Olson is the Co-founder and CSO of Cloudera, the big data analytics platform that delivers Enterprise tools leveraging Apache Hadoop. In this episode, Mike describes how Cloudera contributes to the open source community while also holding back enough proprietary IP to build one of the most successful open source software businesses of all time.

Transcript

Introduction

Michael Schwartz: Welcome to Open Source Underdogs, the podcast where we dig into the business models of the best open source software companies in the world.

Today I’m excited to be with Mike Olson, Founder and Chief Strategy Officer at Cloudera.

Cloudera provides Enterprise tools for data engineering, data warehousing, machine learning, and analytics that leverage the open source Apache Hadoop platform.

Mike Olson, thank you so much for joining the podcast today.

Mike Olson: Michael thanks for coming by, I’m excited to talk.

How Did Cloudera Get Started?

Michael Schwartz: How did Cloudera get started?

Mike Olson: The company’s ten years and a few months old at this point. We started in 2008, early summer.

The conviction that I had, along with my three co-founders Amr Awadallah, Christophe Bisciglia, and Jeff Hammerbacher. The conviction we all had was that big data was going to be a big deal.

So if you looked at Yahoo, and Google, and Facebook and others, they were collecting and analyzing data at enormous scale – much bigger than banks or hospitals were doing at the time. And they had invented a collection of new tools to do that.

So Apache Hadoop was sort of the foundational project of this ecosystem. We all believed that banks, hospitals, insurance companies would want to get lots of data and then analyze it in powerful new ways. And this wonderful open source Hadoop project was ideally designed for that.

So our idea was let’s bring those capabilities to traditional Enterprises.

Now I had had a long career in database technology, I had worked for Informix, and Oracle, and a bunch of other database startups you never heard of. I had a long career in open source, so I had worked at Berkeley Unix, on Postgres, Berkeley DB.

So I understood the big Enterprise data consumption behavior, and I kind of got open source. I didn’t know anything about Hadoop.

I had no code running in there, I had not developed it. But I understood what it did, how it worked. And my co-founders had all been actively involved in its development and its use at Facebook, Yahoo, Google.

So together I think we were uniquely positioned at that time to start the business and to try to bring this web technology to traditional Enterprises.

Cloudera Customers

Michael Schwartz: Who’s using Cloudera’s product today?

Mike Olson: Let me talk about what we’ve built for the market, because it’s been heavily influenced by our target customer; and that’ll give me a chance to explain then, who we chose, why and so on.

When we started the company, all we had was Apache Hadoop. That is two open source components, a file system DTFS, and distributed processing engine, MapReduce.

Those two things together were what Google invented for big data processing and what took over the consumer internet. Fast forward ten years, we have 26 different open source projects in the bundle now.

In general all of the new stuff has swiped the fundamental design ideas of Hadoop. Scale out, so deploy and run on a whole bunch of servers, and bring the processing to the data. So MapReduce let you plow through huge amounts of data by every server basically running out tiny little plow-through job on its own, and then you combine the results at the end.

Well, there are other processing engines available now, there is Apache Impala for high-performance distributed SQL analysis. There’s Apache Spark for stream processing, and for marshalling like model training in machine learning. There’s the SlrCloud Lucene search engine that does document search and so on.

So, a whole bunch of scale-out projects now can collaborate on the data on that cluster, on those servers. So you don’t need to make multiple copies of the day, you can do lots of different processing at massive scale by taking advantage of all of the CPUs that you have attached to the storage.

So, platform’s gotten a lot more interesting and handles way more analytic work less than ever before. We’ve built a collection of services that compliment that core open source offering.

Data governance, compliance, living up to regulatory regimes in these big industries like healthcare and financial services, we built tools on the platform that let administrators, and chief information officers, and the privacy team be sure that the rules are getting followed and policies were enforced.

We’ve got high performance security and encryption services, deploy, and manage this infrastructure at massive scale – if you’ve got a thousand computers running a mission-critical job how do you ensure that the jobs going to finish on time, and so on.

So we’ve built a collection of large Enterprise-focused software compliments to that open source platform. The data storage, the processing, and so on, all of that is in the open source and were substantial contributors to that ecosystem, and we benefit from the great workout that ecosystem.

And then we build a product that adds some proprietary IP. That is not, that is differentiated and not nearly as easy for a competitor to pick up and use against us, as the open source would otherwise be. So we maintain some differentiated IP and some reasons for customers to buy from us.

We chose those capabilities: Regulatory support, operations at massive scale, compliance, and so on, security, because we aim to sell to large Enterprises.

Banks and hospitals and insurance companies have lots of data, complex businesses with lots of opportunities to do analysis, so they’re good customers, and crassly they got a lot of money.

So we designed our product strategy, and we did a lot of really innovative stuff expressly to go after, kind of that same large Enterprise buyer that I had been servicing for my entire career as a relational database industry player.

Competition

Michael Schwartz: There must be a lot of competition in this market. How do you differentiate Cloudera from some of the other offerings that are out there?

Mike Olson: In 2008 when we started the company nobody had heard of Hadoop.

It was just, you know, it was some nerd technology, if you were an engineer at Yahoo you were up to date. But the industry at large hadn’t heard of it.

The meme of Big Data didn’t even exist yet, so those words weren’t being used to apply to any kind of business problem.

That changed in a hurry. So many competitors have entered the market, lots of folks have recognized the value of Big Data. A number of companies have even stepped in and joined us in delivering solutions that build on the Apache Hadoop ecosystem.

Look, I think there’s a bunch of reasons we’re good, we’re deeply involved in the open source community in order to take advantage of and help drive that benefit, we’ve got to do that. But our differentiation, how we set ourselves apart, is really based on how we been thinking about the customer.

So large Enterprises need the security governance compliance and regulatory support we’ve got. We genuinely believe that, given the decade that we’ve been building the product and the expertise we got, we’re differentiated there.

In addition however, our large Enterprise clients have data centers, and we think they’re going to have data center for a long time, so they want to be able to run stuff on premises.

They need to be able to take advantage of the public cloud, so spin jobs up on Google or on Amazon or on Microsoft Azure. And then, they’d like to be able to move those workloads around among those places – on prem, the various public cloud providers, as business requirements demand.

We support support this sort of, hybrid on-prem and cloud, and also multi-cloud, you can move among the cloud vendors capability, so that our customers get all that security, governance, compliance, regulatory support, and aren’t locked into a single cloud provider.

There are outstanding offerings that are single cloud only, so you know Amazon’s got a rich collection of great data services, and we integrate with and complement those.

But the promise we make our CIO customers is, you can deploy with confidence on any of those venues because if you decide later to move, your applications don’t change, you don’t, you haven’t coded to any sort of built-in proprietary, native cloud API’s. You’re building on the open source ecosystem of Hadoop, and your app will move easily.

Customer Interaction

Michael Schwartz: Are there any grades of interaction, maybe for smaller customers or the community?

Mike Olson: So of the 26 open source projects that we distribute, some were ingested from the open source community, created outside of Cloudera entirely – so Apache Spark’s a great example. Now we’re major contributors in the Spark ecosystem as well, but that was created at Berkeley and then released through the Apache Software Foundation.

One of the two original founders of the Hadoop project, Doug Cutting, actually works at Cloudera so you know, that predated the company, but obviously we were engaged in that from the very earliest days.

And we’ve created open source projects. So a great example is Apache Impala, our distributed query processing engine. Or Apache Kudu, an IoT-based storage engine that were conceived and originally developed here, and released through the Apache Software Foundation to the open source community, and we’ve built communities around that.

We benefit from the great work of the global open source development community. We earn our credibility by contributing to that community as well, so both of those are important.

We don’t really engage commercially with say, small companies with small data problems. Remember, we’re aimed at these large organizations and regulated industries with complex business.

So we really sell to very, very large Enterprises and we focus on those problems, and our interactions with those customers is aimed at basically that kind of buyer.

So we don’t really do much with open source consumption of the platform, although a great deal of it goes on.

We’re concentrating on monetizing and easing the adoption of the open source tech by those big guys.

What Goes In Open Source?

Michael Schwartz: How do you decide how much to invest in the open source projects versus your commercial project?

Mike Olson: This is going to sound glib, actually a whole bunch of thought has gone into it. But very briefly if it’s about data storage, data analysis, data processing – CIO’s don’t want to be locked in.

They don’t want a single vendor proprietary solution.

I mean, I spent a bunch of my career working for great big database vendors and we taught CIO’s that single vendor proprietary lock-in was a mistake. So everybody’s learned, they don’t want me to be able to turn off their data access, they don’t want me to be able to shut down their analytic workload.

So if it’s data storage, data process, data analysis really it needs to be in the open source.

If it’s addressing the unique requirements of a large Enterprise, like if you need to be able to answer the demands of regulators, or if law enforcement shows up and you’ve got to do a data lineage work.

Well, look man, that’s fair game. Because first of all the open source community isn’t going to spend a lot of time on that kind of problem. And 2nd it’s expensive and difficult to develop those solutions, and so I should legitimately be able to be paid for those.

And so in general we’ve got a philosophy on needs to be open source and what can be closed source, proprietary IP.

Channels

Michael Schwartz: Have you developed channel partners, or do you rely on the open source to be a distribution Channel?

Mike Olson: We’ve got good channel relationships with some of the big systems vendors.

So you know Dell is a fantastic partner, HP’s a fantastic partner, even Oracle and Teradata offer appliances that bundle the Cloudera platform and they’ll sell through their sales force to their customer base our IP on those appliances.

The global systems integrators are likewise a really good channel for us they turn up a bunch of opportunity.

The bulk of our revenue is from direct sales.

So we’ve got a substantial global sales force with concentrations in AMEA, in Asia-Pacific, and then the Americas and leaders identified there. And we have a bunch of direct sellers and technical folks in the field that engage with our large Enterprise customers.

Initial Sales Strategy

Michael Schwartz: When you were first getting started was it really hard to figure out how to manage the long sales cycle of a large Enterprise? How did it go in the early days?

Mike Olson: Bear in mind that had been the market that I sold two for my entire career, so I knew what to expect in terms of sale cycle. And I was an engineer to begin with right, but in middle-late 90s I stopped being an engineer and became or more and more field-focused.

Anyway, I was used to the buying cycle of that community. I’ll say that we got lucky in a weird way.

So you remember 2008 was the Global Financial Market meltdown. It had a really important knock-on effect, it was everybody was really afraid of what was going to happen further in the economy.

So large Enterprises were looking for ways to shed expense, and if they had to do innovative stuff to do it in novel and much less expensive ways.

So you know, it used to be that you could legitimately go charge somebody $40,000 to manage a terabyte of data. You know there’s a lot of terabytes of data in the world these days, and at 40,000 bucks a terabyte, there’s a huge penalty for having data.

Well this platform was designed to make lots of data cheap, to a cheap to accumulate, and then operate on. So the market crashed, a bunch of CIOs got very cost-conscious, and here we were with this open source foundation and a new way of building scale-out, distributed systems that was vastly cheaper than what came before.

Look I mean, the market crash was a disaster for a bunch of reasons but it was a little bit lucky for us. We tried to stay rigorously focused on what we thought customers needed and that varies by time.

You know the needs of customers today are very different from what they were a decade ago, because everybody gets open source now, right. Everybody gets big data.

We’ve evolved our product strategy along with the maturing market. And I’d, maybe it’s vain, I’d claim we helped to mature the market as we went.

Red Hat IoT Partnership

Michael Schwartz: One of the new trends is IoT. To expand a little bit on the partnership angle, we were reading about a partnership with Red Hat.

Do you see that as the new direction, that better solutions are needed?

Mike Olson: I actually do and unsurprisingly that’s why we got involved in, that’s why I’m so excited about the work we’re doing with Red Hat.

I’d take a step back, IoT as a broad secular trend, is a huge boon to those of us in the big data industry. Right, I mean that data got to come from somewhere.

It’s nice if we just put sensors all over the place, if we were able to ingest you know, stock trader market data at very fine grain, and then we can store huge amounts of it. So the more things there are on the internet making data, the better off that the big data platform is going to be. So, very excited about it on that basis.

If you know much about the Hadoop architecture, it’s kind of this big back-end, where data lands and then you analyze it. What we hadn’t done, what we don’t build, is the end-to-end architecture.

So how do you rely on to get data off of the sensor, or off of the device? What happens to it as it runs the network? Is their analysis and aggregation of data in flight?

Well it turns out the folks at Red Hat and a number of other industry partners, were thinking about those capabilities and taking advantage of their infrastructure software, to deliver some interesting services there.

If we can make our analytic platform a good destination for that data, and then train models using machine learning techniques to spot anomalous activity in those sensors in real-time – well that’s awesome, right?

So the combination of these technologies, really the partnership around IoT data, enables applications that we couldn’t have enabled on our own.

And then obviously, you know Red Hat’s been a fantastic partner in Enterprise software for for open source, forever and ever.

Other Partnerships

Michael Schwartz: Are there other partners that you think have been helpful?

Mike Olson: So in the IoT space in particular, Eurotech and the Eurotech Everyware family, is an important part of that partnership. Looking more broadly than just at that IoT activity though, like any platform software company we rely on a rich ecosystem of other companies in order to succeed.

So you squint your eyes, you’re allowed to think of a Cloudera Enterprise as a database. It’s just not a 1980s database it’s a 2018 database; lots more data with lots more powerful analytic capabilities. But you need the application that runs on that database.

I want to predict which customers will churn out of my mobile service. I want to spot fraudulent transactions in data flows. I want to guess which patient at my hospital is likeliest to be readmitted based on past behavior.

We don’t build that app but we have a collection of systems integrator partners, and independent software vendors that do build those applications. And they’re absolutely essential to our success, right – nobody buys the platform, everybody buys the application, but the platform has to be there to build the application on.

License Strategy

Michael Schwartz: One of the popular licensing strategies in open source is open core. Do you have some thoughts on that strategy, or maybe licensing in general?

Mike Olson: Couple things. So first of all – this is just a super fraught emotional area. People have very strongly held views. I’m pretty pragmatic. I deeply believe in the strategic value of open source.

You get this global community of really smart folks, anyone who cares enough about a problem can join the community and concentrate on solving that problem; and because they care a lot about it, they’re probably going to be better at it then someone you choose randomly.

So open source innovates in ways that proprietary software can’t because you can harness the whole planet, and you get to take advantage of distributed expertise. I love it.

The challenges of purely open source products is able to be picked up, and given away by any vendor who wants to do that.

So you can think of a mega vendor grabbing a collection of open source IP, pricing it at zero and then monetizing that by selling proprietary database that connects to it, or a whole bunch of expensive services or… if you invest a lot an open source development you run the risk of being commoditized when someone else takes that IP. And drives its cost way down, so you wind up competing with them.

Our decision to complement our open source platform with proprietary IP is not intended to lock customers in, its intended to lock competitors out.

I want to have some reason that customers will come to talk to me and not go talk to one of those big bad commoditizing vendors. And that’s why we build our product, that’s why we have the IP strategy that we do.

We’ll always have proprietary IP that complements the open core, the open source.

What that is will evolve over time as our business involves. And the open source ecosystem will also evolve over time.

People are going to innovate a new ways, maybe some stuff that used to only be able to get one way you’ll be able to get four or five different ways. But I believe it’s a good sustainable long-term model. Certainly it’s served as well in the decade since we started the business.

Tools?

Michael Schwartz: Would it be oversimplifying to say that the strategy is to build proprietary tools around the open source?

Mike Olson: It’s a fair view. I mean if, if I use those terms in front of my marketing guys, they’d say but we build way more than tools, we build a platform. Fair enough, right.

But complementary code aimed at the specific requirements of large Enterprises, that compliments all the power, flexibility, scale of the open source ecosystem.

Closing Advice

Michael Schwartz: So if you are an entrepreneur who wanted to use open source as part of your business?

Mike Olson: I’d say first of all, you know, 20 years ago… Oh heck, man. Yeah 20 years ago, 30 years ago, when I was working on Postgres, when I was working on Berkeley DB, there was this question you know, what is the open source business model?

I think that question is poorly formed. A business model is actually complex construct. Open source is a really important component of strategic thinking.

It’s a great distributed development model, it’s a genius low-cost distribution model – anybody can download your software at very low cost on very low friction.

And those have a bunch of advantages, right. You need to think about how you’re going to get paid. So what is it that people will give you money for, and it can’t just be because you’re good at what you do, because sooner or later somebody else is going to get good at that too, and competition is going to be tough to maintain attractive margins.

So you need to be thoughtful about the unique value that you’re adding. You need to think about who the customer is, and what they require, and why they will uniquely buy from you.

The particulars of the license that you choose matter a lot.

The GPL is coercive in a way that a lot of people like but that freaks out, for example, a lot of cloud vendors. They won’t pick up GPL’d code because they’re concerned about getting infected with the GPL requirements on code that they developed. The Apache license I think is actually a great license and has some good IP protection around patents, but is much more permissive.

So you want to think about what the license requires relative to what you’re going to deliver to your customers, and why they’re going to buy, and how that’s going to stay defensible. I think there’s a lot of really good thinking on this.

Clearly Red Hat is world-class at building an open source business, but it’s much more than – what should I do with open source? You want to think about who you’re going to sell to, why they’re going to buy, and why you’ll be able to preserve differentiation, and your advantage long-term in that market.

Michael Schwartz: Wise words from Mike Olson. Thank you so much for sharing your thoughts with us.

Mike Olson: Thank you Michael, I really enjoyed it. Thank you for coming by.

Michael Schwartz: That’s it for episode five. Transcription and episode audio can be found on opensourceunderdogs.com.

Special thanks to the Linux Journal for co-sponsoring this podcast to the All Things Open conference for helping us publicize the launch.

Music from Broke for Free, by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational support from William Lowe. Thanks for the staff of Cloudera for schedule juggling.

Next week we’re leaving the Bay Area and we’re off to the Big Apple, where we’ll visit with Eliot Horowitz, one of the founders of MongoDB.

Thanks for tuning in.

Episode 4: Mattermost – Private Cloud Messaging Platform with Ian Tien

Ian Tien is Co-founder and CEO of Mattermost, an open source, private cloud alternative to proprietary SaaS messaging solutions. Mattermost is used for secure team communication at organizations like Intel, Samsung, and the United States Department of Energy. In this episode, Ian describes their Open Core business model, which seeks to monetize enterprise customers who need advanced deployment and security features.

Mattermost Transcript

Introduction

Mike Schwartz: Welcome to Open Source Underdogs, the podcast where we interview leaders from successful open source software companies and bring their stories to you.

Today my guest is Ian Tien, Founder and CEO of Mattermost.

Mattermost is a highly-scalable chat platform for privacy-conscious organizations that want out of cloud-hosted platforms like Slack or Skype.

Ian, thanks for joining us today.

Ian Tien: Thanks for having me.

Mike Schwartz: Ian, why don’t you just start a little by telling your listeners your background and a little bit of the founding story of Mattermost.

Ian Tien: Sure. So I actually began my career at Microsoft, up in Redmond.

And I was working on the Microsoft Office Team and Engineering with my friend, Corey Hulen. And we worked on number SharePoint products that had business intelligence built-in, dashboarding, data warehousing, SQL Server. And, you know, had to really good time doing that.

I moved over to the product management side with Outlook.com and OneDrive. Had a pretty good time there. So you know this is early days, and from there I ended up going to to business school for a little bit.

And while in business school I started a video game company. So I was doing online games, it was a lot of fun. And I ran that for a few years after business school.

And what happened is while we were, you know running this very sort of fun game company, we were using a messaging service online, and it was it was running our entire company: All of our data was in it, all our analytics, all the conversations, all our analysis, our designs.

And one day, this platform that were using got bought by a large company. It was a small company, got bought by large company. And the quality of the application started going down.

It would crash it, would lose data, and you know, we were just really frustrated by it, and we tried to export. We tried to export and they wouldn’t let us leave; we couldn’t get our data out.

And when we stop paying the subscription, they would paywall us from our own information.

When this happen, there were people are team saying like, this is, this is sort of not okay. This is not the way that the world should work. Where you’ve got these SaaS services that

can really keep you all contained.

So what we did is we had over 10 million hours of messaging done in our video games. So we took some of the software that we use for messaging, we rewrote it little bit, and, you know we’re engineers, so we rewrote it a couple times.

And pretty soon we were using our own software to do collaboration and to sort of replace their the platform we were using. It was pretty basic.

But what happened is, in June 2015 we decided open source it. And it just really took off. We end up winning some open source awards, and it became pretty clear that this was a business.

So we pivoted the company, we got rid of the games, and we said, you know we’re going to build this new world of open source messaging, and that was the Mattermost open source project.

By March of 2016 we’d figure it out a way to sell a Enterprise Edition of the product on top of the open source platform. And it’s really worked.

So now we’re all over the world and we have a lot of customers. Two of the top three aerospace companies, two of the top three mobile phone companies, two of the top three US federal agencies. These are all our customers, and what happens is, they use our open source Mattermost Team Edition, which is available MIT-licensed, really easy to install, single Linux binary, works with MySQL or PostgreS[QL].

People get going right away, they see immediate value. They’re messaging each other. Their collaborating, they’re adding lots of integrations, all you need to curl command and a webhook, and you can build these sort of like mini systems.

So you got immediate value, whether it’s devops teams, or information security, or IT teams, or broader users. They really enjoy the product and prove that there’s value.

And as the deployment grows, they decide, you know what, we shouldn’t as a team host this ourselves, we should have central IT do it. And when they give it to Central IT, Central IT says well you want these compliance features: We want high availability, we want data retention, we want compliance, can you plug into our [backend], our global relay, and can you do e-discovery.

And the answer is all yes – but those features are in our commercial version. So that’s when the procurement cycle starts.

After they’ve proven the value, we’ve given it all away for free. When it’s time to scale, that’s where you have the sales discussion.

So that seems to be a really nice model and that’s why we’ve grown so fast in just a couple years.

Customer Segments

Mike Schwartz: Do you segment the customers all, in terms of marketing? Or are you really just waiting for customers to find the open source and then contact you?

Ian Tien: Our growth so far is really around the open source version being used, and adopted, and expanded. And there’s going to be customers sort of all across the board.

You know, our focus is largely on Enterprise, because can we sell high-availability and retention, it’s really those large organizations that find the most value out of it.

Then there’s also more security-conscious, sort of smaller companies and they’ll buy some the Enterprise features for one or two things that they like. But it’s really, we’re really focused on the Enterprise segment.

Control Of Data / Privacy?

Mike Schwartz: And do you find maybe that some of the Enterprise customers don’t feel comfortable putting their data on a cloud server especially, you know, confidential conversations between people?

Ian Tien: Our customers are privacy-conscious Enterprises, who are looking for a team collaboration solution that can increase the productivity while meeting their custom security and sovereignty needs.

So large Enterprises, financial services, in public sector, in government, in manufacturing. In what we think of as high-trust organizations, they’re really looking for solutions that they can control a hundred percent.

They know that there’s no third party monitoring, they know that all the custom security and compliance infrastructure that they bought they can integrate with our collaboration solution. And they know that, you know, they don’t have any external dependencies, right. If this has to be available all the time, they have total control.

And I would say a lot of customers actually are going to public cloud. They’re on Azure, they’re on AWS. A lot of the public sector are on the govcloud versions of those. Customers are very comfortable with cloud and Kubernetes, and Docker, and all these sort of cloud-friendly technologies.

What they prefer is that they control the system and not a vendor. So when it comes to privacy and control of the data, they have it a hundred percent.

Customer Interactions?

Mike Schwartz: How do you work with customers? What’s your experience was supporting customers? Do you work a lot one-on-one with customers? Or do you rely more on automated online systems to work with customers?

Ian Tien: The business model we’ve chosen is open core. So there’s going to be an open source version that’s free, and everyone has it, and they can enjoy it, MIT-licensed, really easy to use. And then there’s a commercial version that’s an add-on that gives you sort of Enterprise features.

So what we don’t do is we we don’t try to monetize services right. Services is a cost center for us. What we want to do is put out all the information about how to have a great Mattermost instance, how to scale it, how to do really well.

We want to put that in the community for absolutely free, we want to make it web-discoverable. We’ve got these large forms, you have any Q&A, any problem you have with Mattermost just web search it and we want you to find the answer.

So that’s the investment cycle it’s: If you have a question coming from a customer, that’s fantastic. Go to the forums, or go to the documentation, add the answer in and send a link so that the answer becomes web-discoverable and the whole world gets that benefit.

So that’s the cycle we have, where we have a customer, we do answer their questions, we try to put that information out as quickly as we can onto the world so that Mattermost becomes easier and easier to install, easier easier to extend, easier and easier to customize.

So what we’re focused on is selling the commercial version of our Enterprise product to many many very large companies that can benefit the most from it. And then we want to give away the rest, to the rest of the world. That Enterprise business funds the innovation, and the support, and the growth of the open source project.

Community Support?

Mike Schwartz: Do you actually answer community support questions?

Ian Tien: Yeah, we’re absolutely on the forums, all the time.

And what we try to do is we want to encourage the community to answer and what we’ll try to do is wait at least 24 hours to allow the community go in, you know, have their two cents in and take the first crack, and then we’ll come in with sort of more experts.

But we really want to enable the community to grow and to build. And not only, you know, not only parts of the open source committee but also our partners who are experts at implementing and delivering the Mattermost and helping customers; we want to empower them to answer more questions, and so to get known in the community, and to participate and to enjoy.

And then behind them we want, we have our core contributors that will also support and answer.

Levels Of Support

Mike Schwartz: For commercial customers is there an SLA, or do they get quicker support?

Ian Tien: So on the forums no one really knows that you’re a commercial customer. People just ask questions and we try to treat everyone sort of the same.

What the commercial customers get is support through other channels that they can contact directly and we can be much tighter with them, depending on the support level.

So for very large Enterprises we’ll have our own Mattermost channels where we can go back and forth, and it’s very quick, and easy to share information. And it’s really embedded with us.

Mike Schwartz: So you’re using Mattermost to support your customers.

Ian Tien: Oh, absolutely. So our desktop app can actually connect to Mattermost, multiple Mattermost servers.

And we have customers that, you know, they’ve got their Mattermost instance in one tab and they have us in another tab. They can just switch back and forth and talk to us and go to instance and it’s great because they can share feedback you’re like – oh check this out, we built this thing and it’s amazing, and you know, we can pass it on we can share it, share the ideas.

Or there’s something they want to tweak in that user interface or there’s, there’s something we need to change, and we get that feedback right away.

And we have a monthly release cycle, so every month on the 16th of the month, we release a new version. You know, it’s a single Linux binary so very straightforward upgrade, and that’s how quickly we can react to feedback in the community every month.

Challenge Of Real Time Support.

Mike Schwartz: Is that hard, having customers be able to sort of ask you questions in real time, and sort of expect immediate feedback?

Ian Tien: It’s a mix, yeah.

So what we find is most of our customers when they’re onboarding, there, you know, our support is really around configuration right, so that they’re like okay, I can do high availability, I need to install this, and install this. It’s a lot less break-fix. So when Mattermost runs you know it’s sort of coming and going. So what we find it’s a lot more configuration.

So, yeah you’re right, like sometimes expectations of certain instant response. That said, a lot of our organizations are actually using messaging because they’re asynchronous.

Because they don’t want to use like a Skype for Business or something that’s ephemeral, where people come in a different time zone, they log in, there’s no history, they don’t know what happened between the whole day. With Mattermost it can be both synchronous and asynchronous, and people sort of do them in different ways.

I think working with our customers they kind of get a sense of the rhythm in the pattern. And it’s really, this is a very, very top tier support; these are strategic customers that even like co-develop with us. So they’ll be contributing code, they’ll be giving us really insightful advice.

So they’re really a part of the community, they almost feel like part of our extended team, because we’re all working together to make a fantastic product and to really develop it. It’s not very common and it’s not a huge number of customers we have at this top-tier support, but when it works, it works really well.

Mike Schwartz: Using open source as a distribution channel people, search probably for “open source Slack” or “open source Skype,”

Distribution Channels

Mike Schwartz: Using open source as a distribution channel people, search probably for “open source Slack” or “open source Skype,” and they find you, so I’m sure that’s an important distribution channel. But are there other distribution channels?

Ian Tien: Open sources of is a wonderful channel, and what we think about it, is sort of a, a growing series of channels that sort of escalate upwards.

So the open source is one piece, it makes it really easy to find, web searches from Mattermost keep going up, we get a lot of organic traffic.

The next tier is really around resellers. So if you’re look on our website under partners, you’ll find a listing of resellers around the world that can bring Mattermost and explain the product to more Enterprises.

So they might not be familiar with open source, they will understand the benefits of having a collaboration tool that’s completely under IT control that’s easy use, easy to install, so a reseller can go in and they can discuss the product in French, in Korean, in German and really

help explain to these prospects and customers our value proposition. And because we have this commercial product, it’s much more familiar as a commercial partnership, how to distribute.

So we get the benefit of open source and we get the benefit of traditional resellers and channel.

More Channel Details.

Mike Schwartz: Just curious – have you looked at the percentage of sales from channels, or how’s it sort of stacked up to your expectations?

Ian Tien: We’re really excited about channel. And it’s about, sort of how the story begins.

And how the story begins is there’s a lot of interest from Enterprises and the challenges procurement. And when you have a channel partner like SHI or Dimension Data, they’re plugged into a huge number to Enterprises, so we can do procurement through them.

It’s a win-win because those resale partners give the Enterprise the benefit of consolidated billing right, and really easy procurement.

We get the benefit of be able to fulfill the order; and when you have an ecosystem where everyone’s winning that’s very scalable. So it starts with just the authorized resellers and it’s like hey help us pass the paper, that’s what they do, and we have that partnership.

Then we’re getting into sort of value-added resellers. So companies like AdPhineas over in Europe, where they’ll provide local language support in local time zone. And we have a partnership to take the lead that we get in their region and work together to expand the business.

So again it’s win-win with value-added resellers. And then we have distributors like a FedResults, which is part of Carahsoft, in the federal government, and they’ll do even more.

So they’ll have a marketing organization that we can partner with to find opportunities in their existing customer base and really tell them about the benefits of Mattermost. In addition of that, they hold our GSA schedule, so when we sell Southwest Federal Government, we have a partner that really understands how to procure, how to work with these organizations, and navigate the system. So again it’s win-win.

So it’s all about creating community where your economics and your success is aligned.

Revenues

Mike Schwartz: You mentioned that Mattermost is open core. So you have a free Community Edition and then you have other versions I guess of the software with additional features.

I’m just curious is the main revenue streams from the business license of the non-open core, or are there any other revenue streams, training, support, or is it just all hundred percent license?

Ian Tien: The commercial part of the business is focused on selling commercial licenses of our add-on’s that are built on top of the open source project.

So if we’re selling Premier Support, that’s only available to customers who are buying the commercial version. Because that’s our focus.

Now if someone wants to start a business supporting the open source version, that’s wonderful we’re not going to compete with them. We’re only going to provide services and training to the people who are using a commercial version.

Mike Schwartz: In terms of like percentage of revenue is there an 80/20 rule, where 80% of the revenue would you say is licensed? Or do some of the other like support contracts on license, do any of them make up more than 20% of revenues?

Ian Tien: So everything we do is subscription. There’s a portion for licensing and there’s sort of an add-on for that support.

We try to make our customer success organizations sort of cost neutral, right. So you buy the support add-on and what you get is that the extra layer support and you know, that revenue covers the costs of, supporting these Enterprise customers. Where we grow the company is really from the subscription revenue of the commercial add-on’s we do.

License And Renewals

Mike Schwartz: By using the software they’re required to keep renewing their subscriptions. How have you found getting renewals and making sure you retain the customers?

Ian Tien: Yes, it’s a great question. There’s a couple of things to talk about there.

Number one, just because how we started the product, and started the company, and started the open source project, we really didn’t like being locked into a vendor-hosted solution that had all of our data, that we didn’t have any choice.

So purposely because of that, when you use Mattermost, you have a hundred percent access to your data to MySQL or PostgreS[QL] database, and if use the commercial version and you decide, you know what, I want to use the open source version, all you have to do is take out the license key, and you got the same functionality as the open source version without the commercial add-on’s.

We make it that simple so no one ever feels like they’re locked in.

That said, renewals are really strong because people have validated that this product already brings value, they’ve used the open source version of for a while typically before they go to the Enterprise version. So they know it works, they get the Enterprise version for the compliance features.

So the renewal question is do I still need those compliance features. And for large Enterprises who are running these in the data center, it’s a pretty straightforward decision.

Mike Schwartz: But you have to chase them down, they, you know, didn’t sign your subscription, or we didn’t see that check, or – how is that process going? Because that can be tricky.

Ian Tien: Yes, so we have a back-office person that does that, so they’ll send out the emails, and you can renew using credit card, you can you use a bank, or wire in different currencies; so we support all that the back end.

Mike Schwartz: But does the license shut them down if they have it renewed? So is there license enforcement?

Ian Tien: So before a license fee expires, there’s a series of warnings that the system administration will get sort of in the interface, like hey, you have this many days before it expires. We’re very open with the sort of notifications you get in the grace period afterwards, and there’s sort of some slight changes in behavior afterwards.

What we do want is everyone to feel safe and comfortable running the software, and the license renewal is more about the procurement system then sort of like IT issues with backend.

Typically if you’re Enterprise you want to renew properly, get everything buttoned up properly, so it’s been pretty smooth.

Value Proposition

Mike Schwartz: To switch tracks a little bit and talk about the value proposition for Mattermost?

Ian Tien: So one thing we really think about is privacy-conscious Enterprises. And for privacy-conscious Enterprises Mattermost is the team collaboration solution that let’s them increase productivity and have this modern world of collaboration while meeting their custom security and sovereignty needs.

So there’s going to be requirements that these large Enterprises have to be able to be in complete control of their collaboration system. To have no third-party monitoring. To have many security options because it works with their private network, because they can do intrusion detection, because they can analyze every line of the source code, and their information security team can go over everything with a fine-tooth comb. And on top of that there’s custom security, custom compliance, custom auditing.

For those Enterprises that really value privacy, autonomy, control, and extensibility. And be able to go further than they could with any vendor hosted solution, any vendor hosted multi-tenant solution – those are our customers.

And you can read about that sort of positioning in, 451 Research has a note on us, Gartner in their workstream collaboration space has covered us, we’re a vendor to watch in the latest market trends report. We’re actually being named a Cool Vendor by them.

And it’s really about differentiation. It’s really saying – hey there’s a lot of collaboration solutions out there for Enterprises that are really privacy-conscious, that really want control, that want that layered extensibility, who want to have the option to go further in there customization of the collaboration solution.

That’s our differentiation. That’s where we really live.

Partnerships

Mike Schwartz: We talked a little bit about channel partners and, those are important to every business, but are there other partnerships?

Ian Tien: Yes, absolutely. When you run an open source project you have community on your mind all the time.

So Mattermost has over a thousand people who contributed to the open source project. On top of that there’s over a thousand open source projects based on Mattermost. We’re in 15 different languages. There’s a huge community extensions around us.

So for the open source piece, that’s growing really well, and that’s part of the engine that drives awareness and discovery, and more customers.

In addition to that, we’ve got our experts community in our channel. So how do we help distribute, how do we help deliver this offer into Enterprises, through resale and through services.

One part of that new community that we’re really excited about is Atlassian channel partners.

So as HipChat has announced its retirement, for these high-security companies that really want to do collaboration, especially if they’re Atlassian users, they no longer have that option now that HipChat is retiring.

So Mattermost is really stepping in, we want to make users of the Atlassian server products, that need total control, that need high security, that need to stay in private clouds or data centers, we’re filling that gap. And we’re working with Atlassian partners like cPrime, the largest Atlassian channel partner in the United States, to go meet the needs of those Atlassian customers.

And we’re working on new partnerships all around the world with the Atlassian channel to make their customers successful.

In addition to that, there’s certain communities from our customers that have built up around the Mattermost product, around the open source version, and eventually the commercial version.

One of the best examples there is NH-ISAC, which is a global association of information security professionals from the healthcare industry. So they’ve been running Mattermost for their community as an open source solution for awhile. We’re about to announce a partnership with them.

Where they’ll be using the Enterprise version, and we’ll have an increasing presents working with NH-ISAC, attending their summits, getting to know their community, the challenges their communities have around how to collaborate as information security professionals on a platform that is vetted and is under their complete control.

Challenges Of Open Source

Mike Schwartz: One of the questions I had was – you know open source has a lot of great qualities – collaborative development, and certainly for marketing, but have you discovered any challenges? Has it, have there been any negatives or any, has it hindered you at all along the way?

Was there any unexpected surprises, where you thought open source would be great but it turns out it was actually maybe sort of more challenging than you thought?

Ian Tien: Absolutely. Coming from a design background, we thought really carefully about what is Mattermost Team Edition, which is our open source version, and was is our Enterprise Edition.

So our Team Edition is kind of like a small office: it’s going to be really easy to start, you just step in there, everything works.

You got emojis, emoji reactions, you can do channels, you got GIFs, you have mobile apps and desktop apps, and it just, it works. And if you’re coming from Slack, it’s really easy, the keyboard shortcuts from Slack are supported, webhook integration from Slack are supported, slash commands; it’s very familiar.

Now we have our own additions. Like the ability to use you know, spaces, and non-English letters, and channel names, and we’re able to use hashtags and some other things like that.

The open source Edition which is for teams, is really designed for for that world, right. I don’t have a lot of ask permission for anyone, I can kind of do whatever I want, I trust everyone to be good citizens in this Team Edition.

And then for Enterprise, you’ve got all the complex things. You’ve got roll-based permissions, very sophisticated high-availability, all the compliance stuff. And we thought that delineation would work really well.

What’s happen is, people using the open source Edition are too often unaware there’s an Enterprise Edition.

So they take the Team Edition, which is built for small teams, and we have Enterprises that have hundreds and thousands of people use the open source version. And when we talk to them, they’re like, you know what you should add, you should add a permission system. But we have a permission system in the Enterprise Edition that they never sort of discovered. So all the problems that they have, that they think they have, are actually solved in the commercial version.

We just haven’t provide the awareness. That’s something we think about all the time do we want to, in our open source Edition, make it more obvious that there are these features for Enterprises, and they are in the commercial version.

And that’s a line we have to be careful about because, like well, do we really want to market inside an open source project?

And the consequence of not doing that is you have a lot of people using open source version who would easily upgrade if they knew they could just phone procurement and say, I want these extra features, they’ll make my life so much more productive. And we got like three thousand people on this instance – yes like, just go make it a piece of our company infrastructure.

So that discoverability is a question for us, and the consequence of not making the commercial version more discoverable in the open source project is brand. It’s people feel like wow, Mattermost can’t do these things – when we can. But then how do we let people become aware of it.

Gauging Community Size

Mike Schwartz: Do you collect statistics back from the products that you know who’s using it? Or are there any type of opt-in’s to send back marketing data? Or how do you gauge the size of the community?

Ian Tien: So any sort of telemetry you put into a high security product is never going to tell you the accurate story.

We had a lot of metrics looking at what’s our search volume – how many people are coming to the website, and were they unique visitors, and how many people are downloading. And we try to gather a lot of sort of anonymous statistics around this to sort of see the velocity and the direction of the interest, to make sure it’s always growing.

In terms of our actual user and customer base we want to make it super easy for them to sort of discover us and learn about us and contact us. And that’s part of the customer journey.

So they’ll come, they’ll find us, they’ll download. Somewhere along the way they’ll re-engage. And then we can continue that journey as they contact us, as we understand how they’re using us, and how we can add value.

So yes, because we’re dealing with privacy conscious Enterprises there’s a little bit of a gap in our story. What really matters is the flow of the start to the middle, so we can not only convert them over to the commercial version that they’re looking for but make them super successful afterwards.

Funding

Mike Schwartz: What are your thoughts about funding and open source, and is that something that Mattermost is seeking? You know, you’re in the heart of VC Mecca here in Palo Alto.

Ian Tien: So if you look at our website you can actually see a number of our investors. My personal view is that you know, finding the right investors is an incredible benefit for any organization.

So being able to have more capital means you can do more. You can accomplish more. We can hire more people, we can pay more people to build the open source project, to help scale the commercial business and we can go faster.

All we have in this world this time and if we can bring in capital to move things more quickly, I think as an open source project the most important thing is you’re open, and you’re transparent.

You’re saying like, this is what we do, we’re open core, here’s a commercial version, here’s our open source version, this is, this is what we do. And if investors are aligned with that vision,

and we’re aligned with those investors and what their expectations are, then it goes back to that great ecosystem of line incentives.

Our investors make introductions for us, they give us great advice and we’re a lot further along because we had that collaboration and help.

Closing Advice

Mike Schwartz: So if you are an entrepreneur who wants to use open source as part of your business model, do you have any advice for that person?

Ian Tien: I think the most important thing is to focus on the value you want to create. You want to build something that people love.

So start with – I want to build something that people love, and think about roles that open source can play: in your vision for the product, your distribution model, the community you want to build, and the business you want to build.

Mike Schwartz: Well that was really fascinating. Thank you so much for making time Ian, and best of luck with Mattermost.

Ian Tien: This is fantastic.

Mike Schwartz: That’s it for episode 4. Special thanks to the Linux Journal for co-sponsoring this podcast.

To the All Things Open conference for helping us to publicize the launch.

Music from Broke for Free, Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. Operational support from William Lowe. Thanks for the staff of Mattermost for logistical support.

Next week we’ll talk to one of the visionaries who inspired this podcast, Mike Olson from Cloudera. Don’t miss it.

Transcription and episode audio can be found on opensourceunderdogs.com. Until then, thanks for listening.

Episode 3: MariaDB – Open Source RDBMS with Michael Howard

Michael Howard is the CEO of MariaDB, one of the fastest growing open source database platforms in the world. MariaDB powers applications at companies like Google, Wikipedia, Verizon, Deutsche Bank, Telefónica and more. In this episode, Michael describes how the “Business Source License” enables MariaDB to monetize software and reap the benefits of an open source community and development methodology.

Transcript

Introduction

Michael Schwartz: Welcome to Open Source Underdogs, the podcast where we bring you the wisdom of open source business leaders.

Today my guest is Michael Howard, the CEO of MariaDB Corporation, the company behind the fastest-growing open source database in the world.

MariaDB is used by more than 12 million developers worldwide and is the database of choice to power applications at companies like HP, ServiceNow, and Wikipedia.

Michael, thank you for taking the time to join us today.

Michael Howard: You’re welcome.

Michael Schwartz: Why don’t we start the podcast with just a brief introduction of how you happen to join MariaDB and maybe a little history about MariaDB.

MariaDB History

Michael Howard: So MySQL was named after Monty Widenius’s daughter.

Her name was My, something like that in Finnish or Swedish. And Maria is his second daughter. So that’s the naming convention here, it is through Monty’s daughters. And as a result of course, the group of engineers that build MySQL and MariaDB are very attached to their family.

And when MySQL was initially bought by Sun, and then ultimately segwayed through to Oracle, there was a rift in the family. And in about 2009 there was a fork of the MySQL project and that fork became MariaDB.

And then some years later in 2013 MariaDB amalgamated, or put together, all the different aspects of the programming group the foundation, a support organization called SkySQL and in late 2013 that’s the MariaDB Corporation as you know it now.

Michael Schwartz: How did Michael Howard end up joining MariaDB?

Michael Howard: Michael Howard in the late, all through the 90s and late 90s was a disbeliever of MySQL and anything open source.

So that’s the origin of my story, in that, I could never imagine a group of programmers building a general-purpose database that would be able to tolerate an accommodate and support the primary functions of a business.

And I truly believed that the only way that that could be done is assembling very straightforward proprietary approach and let’s say it, my PhD thesis of that came when I joined Oracle in the 90s, and that’s what I believed.

But then as the world changed, and this is after 2000, you could see that the world was dividing. There were a couple of important signs of that and that was the Hadoop or HTFS world coming to play. It was the NoSQL databases coming into play starting with the caching layer.

And my view changed along with that new ark of software. So I knew the guys at MySQL and MariaDB for many years, didn’t think that they could bring themselves forward into true OLTP enterprise fortitude workloads.

But the world has changed. And I changed with it.

Michael Schwartz: OLTP – Online Transaction Processing?

Michael Howard: Yeah, you got it. Should have said that, but yes.

Customers

Michael Schwartz: So tell me a little bit about today. Who are the customers of MariaDB?

Michael Howard: Almost every company in the world now is touching MariaDB in some kind of way, in that we have displaced MySQL as the viable default relational database in all the Linux distributions. So even mom-and-pop shops that use Linux automatically have access to MariaDB, we have an addition that goes in those Linux distributions.

Somewhere between 12 and 60 million customers are touching MariaDB today through this unique distribution. And this is by the way one of the unique things about open source, that your ability to propagate and touch people across the world is enormous.

But that’s how it’s happening with the Linux distributions, and so to with the clouds in that, since it’s a default mechanism in Linux suddenly becomes a default mechanism in many clouds.

So we span from small shops that you’ve never heard of to the Fortune 10. You could look at things like AT&T, Verizon, Barclays, New York Mellon Bank, Development Bank of Singapore, Alibaba, ServiceNow, I mean it just goes from the most consequential companies in the world, even running airports. It’s quite remarkable.

80/20 Rule For Customers

Michael Schwartz: Just to drill down a little bit. Is there an 80/20 rule? Who are the most important customers in terms of Revenue?

Michael Howard: That’s a matter of opinion, how you do the 80/20 on that.

Because one of the problems that, let’s say the Hadoop family has via Cloudera or Hortonworks, is that Hadoop has become kind of part of the 1%, not big part of the 99%. And for me coming from proprietary areas you don’t want to relegate a company like MariaDB to the top 1% or 10%.

Therefore saying that your top 10% or biggest customers are the most important because here we want, and I’m going to use the word extremely, an extremely well-rounded business model.

So for example, in our world about 40% of our transactions on a quarterly basis comes from mom-and-pop shops. They don’t really think too hard about databases, but they kind of go with what’s easy for them to include as part of their environment. Then there’s another 40 odd percent where they’re making more strategic decisions but it’s still appended to a mentality of, for example replacing MySQL.

And then if we use those percentages there, there’s another 10 to 15% which is big time, and literally replacing out the likes of DB2, SQL server or Oracle itself.

And so I guess you could apply the 80/20 rule in each of those categories, or sale segmentations. But you couldn’t come up with an 80/20 rule across the board.

So there is sale segmentation, if you look at our documentation for example, it’s free. So anybody who doesn’t have a support contract can use a magnificent amount of content. But if someone has a production application and they need some sort of identification that’s a different level of interaction with the company.

We can’t talk to all customers, it’s impossible. It’s a challenge that cannot be overcome by people. If you look at it from let’s say, a business perspective like margins and productivity per person, there has to be more automation.

There has to be more automation in terms of buying contracts or buying things through eCommerce.

We even have to have easier ways where people can instantiate and test out new features instead of going it on their own, so we’ll do some things in the cloud to facilitate that.

So there’s many levels of interaction that must take place. But I think what we need to do to improve, really big time, I mean we have some major steps to make to be able to handle the numbers that we’re talking about, and we’re not doing that right now.

You know you look at some of the big players like Amazon or Netflix or whatever, they are doing it. So that’s the funny thing we’re a small company, under 200 people but we have the same level of interactions as the cloud platforms do.

Because, and sometimes even more, because MariaDB is on all those clouds. It’s a fixture there, so it kind of gets multiplied many times.

Revenues

Michael Schwartz: What are the most important revenue streams? Is it license? Is it support?

Michael Howard: Well for me coming from the proprietary world and the SaaS cloud, I’m very formalistic about this.

So the most important from a just formalistic point of view is ARR, Annual Recurring Revenue, on a quarterly basis the amount of new annual contract revenue.

Things like TCV which is equivalent to bookings are less important to me, more important for let’s say my CFO who wants to make sure we have a certain amount of cash in our bank accounts.

So the most important thing is ARR, that’s the first level. Second level is what does that ARR constitute.

And again coming from where I came from, where the multipliers on services and manpower support is not as powerful, not as valuable to, let’s say listing the product at NASDAQ or having some big liquidity event in the future, the most potent value is product; license on product.

And that becomes a very interesting and almost somewhat contradictory or paradoxical conversation when it regards open source. So our subscriptions are the most important part, and those subscriptions come with many facets.

It comes with technology that cannot be procured or accessed in a general sense by just the Community Edition.

We save some stuff that’s private. It may or may not be licensed under something that we came up with which we believe in, very much not only for MariaDB, but for open source entrepreneurs world over, and that’s something called the business source license, which we should probably talk about.

So you have technology. You have things that are not necessarily available through the Community Edition. You have legal protections, I named one, in some cases limited indemnification issues come up in especially regulated industries for production applications.

Then of course you have the typical element which is, a typical element of open source which is support.

So that’s how we make money. Our revenue come solely from our subscriptions which has a spectrum of things in it to make it valuable.

Open Source Dilemma

Michael Schwartz: There’s a saying called the open source dilemma where customers only renew support contracts when they need help, when they have problems. How do you get customers to renew and retain them to get that revenue to be actually recurring?

Michael Howard: Right, there’s a… It’s an interesting topic because the good and the bad of open source is that it compels the engineer or the firm to build new things. So for example, in our latest release we have temporal processing, inversion tables, very sophisticated ways of supporting governance applications.

This is a very very, it’s a multi-dimensional data object, being able to be joined with a million other multidimensional data objects, the math is extraordinary; be able to do that in an optimized way.

When you put out features like that and you continually do so, you will compel, behoove, motivate very easily customers to continue with their contracts. So the virtuous cycle is inherent in your ability to innovate.

Channel

Michael Schwartz: Changing topics a little bit. Are there Partners who help you get MariaDB out there, or that you rely on for success? What is the channel?

Michael Howard: We do have channel partners but it’s not as mature as, let’s say older firms.

I think we’re just at the very beginning of it. And channel partners can come from an enormous number of different areas, for example it could be a cloud vendor that is actually a channel partner, right. Being able to serve a certain constituency, as you put it, through their Cloud. It could be your typical channel partner that has some kind of ecosystem, could be that.

The one that comes to mind, just kind of new, both I think for the world and for us is you take something like ServiceNow, where they’re serving 40% of the Fortune 2000. And many of those companies don’t even know that MariaDB is the engine behind every single workflow that is going on in those companies, which is quite extraordinary.

But in some cases they need to have on-prem support from us and so suddenly you have the world of cloud interacting with the world of on-premise and that becomes a channel play that you would have never envisioned before.

Value Prop

Michael Schwartz: Why do people use MariaDB?

Michael Howard: I’ll give you an example.

Let’s say you’re a big company and have a huge server farm, and you want to start looking into ARM as your chip bases. You’re not going to be able to use a process space database on an ARM chip, it just won’t be economical.

Maria happens to be thread-based and the pooling resources for threads on ARM is as good as typical non-ARM chips.

So it could be that you are trying to have more compact space for your server farms, less real estate, less use of electricity, less heat. It could be that you realize after 20 years that you’re paying 60 times more than you should for basic SQL standards.

It could be that the basic philosophy of the company that you’re using is so out of touch with what a modern system is that you want to move forward with your own stack.

There’s an extraordinary number of reasons.

I mean the the primary one is that when you go into MariaDB you’re not only partnering with one of the best engineering firms in the world. You’re partnering with other great engineering firms in the world that are contributing to the MariaDB kernel. And you know that MariaDB will never be out of touch because of the extraordinary open source community that is contributing to it and there is no equivalent.

At Oracle everything goes through Larry; he is the Editor in Chief of Oracle.

Here you have a much more diverse set of curators.

MariaDB Foundation

Michael Schwartz: One of the things I wanted to ask you about was the MariaDB Foundation. It’s the ideal of a lot of Open Source projects.

Maybe you could talk a little bit about how that came about and what their role is.

Michael Howard: So the way I look at the foundation is they are the steward of the project’s repository. And they are the ones that teach people how to contribute to that repository.

Allowing freedom and equality for creativity, innovation through code, persisted in repository that is formalized under the foundation. And they’re advocacy to developers to help with that, their outreach to Linux distros. That’s the kernel of what they do.

Michael Schwartz: Where’s the line between the company and the foundation in terms of a decisions?

Michael Howard: Well I mean, there are simple lines, I’ll start with the simple ones.

They don’t do any support, you can’t go to the foundation and say I have a problem with something or bug, they won’t, they don’t have anything to do with that. That’s where the corporation comes in.

If there is a hot patch that needs to be applied because of a security issue, they’re not, they don’t act in that manner, they don’t respond that way; the corporation can.

Obviously you can’t get any legal privileges through the foundation. Let’s say you have a big idea that you want to put into the project, but it’s maybe a little bit over your head to really do it in the right way. You know just because there’s an open repository doesn’t mean that you can willy-nilly put something in there that’s mediocre.

But there are certain projects, I’ll give you an example: The Development Bank of Singapore wanted MariaDB to have a PL/SQL Oracle compatibility layer. That’s an extraordinary difficult project and could never be done themselves. And that’s when you enlist, for example, our engineers in the corporation.

Foundation Feelings

Michael Schwartz: So not to put you on the spot..

Michael Howard: You have so many times already!

Michael Schwartz: But nonprofits always involve politics and so how do you feel about how has it gone?

Michael Howard: I think it has pros and cons. I don’t think it’s a clean deal by any means.

I think that when you have independent entities they each have their own egos and they each have their own aspirations to spread their own wings. You know it’s just like when two people are discussing a subject, each one of them kind of wants to have their opinion supersede the other.

So it’s part of humanity to have that innate conflict but also innate need to work together.

Business Source License

Michael Schwartz: You mentioned license before, and I didn’t want to make this podcast a deep dive on license because you could probably do a podcast by itself just on the licensing part. But you did mention the business source license.

Maybe you could talk a little bit about what is the business source license and how does it relate to the other licenses perhaps at some of the other products or offerings come under?

Michael Howard: I’m going to start in a strange fashion on this narrative and that is: When I announced business source license I should’ve had a set of security guards from the open source community. I wasn’t sure what might happen to me.

Because it was disagreeable to them in some emotional ways in that, there are a lot of people out there that are pure open source zealots, and it’s an ideology like any political or kind of religion that can get the best of certain people.

But I felt that the company needed to be able to have as much financial resources as possible to make our products great.

And since we were stepping into the enterprise zone, which meant that we had to simulate or actually replicate many things that SQL Server via Microsoft or Oracle through Oracle does for their customers. And financial resources are extremely important to do that. And database features as you know, it’s not like a SaaS application.

Sometimes it takes many years to build one feature and those people are dedicated, like the version tables in the temporal processing that I mentioned, that was a very difficult feature, it took us years.

So how do you reconcile the world of free and the world of financial resources? How does an entrepreneur like yourself go to a VC and expect any funding if there is no business model. And at the same time if your whole company pivots off open source, again how do you do this?

After some deep thought the business source license seemed to be the best balance that I could find.

And what it is, is essentially very simply postponed open source. You get one of our products that uses the business source license, and for a certain set of time that particular version you pay for.

But at a certain point in time let’s say 36 months later it becomes open source. You can self support, you can do anything you want to it, and you’re not dependent on the corporation.

So it’s just trying to bootstrap product so it can meet the expectations, especially when these expectations have been built over 20 years with many billions of dollars.

Michael Schwartz: Sort of like a patent that expires, maybe.

Michael Howard: Yeah. That expires, that’s a good one.

Except I guess the deviation would be that even though the patent in this case is on for that amount of time, you can look at the code, it’s completely transparent just like open source.

Go to repository, our repository, it’s on GitHub, look at branch, you see it, you can contribute to it, you can do all those things. There’s even certain times when the license says you can use it for free, you know that kind of thing.

But, if you going to into like a production mode, and this is the case with a MaxScale, our database proxy. If you have many nodes that you’re serving with this proxy – you got to pay for it at some point. But that version will under the file name go GPL at a specific date.

License Enforcement

Michael Schwartz: What are your thoughts on enforcement? Is it on the honor system?

Michael Howard: So, right now it’s honor system. I think we’ll have to do some kind of home calls at some point and identifiers.

So there are times when certain customers try to take advantage. Where they’ll buy let’s say one or two copies of the paid version, but really the problem is emanating from thousands of free things that they’re using.

So right now it’s the honor system. There’s been some transgressions that I’ve seen. And of course the bigger the company you go to the less transgressions there happens to be. It’s more in the lower end where I see abuse.

Advice To Startups

Michael Schwartz: Any advice for entrepreneurs who are starting, who want to use open source as part of their business?

Michael Howard: So my advice is: It depends on what part of the stack you are.

So if you are in infrastructure you have no choice but to be somewhat commodity based or open source based. I don’t really believe that security for example has to be open source.

I see, you know I have a little security background. So listening to you, there was no reason to make, let’s say FireEye, open source. Just no reason, no one would expect it.

I think it’s interesting that you guys have gone in that area a little bit but the key management systems that I work with I never expect them to be open source.

On the SaaS level, you know you have one interesting juxtaposition between SugarCRM in Salesforce right. Has Sugar really gotten major benefit from its open source disposition?

You know I think what’s happened is the proprietary vendors have milked the industry so badly, that the time came when that practice had to stop. And MariaDB is sort of a symbol of that arrest.

Michael Schwartz: If you’re an entrepreneur, you’re saying if it’s infrastructure you should go open source.

Infrastructure & Open Source

Michael Howard: You don’t have a choice anymore.

Michael Schwartz: You have to, okay, that’s interesting.

Michael Howard: You really don’t. I mean you know, you have Intel maybe coming up with a chipset that’s not open source or their 3D XPoint, you know, that’s not open source.

But if you look at, you know let’s say a no more commodity-based analogs to that; they’re going to end up winning. I mean Intel will lose again because they’re charging too much.

So infrastructure I don’t think there’s a choice.

Funding

Michael Schwartz: Any thoughts about how do you stay true to the open source mission that maybe has helped build the culture around the company, and still fund the company, or build a business?

Michael Howard: Well, I think you see with very few exceptions VC’s funding open source companies. I think the market has already made that decision.

I mean there’s just no comparison between the funding percentages for open source versus lets say closed. There’s just no comparison. So I think the decision has already been made.

So then the question is if you have an idea at store at a storage software level, let’s say, or a container, you have no choice to be open source.

So then there are two things that come to mind. One is, you have to employ something like business source license and that’s the only way you’re going to get funded when you are presenting to a venture capitalist.

You have to have some way of bootstrapping your company with some revenue, a support meal ticket just does not make sense from a margin perspective, or the multipliers that VC’s are expecting in a liquidity event. So it’s dead on arrival if you go that way.

So it’s very simple you can’t just go open source, you have to have a business model behind it that makes sense. There’s only a couple ways you can do that.

Michael Schwartz: Thank you so much Michael for sharing your wisdom and best of luck to MariaDB.

Michael Howard: And to you too at Gluu.

Michael Schwartz: Thank you.

Michael Howard: Alright, bye.

Michael Schwartz: That’s it for episode 3. Transcription and episode audio can be found on opensourceunderdogs.com

Special thanks to the Linux Journal for co-sponsoring this podcast, to The All Things Open Conference for helping us publicize the launch.

Music from Broke for Free, by Chris Zabriskie and Lee Rosevere.

Production assistance from Natalie Lowe. operational support from William Lowe. Thanks for the Staff of MariaDB for logistical support.

Next week we’ll talk to one of the youngest startups in our series – Ian Tien, CEO and Founder of Mattermost, one of the leading chat and communication platforms.

Until then, thanks for listening.