Heroku, Inc.
Company typeSubsidiary
IndustryCloud platform as a service
Founded2007 (2007)
FounderJames Lindenbaum, Adam Wiggins, Orion Henry
HeadquartersSan Francisco, California
Key people
Tod Nielsen, CEO
ParentSalesforce.com
Websiteheroku.com

Heroku (her-OH-koo) is a cloud platform as a service (PaaS) supporting several programming languages. It was founded by Orion Henry, James Lindenbaum, and Adam Wiggins. Heroku, one of the first cloud platforms[1], has been in development since June 2007, when it supported only the Ruby programming language, but has since added support for Java, Node.js, Scala, Clojure, Python, PHP and Go. Heroku was acquired by Salesforce.com in 2010.[2] The base operating system is Debian or, in the newest stack, the Debian-based Ubuntu.[3]

History

edit

James Lindenbaum, Adam Wiggins, and Orion Henry founded Heroku supporting Rack-compatible projects.[4] In October 2009, Byron Sebastian joined Heroku as CEO.[5] On December 8, 2010, Salesforce.com acquired Heroku as a wholly owned subsidiary of Salesforce.com. Yukihiro "Matz" Matsumoto, the chief designer of the Ruby programming language, joined the company as Chief Architect, Ruby on July 12, 2011.[6] That same month, Heroku added support for Node.js and Clojure. On September 15, 2011, Heroku and Facebook introduced Heroku for Facebook.[7] Heroku now supports Cloudant, Couchbase Server, MongoDB and Redis databases[8] in addition to its standard PostgreSQL,[9] both as part of its platforms and as standalone services.[10] Applications that are run from the Heroku server use the Heroku DNS Server to direct to the application domain (typically "applicationname.herokuapp.com"). Each of the application containers or dynos are spread across a "dyno grid" which consists of several servers. Heroku's Git server handles application repository pushes from permitted users.[11][12][13]

There was a 24 hour service outage caused by June 2012 North American derecho. This resulted in many applications hosted by Heroku to go offline. [14]

Features

edit
Heroku DX
Heroku has recently provided Heroku DX, their initiative towards the new Heroku Developer Experience. This includes great new benefits to developers, such as:
  • Heroku Button: A one touch click which launches the app as well as the environment configuration.
  • Heroku Dashboard: This features a new visual design, which helps organizing your apps, new interactive patterns, which simplifies dragging and dropping app assignments, and a new activity section, which helps users collaborate.[15]
Heroku Redis
It is an in-memory key-value data store, which is run by Heroku. This service is provisioned and managed as an add-on. Heroku Redis can be accessed from any language supported by Heroku with the help of a Redis driver.[16]
Heroku Postgres
It is a reliable SQL database service for developers, which is fully managed by Heroku and provides a powerful suite of tools.[17]
Heroku Private Spaces
An initiative which gives users the advantages associated with the cloud while providing greater trust controls that are normally associated with on-premise solutions. All elements are run in a network isolated environment, and this separates them from the public systems. Another advantage achieved is that it allows for more geographical control. To top it off, a private space needs a single command to execute.[18]
Heroku Flow
A new feature which lets the users support and visualize the whole process of continuous delivery for their apps, all the way from development to production.[19]

Advantages

edit
Improved Performance dynos
Heroku provides new and improved dynos, which have higher RAM than previous versions. This also means higher consistency and faster response times. Customers can enjoy the benefits of an entire virtual machine through the performance-M dyno, as it can be reserved for a single customer. Moreover, their existing applications can be migrated within seconds.[20]
Drag To Scale
Scaling is made extremely easy through Heroku admin panel. By just logging to the Heroku admin panel and dragging a vertical bar which increases the number of dynos handling the application, users can scale their application to handle increased traffic load.[21]
Open Source components
Heroku provides open source components, such as Linux or PostgreSQL, which increase flexibility of use.[22]
Stable deployment platforms
The deployment platforms offered by Heroku are stable since they are actively monitored by people managing Heroku.[22]

Limitations

edit
Request timeout not configurable
Sometimes, an application can take a lot of time to process a web request. The router will terminate the request if it takes longer than than 30 seconds to complete. Heroku has a default 30 second request timeout [23], which is not configurable. This could mean that after 30 seconds the request will be interrupted, but the code will keep on running, making the current dyno unavailable. Only for some languages, the timeout can be adjusted in config/unicorn.rb as follows [24]:
timeout 15
Ephemeral filesystem
Heroku uses ephemeral file system, [25] which means that you cannot upload files directly to the file system as they will be deleted on restart. [26]
Price
Heroku provides 512 MB RAM and 1 web/1 worker for Free, but any additional worker is $25 a month. Also, it must remain inactive for a period of 6 hours in a 24 hour period. There are options to add more RAM and workers, but those options may reach $500 per worker per month. Heroku also offers a number of services and add-ons which cost extra. [27]

Competitors

edit

Some of the competitors in PaaS space are:

