Heroku

Cloud Platform as a service
Heroku, Inc.
Company typeSubsidiary
IndustryCloud platform as a service
Founded2007; 17 years ago (2007)
FounderJames Lindenbaum, Adam Wiggins, Orion Henry
HeadquartersSan Francisco, California
Key people
Bob Wise (CEO), Gail Frederick (CTO)
ProductsHeroku Platform, Heroku Postgres, Heroku Redis, Heroku Enterprise, Heroku Teams, Heroku Connect, Heroku Elements, Heroku Review Apps [1][2]
ParentSalesforce.com
Websiteheroku.com

Heroku is a cloud platform as a service (PaaS) supporting several programming languages. As one of the first cloud platforms, Heroku has been in development since June 2007, when it supported only the Ruby programming language, but now also supports Java, Node.js, Scala, Clojure, Python, PHP, and Go.[3] For this reason, Heroku is said to be a polyglot platform as it has features for a developer to build, run and scale applications in a similar manner across most of these languages. Heroku was acquired by Salesforce in 2010 for $212 million.[4]

History

Heroku was initially developed by James Lindenbaum, Adam Wiggins,[5] and Orion Henry[6] for supporting projects that were compatible with the Ruby programming platform Rack.[7] The prototype development took around six months. Later on, Heroku faced setbacks because of a lack of proper market customers as many app developers used their own tools and environment.[8] In January 2009, a new platform was launched which was built almost from scratch after a three-month effort. In October 2009, Byron Sebastian joined Heroku as CEO.[9] On December 8, 2010, Salesforce.com acquired Heroku as a wholly owned subsidiary of Salesforce.com. On July 12, 2011, Yukihiro "Matz" Matsumoto, the chief designer of the Ruby programming language, joined the company as Chief Architect for Ruby.[10] That same month, Heroku added support for Node.js and Clojure. On September 15, 2011, Heroku and Facebook introduced Heroku for Facebook.[11] At present Heroku supports Redis databases[12][13] in addition to its standard PostgreSQL.[14]

On April 7, 2022, Heroku suffered a significant security intrusion when attackers were able to obtain an access token for a Heroku account that was used for automation purposes.[15][16] Heroku confirmed that the attack accessed OAuth bearer tokens used for integration with GitHub and salted and hashed customer passwords in May 2022.[15] The OAuth2 tokens were then used in targeted attacks against an unknown set of GitHub repositories apparently in an attempt to find secret tokens, where npm was the primary repository GitHub identified as a target.[16] It is unclear if the original source of the breach is known or not.[17]

In August 2022, Heroku announced that its free plans would be discontinued, citing fraud and abuse as reasons for the change.[18]

Etymology

The name "Heroku" is a portmanteau of "heroic" and "haiku".[19] The Japanese theme is a nod to Matz for creating Ruby. The name itself is pronounced similarly to the Japanese word meaning “widely” (hiroku), though the creators of Heroku did not want the name of their project to have a particular meaning, in Japanese or any other language, and so chose to invent a name.

Architecture

A diagrammatic view of the working of Heroku Platform

Applications that are run on Heroku typically have a unique domain used to route HTTP requests to the correct application container[20] or dyno.[21] Each of the dynos are spread across a "dyno grid" which consists of several servers. Heroku's Git server handles application repository pushes from permitted users.[22]

All Heroku services are hosted on Amazon's EC2 cloud-computing platform.[23]

Products

