Serverless Data Fetching stack with OpenFaaS & OpenFlow
The goal of this post is to build a Serverless app that can answer questions about data. This data will be fetched from a CSV file and formatted on-the-fly at runtime. The Serverless
The goal of this post is to build a Serverless app that can answer questions about data. This data will be fetched from a CSV file and formatted on-the-fly at runtime. The Serverless
Would it be for trained AI models or simple files, sometimes you want serverless functions to be able to store data for reuse. This post presents the deployment of a Stateful Serverless stack.