How to Backup Your Data in 10 Minutes with Kopia and OCI

How to Backup Your Data in 10 Minutes with Kopia and OCI

Do you want to backup your data easily and securely, without spending hours or money on complicated tools or services? If so, this post is for you! I will show you how to use Kopia, a fast and secure open-source backup tool, and OCI, a scalable and cost-effective cloud storage provider, to backup your data in 10 minutes or less. OCI object storage is a cloud storage service that offers the following features: ...

February 6, 2024 · 4 min · Enrico Pesce
Scalable and Serverless Data Ingestion with OCI Functions

Scalable and Serverless Data Ingestion with OCI Functions

In this article, we will leverage OCI’s capabilities to the fullest, embracing the following principles: Scalability Resilience Flexibility Security Automation The “loadfileintoadw” project is located in the same GitHub repository used so far to discuss OCI Function fn-examples . This example will help you understand how to integrate multiple OCI services and make the most of the cloud provider. We will simulate a series of weather stations that will write a CSV file with sampling data (temperature, humidity, etc.). The sensor will automatically upload the file to an Object Storage bucket. ...

October 20, 2023 · 1 min · Enrico Pesce
Trigger a function by Object Storage

Trigger a function by Object Storage

The OCI Function service allows you to run code on infrastructure that you don’t have to manage. In this link I presented a basic example of an OCI function developed in Python. A very interesting feature is that functions can be automatically invoked by other services through an event, so we can also execute code in response to an action in the OCI cloud, or use a function as a link between multiple cloud services that can form a complex workload. ...

April 20, 2023 · 2 min · Enrico Pesce