Heroku

Heroku is a cloud platform as a service (PaaS) supporting several programming languages. One of the first cloud platforms, Heroku has been in development since June 2007, when it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go.[1][2] 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 languages. Heroku was acquired by Salesforce.com in 2010 for $212 million.[3]

Heroku, Inc.
Subsidiary
IndustryCloud platform as a service
Founded2007 (2007)
FounderJames Lindenbaum, Adam Wiggins, Orion Henry
HeadquartersSan Francisco, California
Key people
Tod Nielsen (Former CEO)
ProductsHeroku Platform, Heroku Postgres, Heroku Redis, Heroku Enterprise, Heroku Teams, Heroku Connect, Heroku Elements
ParentSalesforce.com
Websiteheroku.com

History

Heroku was initially developed by James Lindenbaum,[4] Adam Wiggins,[5] and Orion Henry[6] for supporting projects that were compatible with the Ruby programming platform known as Rack.[7] The prototype development took around six months. Later on, Heroku faced drawbacks because of lack of proper market customers as many app developers used their own tools and environment. In Jan 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.[8] 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, Ruby.[9] That same month, Heroku added support for Node.js and Clojure. On September 15, 2011, Heroku and Facebook introduced Heroku for Facebook.[10] At present Heroku supports Redis databases[11][12] in addition to its standard PostgreSQL.[13]

Etymology

The name "Heroku" is a portmanteau of "heroic" and "haiku".[14] The Japanese theme is a nod to Matz for creating Ruby. The name itself is pronounced similarly to “widely” ("hiroku") in Japanese, 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[15] or dyno.[16] 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.[17]

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

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 buildpacks 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.
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 dataclips.
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 a 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 -Buildpacks automate the build processes for the preferred languages and frameworks and Buttons -one-click provision, configure, and deploy third party components, libraries and pattern app.

References

  1. "Heroku". Crunchbase. Retrieved March 2, 2016.
  2. "About Heroku". Stack Overflow. Retrieved March 2, 2016.
  3. Salesforce.com Buys Heroku For $212 Million In Cash https://techcrunch.com/2010/12/08/breaking-salesforce-buys-heroku-for-212-million-in-cash/
  4. "James Lindenbaum - Founder @ Heavybit - crunchbase". Retrieved 22 October 2016.
  5. "Adam Wiggins". Retrieved 22 October 2016.
  6. https://www.linkedin.com/in/orion-henry-9056727
  7. Ruby on Rails Startup Heroku Gets $3 Million, Tech Crunch, 2008-05-08
  8. SourceLabs' Byron Sebastian Joins Heroku as CEO, Venture Beat, 2009-10-14
  9. Ruby’s Creator, Matz, Joins Heroku (article), Ruby Inside, 2011-07-12
  10. Facebook Partners With Heroku to Offer Developers Free Sample Application Hosting, Social Times
  11. "Six Things to Consider When Using Redis on Heroku". Redis Labs. Retrieved March 2, 2016.
  12. NoSQL, Heroku, and You (weblog), Heroku, 2010-07-20
  13. "Rails Heroku Tutorial". RailsApps Project. Retrieved March 2, 2016.
  14. "The term is merger of "Hero" and "Haiku". | Hacker News". news.ycombinator.com. Retrieved 2016-08-05.
  15. "What is application containerization (app containerization)? - Definition from WhatIs.com". Retrieved 22 October 2016.
  16. "Dynos and the Dyno Manager - Heroku Dev Center". Retrieved 22 October 2016.
  17. "Deploying Node.js Apps on Heroku - Heroku Dev Center". Retrieved 22 October 2016.
  18. "Heroku Security". Retrieved 1 December 2017.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.