Paul Krill
Editor at Large

Oracle joins the serverless fray with Fn

news
Dec 6, 20172 mins

The functions-based, open source serverless computing platform requires Docker and initially supports Java

cloud data binary serverless
Credit: Pete Linforth

With its open source Fn project, Oracle is looking to make a splash in serverless computing.

Fn is a container native serverless platform that can be run on-premises or in the cloud. It requires the use of Docker containers. Fn developers will be able to write functions in Java initially, with Go, Ruby, Python, PHP, and Node.js support planned for later. Applications can be built and run without users having to provision, scale, or manage servers, by using the cloud.

Fn, as its name implies, relies heavily on functions, which are small blocks of code that generally do one simple thing. In a function, developers focus just on just the task they want the function to perform.

With serverless computing, developers write functions and resources are automatically allocated to it. Scaling is automatic, and developers pay only for the resources they use.

Amazon Web Services’ AWS Lambda platform is perhaps the best-known serverless platform. Oracle says Fn will let developers take their AWS Lambda functions and run them “anywhere.”

Fn features three components:

  • Fn Platform, featuring Fn Server and the command-line interface.
  • a Java function development kit, which includes a JUnit test harness.
  • Fn Flow, to orchestrate functions directly in code, for higher level workflows such as sequencing, chaining, and fanin/fanout, directly in the developer’s code rather than through a console.
  • Fn Helm, a Helm chart that allows you to install a fully functioning Fn server on Kubernetes via the Helm package manager. 

Fn requires Docker 17.05 or later and a Docker Hub account.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author