グローバルメディア組織は、ユーザーが自分のサイトに自分の動画をアップロードできるようにするプロジェクトに取り組んでいます。アップロードが完了すると、ビデオはAlアルゴリズムによって自動的に処理されます。アルゴリズムは、将来関連する広告を表示するために使用できるように、ビデオ内のアクションを認識しようとします。開発チームは、Alコードの記述に集中したいと考えており、高可用性、スケーラビリティ、セキュリティ、および監視のための基盤となるインフラストラクチャについて心配したくありません。
このプロジェクトにどのOCIサービスを推奨する必要がありますか?
正解:D
Oracle Functions is a fully managed, multi-tenant, highly scalable, on-demand, Functions-as-a-Service platform. It is built on enterprise-grade Oracle Cloud Infrastructure and powered by the Fn Project open source engine. Use Oracle Functions (sometimes abbreviated to just Functions) when you want to focus on writing code to meet business needs.
The serverless and elastic architecture of Oracle Functions means there's no infrastructure administration or software administration for you to perform. You don't provision or maintain compute instances, and operating system software patches and upgrades are applied automatically. Oracle Functions simply ensures your app is highly-available, scalable, secure, and monitored. With Oracle Functions, you can write code in Java, Python, Node, Go, and Ruby (and for advanced use cases, bring your own Dockerfile, and Graal VM). You can then deploy your code, call it directly or trigger it in response to events, and get billed only for the resources consumed during the execution.
You can create automation based on state changes for your Oracle Cloud Infrastructure resources by using event types, rules, and actions. When the function is executing inside the container, the function can read from and write to other resources and services running in the same subnet (for example, Database as a Service). The function can also read from and write to other shared resources (for example, Object Storage), and other Oracle Cloud Services.