The Heroku Platform
The Heroku network runs the customer's apps in virtual containers which execute on a reliable runtime environment. Heroku calls these containers "Dynos". These Dynos can run code written in Node, Ruby, PHP, Go, Scala, Python, Java, or Clojure. Heroku also provides custom build packs with which the developer can deploy apps in any other language. Heroku lets the developer scale the app instantly just by either increasing the number of dynos or by changing the type of dyno the app runs in.[24]
Heroku Postgres
Heroku Postgres is the Cloud database (DBaaS) service for Heroku based on PostgreSQL. Heroku Postgres provides features like continuous protection, rollback, and high availability; also forks, followers, and data clips.
Heroku Redis
Heroku Redis is the customized Redis from Heroku to provide a better developer experience. It is fully managed and is provided as a service by Heroku. It helps in managing instances with a CLI, associate data with Postgres to gain business insights using SQL tools, and lets customer gain performance visibility.
Heroku Teams
Heroku Teams is a team management tool which provides collaboration and controls to bring a customer's developers, processes, and tools together in order to build better software. With Heroku Teams, teams can self-organize, add, and manage members, get fine-grained control with app-level permissions, and also use collaboration tools like Heroku Pipelines. It also provides delegated administration and centralized billing.
Heroku Enterprise
Heroku Enterprise provides services to large companies which help them to improve collaboration among different teams. It provides a set of features like fine-grained access controls, identity federation, and private spaces to manage their enterprise application development process, resources, and users.
Heroku Connect
Heroku Connect lets users create Heroku apps that can easily integrate with Salesforce deployments at scale. This is done by having seamless data synchronization between Heroku Postgres databases and Salesforce organizations.
Heroku Elements
Heroku Elements provides users with Add-ons (tools and services for developing, extending, and operating the app), Buildpacks (which automate the build processes for the preferred languages and frameworks), and Buttons (a tool for the one-click provisioning, configuring, and deployment of third party components, libraries, and patterns).

References

  1. ^ "Heroku Review Apps - wikieduonline".
  2. ^ "Heroku Review Apps now Generally Available". blog.heroku.com. 18 April 2016.
  3. ^ "About Heroku". Stack Overflow. Retrieved March 2, 2016.
  4. ^ Salesforce.com Buys Heroku For $212 Million In Cash https://techcrunch.com/2010/12/08/breaking-salesforce-buys-heroku-for-212-million-in-cash/
  5. ^ "Adam Wiggins". Retrieved 22 October 2016.
  6. ^ https://www.linkedin.com/in/orion-henry-9056727[self-published source]
  7. ^ Ruby on Rails Startup Heroku Gets $3 Million, Tech Crunch, 2008-05-08
  8. ^ Heroku Cloud Platform, TheTechnologyVault, 11 January 2023
  9. ^ SourceLabs' Byron Sebastian Joins Heroku as CEO, Venture Beat, 2009-10-14
  10. ^ Ruby's Creator, Matz, Joins Heroku (article), Ruby Inside, 2011-07-12
  11. ^ Facebook Partners With Heroku to Offer Developers Free Sample Application Hosting, Social Times, archived from the original on 2016-03-06
  12. ^ "Six Things to Consider When Using Redis on Heroku". Redis Labs. 9 November 2012. Retrieved March 2, 2016.
  13. ^ NoSQL, Heroku, and You (weblog), Heroku, 2010-07-20
  14. ^ "Rails Heroku Tutorial". RailsApps Project. Retrieved March 2, 2016.
  15. ^ a b Alspach, Kyle. "Heroku-GitHub cyberattack included stolen customer passwords - Protocol". Retrieved 2023-07-29.
  16. ^ a b Duckett, Chris. "Heroku to begin user password reset almost a month after GitHub OAuth token theft". ZDNET. Retrieved 2023-07-29.
  17. ^ "GitHub hacked, npm data stolen after Heroku, Travis-CI tokens abused". The Stack. 2022-04-19. Retrieved 2023-07-29.
  18. ^ Wiggers, Kyle (August 25, 2022). "Heroku announces plans to eliminate free plans, blaming 'fraud and abuse'". TechCrunch. Retrieved August 25, 2022.
  19. ^ "The term is merger of "Hero" and "Haiku". | Hacker News". news.ycombinator.com. Retrieved 2016-08-05.
  20. ^ "What is application containerization (app containerization)? - Definition from WhatIs.com". Retrieved 22 October 2016.
  21. ^ "Dynos and the Dyno Manager - Heroku Dev Center". Retrieved 22 October 2016.
  22. ^ "Deploying Node.js Apps on Heroku - Heroku Dev Center". Retrieved 22 October 2016.
  23. ^ "Heroku Security". Retrieved 1 December 2017.
  24. ^ Middleton, Neil; Schneeman, Richard (November 2013). "How Heroku Works". Heroku: Up and Running. Sebastopol, CA: O'Reilly Media, Inc. ISBN 978-1-4493-4138-1. Retrieved 2024-03-16.

External links

  • Official website
  • v
  • t
  • e
Business modelsTechnologiesApplicationsPlatformsInfrastructure
  • Category
  • Commons