In a previous series of blog posts titled Exploring Github DockerHub and OCCS I walked through how to setup your development environment, install Docker, create...
In a previous series of blog posts titled Exploring Github DockerHub and OCCS I walked through how to setup your development environment, install Docker, create a git project, link Docker Hub and GitHub accounts, trigger a build of a docker image on Docker Hub and then deploy and run the docker image using the Oracle Container Cloud Service. In this blog I wanted to do something similar but this time focus on a more simplified process so that a less technical user could...
In a previous series of blog posts titled Exploring Github DockerHub and OCCS I walked through how to setup your development environment, install Docker, create a git project, link Docker Hub and...
Easyteam
Jürgen Kress
In one of my previous posts I described how to create a Docker container serving as a builder machine for ADF applications. Here I am going to show how to use...
In one of my previous posts I described how to create a Docker container serving as a builder machine for ADF applications. Here I am going to show how to use this container as a function on Fn platform. First of all let's update the container so that it meets requirements of a function, meaning that it can be invoked as a runnable binary accepting some arguments. In an empty folder I have created a Dockerfile (just a simple text file with this name) with the following...
In one of my previous posts I described how to create a Docker container serving as a builder machine for ADF applications. Here I am going to show how to use this container as a function on...
I have a cluster of Raspberry Pi for my pet-projects and believe that serverless is very good for home automation. Couple months ago I started to use Fn...
I have a cluster of Raspberry Pi for my pet-projects and believe that serverless is very good for home automation. Couple months ago I started to use Fn Project. But currently we can’t use standard way to install it on computers with arm32 architecture. Next I’ll explain some custom steps to run Fn on your Raspberry Pi and call Java function. Step 1: Prepare environment As you might know Fn consists of several components. To run Java-function we’ll use following: Fn Server;...
I have a cluster of Raspberry Pi for my pet-projects and believe that serverless is very good for home automation. Couple months ago I started to use Fn Project. But currently we can’t use...
One of our main objectives with the Fn Project is to have a very easy and elegant user experience. From your first touch with our quickstart to building and...
One of our main objectives with the Fn Project is to have a very easy and elegant user experience. From your first touch with our quickstart to building and deploying complex applications, we want to make the experience drop dead simple. Deploying a single function has always been easy — fn deploy — and now you can deploy an app consisting of any number of functions almost as easily. First, make an app.yaml file and put it in the root directory of your application, eg: name:...
One of our main objectives with the Fn Project is to have a very easy and elegant user experience. From your first touch with our quickstart to building and deploying complex applications, we want to...
Meetup Lisboa Lisbon
How to easily write and maintain functions in a cloud-agnostic way Although the term serverless computing will not win the award for the clearest terminology,...
How to easily write and maintain functions in a cloud-agnostic way Although the term serverless computing will not win the award for the clearest terminology, it is one of the recent buzzwords in IT. It is more than a buzzword, though, and it is a very relevant concept for developers writing software that is intended for use in production in cloud environments. From On-Premises Monoliths to Serverless Functions One of the main reasons why companies are moving their operations...
How to easily write and maintain functions in a cloud-agnostic way Although the term serverless computing will not win the award for the clearest terminology, it is one of the recent buzzwords in...
The technologies of tomorrow have the potential to change the world for the better, whether it’s via planet-scale apps scheduled with Kubernetes Federation or...
The technologies of tomorrow have the potential to change the world for the better, whether it’s via planet-scale apps scheduled with Kubernetes Federation or blockchain-based trust with Hyperledger. These two examples are both enabled by open source software (OSS)—but OSS is only one facet of Oracle’s commitment to being open. “When we say Oracle is open, we don’t just mean open source. We mean that we support non-Oracle technologies as well as the ability to work in an...
The technologies of tomorrow have the potential to change the world for the better, whether it’s via planet-scale apps scheduled with Kubernetes Federation or blockchain-based trust with...