PaaS Support Free Trial Price
Heroku Ruby, Java, Node.js, Scala, Clojure, Python, PHP and Go Yes Free/1worker; $7/10process types; $25-$2500/no limit [28]
Cloud Foundry Ruby, Java, Node.js, Scala, Python, PHP and Go Yes ?
CloudBees Java Yes Free/2 weeks; $60/Starter; $100/Prof; $200/Enterprise [29]
dotCloud Python, PHP Yes $24/Tiny; $244.60/Small; $621.00/Medium; $1887.00/Large [30]
AppHarbor ? Yes Free/1worker; $49/2worker; $199/4workers [31]
CloudControl Java, PHP, Python, Ruby Yes €27/Tiny; €224.60/Small; €496.00/Medium; €1337.00/Large [32]
Engine Yard Ruby,PHP, Node.js Yes $36/month [33]
AWS Elastic Beanstalk Ruby, PHP, Python, Java, Node.js, Docker Yes Pricing list [34]
Google App Engine Python, Java, Go, and PHP Yes Per minute billing [35]
OpenShift Haskell, Java, JavaScript, .NET[3],Perl,PHP, Python, Ruby Yes Bronze; Silver [36]

See also

edit

References

edit
  1. ^ The Ultimate List of Cloud / Iaas / Paas Platforms, xebialabs
  2. ^ Salesforce signs definitive agreement to acquire Heroku (news release), Heroku
  3. ^ "Stacks". Heroku Dev Center. Retrieved May 15, 2012.
  4. ^ Ruby on Rails Startup Heroku Gets $3 Million, Tech Crunch, 2008-05-08
  5. ^ SourceLabs' Byron Sebastian Joins Heroku as CEO, Venture Beat, 2009-10-14
  6. ^ Matz joins Heroku (weblog), Heroku, 2011-07-12
  7. ^ "Facebook and Heroku: an even easier way to get started", Developers (weblog), Facebook
  8. ^ NoSQL, Heroku, and You (weblog), Heroku, 2010-07-20
  9. ^ "Database", Dev Centre, Heroku, retrieved 2012-05-03, Heroku offers you the choice of running on a shared or dedicated database package. The shared plan is suitable for development and staging applications. It runs Postgres 8.3. The dedicated plans are suitable for production scale applications. In addition, the dedicated databases offer a number of advantages, including direct access (via psql or any native postgres library), stored procedures, and Postgres 9 support.
  10. ^ SQL Database-as-a-Service: the largest and most reliable Postgres service in the world, Heroku, retrieved 2012-05-03, A powerful, reliable, and durable open-source SQL-compliant database, PostgreSQL is the datastore of choice for serious applications. Now it is available in seconds with a single click. Never worry about servers. Never worry about config files. Never worry about patches. Simply focus on your data.
  11. ^ Scalability: How does Heroku work?
  12. ^ Deploying Symfony2 on Heroku
  13. ^ Deploying application Node.js on Heroku
  14. ^ Ludwig, Sear (June 29, 2012). "Amazon cloud outage takes down Netflix, Instagram, Pinterest, & more". VentureBeat. Retrieved 8 July 2012.
  15. ^ "Heroku | Introducing Heroku DX: The New Heroku Developer Experience". blog.heroku.com. Retrieved 2015-09-15.
  16. ^ "Heroku Redis | Heroku Dev Center". devcenter.heroku.com. Retrieved 2015-09-20.
  17. ^ "Heroku | Postgres". www.heroku.com. Retrieved 2015-09-20.
  18. ^ "Heroku | Introducing Heroku Private Spaces: Private PaaS, delivered as-a-Service". blog.heroku.com. Retrieved 2015-09-15.
  19. ^ "Heroku | Introducing Heroku Flow: Pipelines, Review Apps, and GitHub Sync for Continuous Delivery". blog.heroku.com. Retrieved 2015-09-15.
  20. ^ "Heroku | Introducing Improved Performance Dynos". blog.heroku.com. Retrieved 2015-09-15.
  21. ^ "3 Reasons Why Heroku is a Game Changer". Jerod Santo. Retrieved 2015-09-16.
  22. ^ a b "Advantages and Disadvantages of Heroku". Retrieved 2015-09-15.
  23. ^ Request Timeout, Heroku
  24. ^ Timeout Behavior, Heroku
  25. ^ HEROKU VS. AMAZON WEB SERVICES, smashingboxes.
  26. ^ Isolation and security, Heroku
  27. ^ Pricing, Heroku
  28. ^ Pricing on heroku.com [1]
  29. ^ CloudBee Jenkins in the Cloud pricing[2]
  30. ^ dotCloud pricing [3]
  31. ^ AppHarbor pricing [4]
  32. ^ CloudControl pricing [5]
  33. ^ Engine Yard pricing [6]
  34. ^ Amazon pricing [7]
  35. ^ Google pricing [8]
  36. ^ OPENSHIFT pricing [9]
edit


Category:Cloud computing providers Category:Cloud infrastructure Category:Cloud platforms Category:Cloud storage Category:American companies established in 2007 Category:Companies based in San Francisco Category:Y Combinator companies