Upload data to Azure

Asked

Viewed 31 times

0

Does anyone know if there is a possibility of uploading data from a file to a Datalake in Azure?

For example, a Datatools service would run and it would access a repository within a user machine, and then only upload data (not files), pro Datalake in Azure.

If I said something silly, correct me. I’m starting now in this world of Data Engineering and I’m still pretty lost.

If there’s any other way to do this, whether it’s Sharepoint or some other way, you can talk too. :)

1 answer

1


It is possible to upload the files to a data Lake using the Azure Data Factory, just create a pipeline that accesses the filesystem from the source of the files and copy them to the destination.

Here has a similar tutorial that can assist you in the process, just change the source connector to filesystem instead of blob Storage.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.